Questions tagged [asterisk]

Asterisk is software that enables a server to act as an IP PBX system, VoIP gateway, conference server, and more.

see

http://www.asterisk.org/

and

http://en.wikipedia.org/wiki/Asterisk_(PBX)

593 questions
0
votes
2 answers

SecAst: Failing to Ban IP ''

To Generation D: This was the setup at time this issue was observed: secast-1.0.1.0-x86_64-ub12 on Ubuntu 12.04.4 Server LTS with Asterisk 11.10.2. The following events were captured and observed in the /var/log/secast after leaving seacast (build…
Elyod
  • 25
  • 4
0
votes
1 answer

SecAst: Premature Exit in Daemon Mode

To Generation D: This is a new problem with build secast-1.0.4.0-x86_64-ub12 that didn't happen with the previous build, secast-1.0.1.0-x86_64-ub12. When secast is run as a service (service secast start) or launched from the command line in daemon…
Elyod
  • 25
  • 4
0
votes
0 answers

Switch from E1 to Analog PSTN line on IP-PBX failure

I have two Asterisk servers, E1(PRI) Gateway Asterisk 1.4 with E1(PRI) card IP-PBX Asterisk 1.8 on VM Server When my e1 gateway is failed (ex. shutdown, no power...), PSTN automatically switch to analog lines but when my IP-PBX is failed I want…
0
votes
1 answer

SIP INVITE packet has WAN address rather than call manager LAN IP

I am using SIP between two subnets (192.168.3.0/24 and 192.168.30.0/24) each connected via VPN. I have a call server on 192.168.3.100, and two phones 192.168.30.118 (Ext. 3128) and 192.168.30.119 (Ext. 3126) on the remote subnet. The WAN IP on the…
morleyc
  • 1,150
  • 13
  • 47
  • 89
0
votes
1 answer

Starting SecAstQFSFileEngine::open: No file name specified - error when starting secast

I'm receiving the below error when starting secast service secast start Starting SecAstQFSFileEngine::open: No file name specified [FAILED] Has anyone run into this issue before? I'm running CentOS 6.5 with Asterisk 11 All config files appear to be…
Andy
  • 1
0
votes
0 answers

Iperf UDP listening on used port

I get WARNING[9157] chan_sip.c: Retransmission timeout reached on transmission error on asterisk and trying to troubleshoot the problem. Now asterisk is listening on 5060 port: udp 0 0 0.0.0.0:10766 0.0.0.0:* …
gilbertasm
  • 95
  • 2
  • 13
0
votes
2 answers

Blocking geographic cities from accessing Asterisk using Secast

I am using Secast for intrusion protection on my Asterisk PBX. It’s working great, and I now want to start blocking specific geographic regions. My system is getting hammered from Ramallah Palestine, and I want to block them. Is this right? I…
user220412
0
votes
1 answer

Asterisk server running on loopback address instead of local ipv4 address

I installed Asterisk on my local Ubuntu 12.04 machine. After starting the asterisk [asterisk -c] I ran the command netstat -nlpa | grep asterisk and the output shown is this -> tcp 0 0 127.0.0.1:5038 0.0.0.0:* …
Anurag Rana
  • 113
  • 2
  • 7
0
votes
1 answer

secAst lib prerequisites too new for Debian/Utuntu 12 LTS?

as requested in FAQ I wrote here the question (there is no question for this product yet on this site?) This Asterisk securing tool looks very nice so I tried to test it out: http://www.generationd.com/Pages/Products/SECAST.php But I just…
Reiner030
  • 63
  • 5
0
votes
0 answers

Asterisk virtual machine stops responding to network connections when I connect with Phoner Lite

I've installed Asterisk Now with PreePBX from bootable CD to a VirtualBox machine. Then I updated through FreePBX all the modules available for update and noticed a strange behaviour: After I attempt to connect to Asterisk with PhonerLite client the…
Paul
  • 263
  • 1
  • 5
  • 16
0
votes
1 answer

Asterisk Real time does not perform register with SIP TRUNK provider

I am using astersik real time (dynamic). I have entered my SIP trunk details into the sippeers tables. However, the sip trunk does not perform a register with the SIP TRUNK providers servers as it would if wrote it in sip.conf manually as register…
Qumar
  • 55
  • 1
  • 3
  • 9
0
votes
1 answer

Cannot access Asterisk sip from remote location

I've used this tutorial to configure my iptables so I can access asterisk sip from outside of my server. My iptables -L looks like this Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT all -- anywhere anywhere …
Łukasz W.
  • 117
  • 6
0
votes
0 answers

Soft phone not getting register to my asterisk server

I have config in my local lan asterisk for test. which is working fine. With the same OS version and packages on "AWS Cloud" I am setting as following. But it don't get register "error = sip 408 - request timeout" same I am getting on all Iphone…
user199331
  • 206
  • 2
  • 5
0
votes
1 answer

Asterisk 401 Unauthorized when trying to register sip clients

Trying to register a sip client to my asterisk server often (just about 90% of the times, not always, weirdly) results in 401 Unauthorized errors. This is the config for one of the…
Zulakis
  • 4,153
  • 14
  • 48
  • 76
0
votes
1 answer

Asterisk, How can i play an audio file

Here is the dial plan [testInComingCalls] exten => s,1,Answer exten => 30953025,1,Dial(SIP/20000,20) I would like to play an audio file as soon as somebody answered the call (Welcome Message)..