| |
| News & Reviews |
Welcome to the Voxilla VoIP Forum.
Voxilla has been a trusted source for accurate, up-to-date information on the IP Communications industry since 2002. A dedicated staff of reporters and engineers produce feature articles and product reviews to keep industry watchers abreast of the people, companies, and trends driving a fast moving market.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
Voxilla VoIP Forum |
503 Service UnavailableTechnical support, how-to guides, troubleshooting, and general assistance, from beginner to seasoned pro, this is where to discuss Asterisk, the most powerful open source PBX. |
| | LinkBack | Thread Tools | Rate Thread | Display Modes |
| |||
| Hello all, I've been trying for about 5 days now to get an asterisk system up and running without using AMP, just configuring .conf file myself. Can can receive calls through to a softphone, but I am having a difficult time getting the dial out to work. Currently I am getting 503 Service Unavailable with the following sip and extensions.conf files: ;//////////////////// ;sip.conf ;/////////////////// [general] externip=111.111.111.111 localnet=192.168.0.0/255.255.255.0 nat=yes port = 5060 ; Port to bind to (SIP is 5060) bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine) disallow=all allow=ulaw allow=alaw ;context = from-sip-external ; Send unknown SIP callers to this context context=incoming callerid = device <1000> ;************************************** ;Registration statement ;************************************** register=me:me@sip.axvoice.com [1000] username=1000 type=friend secret=abc123 record_out=Adhoc record_in=Adhoc qualify=no port=5060 nat=yes mailbox=1000@device host=dynamic dtmfmode=rfc2833 context=internal canreinvite=no callerid= device <1000> [axVoice] username=me type=friend secret=me insecure=very host=216.143.130.36 fromuser=me fromdomain=216.143.130.36 dtmfmode=rfc2833 disallow=all defaultip=216.143.130.36 context=incoming canrenvite=no authname=me allow=ulaw extensions.conf: [internal] include => outbound-local exten => 101,1,Dial(Sip/1000,,r) exten => 102,1,Dial(Sip/1000,,r) [outbound-local] ignorepat => 9 exten => _9NXXXXXX,1,Dial${AXTRUNK/${EXTEN:1}) exten => _9NXXXXXX,2,Congenstion() CLI output is: == Everyone is busy/congested at this time (1:0/0/1) Of course, in reality it is not true that everyone is busy, I'm assuming this is a generic response. Either way, I'm a bit lost. Any help would be appreciated. Lee |
| |||
| exten => _9NXXXXXX,1,Dial${AXTRUNK/${EXTEN:1}) should be: exten => _9NXXXXXX,1,Dial(${AXTRUNK}/${EXTEN:1}) And ${AXTRUNK} should have been defined to something like: SIP/axVoice before the [outbound-local] context is reached. If you don't set ${AXTRUNK}, then change exten => _9NXXXXXX,1,Dial${AXTRUNK/${EXTEN:1}) to exten => _9NXXXXXX,1,Dial(SIP/axVoice/${EXTEN:1}) See ya... d.c. |
| Thread Tools | |
| Display Modes | Rate This Thread |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IPKALL: Busy tone or Unavailable Message | Ramman | IPKall Support Forum | 2 | March 20th, 2006 04:16 PM |
| your account is temp. unavailable (last 4 days) | jameskj | iConnectHere Support Forum | 1 | September 9th, 2005 08:42 AM |
| Unavailable forwarding? | giasone | BroadVoice Support Forum | 3 | April 4th, 2005 07:45 AM |
| notification of missed calls and changing unavailable messag | _Belial | Asterisk Support Forum | 3 | March 5th, 2005 10:31 AM |
| SPA-2000 reaction to '503 Service Unavailable' | philipg | Linksys (Sipura) VoIP Support Forum | 8 | November 10th, 2004 02:19 AM |