Registration contact set to "s"
Posted: Fri Nov 05, 2010 12:06 pm
GoAutoDial CE 2.0 | Vicidial VERSION: 2.2.1-237 BUILD: 100510-2015 | Asterisk 1.4.27.1-vici | Single Server | No Digium/Sangoma Hardware | No Extra Software After Installation
I've got everything working except SIP registration.
From the asterisk CLI whenever I attempt to make a call:
Refreshing DNS lookups.
-- Executing [1863XXXXXXX@default:1] Dial("SIP/9000-00000004", "SIP/1863XXXXXXX@XXXXXXXX") in new stack
-- Called 1863XXXXXXX@XXXXXXXX
-- Got SIP response 604 "Does not exist anywhere" back from XX.XX.XX.XXX
== Everyone is busy/congested at this time (1:0/0/1)
== Auto fallthrough, channel 'SIP/9000-00000004' status is 'CHANUNAVAIL'
-- Executing [h@default:1] DeadAGI("SIP/9000-00000004", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----1-----CHANUNAVAIL----------") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
After speaking to my provider about this here is what I've received from the provider and would appreciate any help anyone can give:
This is what they see on their end when I try to register:
I still see your contact as an "s". Don't remember what setting in
Asterisk fixes this.
URI: sip:s@96.254.XXX.XXX Expiration: Fri Oct 15 16:31:45 EDT
2010
My registration string:
register=>xxxx:xxxx@mars.pbx-change.com
Account entry:
[pbxchange]
type=friend
secret=xxxxxxxxxx
username=xxxxxxxxxx
host=mars.pbx-change.com
dtmfmode=rfc2833
context=inbound
canreinvite=no
allow=ulaw
allow=g729
insecure=port,invite
fromdomain=mars.pbx-change.com
fromuser=xxxxxxxxxx
Dial plan:
exten => _1NXXXXXXXXX,1,Dial(SIP/${EXTEN}@pbxchange)
exten => _011.,1,Dial(SIP/${EXTEN:3}@pbxchange)
Server IP is set correctly as well. There is no NAT, server has dedicated IP on net.
Thanks again in advance.
Edit: Forgot to add that this server actually gets moved around a lot hence the need for using registration.
I've got everything working except SIP registration.
From the asterisk CLI whenever I attempt to make a call:
Refreshing DNS lookups.
-- Executing [1863XXXXXXX@default:1] Dial("SIP/9000-00000004", "SIP/1863XXXXXXX@XXXXXXXX") in new stack
-- Called 1863XXXXXXX@XXXXXXXX
-- Got SIP response 604 "Does not exist anywhere" back from XX.XX.XX.XXX
== Everyone is busy/congested at this time (1:0/0/1)
== Auto fallthrough, channel 'SIP/9000-00000004' status is 'CHANUNAVAIL'
-- Executing [h@default:1] DeadAGI("SIP/9000-00000004", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----1-----CHANUNAVAIL----------") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
After speaking to my provider about this here is what I've received from the provider and would appreciate any help anyone can give:
This is what they see on their end when I try to register:
I still see your contact as an "s". Don't remember what setting in
Asterisk fixes this.
URI: sip:s@96.254.XXX.XXX Expiration: Fri Oct 15 16:31:45 EDT
2010
My registration string:
register=>xxxx:xxxx@mars.pbx-change.com
Account entry:
[pbxchange]
type=friend
secret=xxxxxxxxxx
username=xxxxxxxxxx
host=mars.pbx-change.com
dtmfmode=rfc2833
context=inbound
canreinvite=no
allow=ulaw
allow=g729
insecure=port,invite
fromdomain=mars.pbx-change.com
fromuser=xxxxxxxxxx
Dial plan:
exten => _1NXXXXXXXXX,1,Dial(SIP/${EXTEN}@pbxchange)
exten => _011.,1,Dial(SIP/${EXTEN:3}@pbxchange)
Server IP is set correctly as well. There is no NAT, server has dedicated IP on net.
Thanks again in advance.
Edit: Forgot to add that this server actually gets moved around a lot hence the need for using registration.