I have a problem with trunk SIP when I connect my Asterisk to my provider and the Internet connection is lost, the trunk SIP will be unreachable, the problem consist is all local extension are disconnected until the Internet connection will be up or…
I am working on Ubuntu server 12.04
I have asterisk working. I set the port 5060 as this:
iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A INPUT -p udp --dport 5060 -j ACCEPT
iptables -A FORWARD -o eth0…
I am looking for the canonical definition of the “Allow Anonymous Inbound SIP Calls” option under “Asterisk SIP Settings” in FreePBX. Also, how does it relate to "Allow SIP Guests"?
I am not sure why, but our asterisk server keeps having loads of agents (15) on status ready and calls waiting for them, it seems to be griving us this error in our event log.
WARNING[7159] file.c: Unexpected control subclass '-1'
As we were trying to setup our Asterisk server, we went on a huge problem: The inability to make call to or from external devices connected to the server. In fact, I can dial and answer the call on both side, but I can't hear anything.
I've browsed…
I experience a very strange problem with our PBX (Asterisk 1.8, FreePBX, Grandstream GXP1200 phones)
If I call an internal number (1020 in this case) the asterisk server redirects me to the last called number of the phone.
I enabled and checked the…
My current setup contains a cisco asa 5505 with two cisco sf300-24p switches, the data and voice vlans have been setup on the switches and I've started to setup the needed vlans on the ASA, but it appears I can't create more then 3 vlans (I already…
I would like to set up a phone service that provides automated information to users who dial a number on an ordinary telephone - think "Dial-A-Joke" or something similar ("press 1 for this, press 2 for that, ..." and then the system reads off…
I am very new to Asterisk so this is undoubtedly a misconfiguration on my end.
Right now my test setup behaves as follows: When I make an incoming call to an FXO port on my analog card, Asterisk sends the call to an analog telephone in an FXS port…
I am using Asterisk for voice calling.
I am using below context If user call back-
[from-pstn]
exten => _X.,1,Playback(demo-thanks)
suppose my number is 74900 on which user can call back.
what I want if user call on 749001, 749002 then i could…
I replaced an IVR machine for incoming call after going down.
It is running asterisk 1.4.23 on ubunutu 10.04
I decided to put the server behind iptables because my server was under brute force attack.
eth0 is my private card and eth1 is the public…
I'm installing a new pbxact phone server onsite and I've ran into an issue using a 3rd party sip, I've got the acl's for the traffic created and the traffic is allowed, I'm assuming i need to create a nat rule that has the port range directed…
I have a VM (on oracle vbox) running Fedora17. I've installed asterisk 11 on it from sources. I've followed the wiki for installation (https://wiki.asterisk.org/wiki/display/AST/Creating+SIP+Accounts) to the letter.
The ip on the VM machine running…
I had the following code in my extensions.conf file:
[local]
exten => _NXXNXXXXXX,1,Set(CALLERID(name)=${OUTGOING_NAME})
exten => _NXXNXXXXXX,n,Set(CALLERID(num)=${OUTGOING_NUMBER})
Now I want to change this code to set the CallerID and number…
I have been learning Asterisk dial plan for the past week.I have written down a simple IVR system with two levels of menu and an exit option.I have used concepts from different tutorials on the web.Can someone confirm if the IVR below is correct?…