Hi,
I have setup my DID in vicidial but it says number not in service. But if I configure it directly on any softphone I'm getting an inbound call. So I hope that I'm configuring something wrong or I might be missing something to configure can some one help me on that.
I have done the register string and account entry as
register => xxxxxxxx:xxxxxxxx@xxxxxxx:5060
[usadid]
disallow=all
allow=g729
allow=gsm
allow=ulaw
type=friend
secret=xxxxxx
username=xxxxxxxx
host=xxxxxxxx
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
insecure=invite
nat=yes
In the DID numbers section.
I have put the DID Extentions : xxxxxxx (My DID number)
DID route : phone
Phone Extension as 8001 and which I kept active on softphone.
Later I selected my server IP.
But Whenever I make a call its not getting connected.
Here is the CLI log
[Apr 2 18:03:23] -- Executing [xxxxxxxx@trunkinbound:1] AGI("SIP/usadid-00000009", "agi-DID_route.agi") in new stack
[Apr 2 18:03:23] -- Launched AGI Script /usr/share/asterisk/agi-bin/agi-DID_route.agi
[Apr 2 18:03:23] -- <SIP/usadid-00000009>AGI Script agi-DID_route.agi completed, returning 0
[Apr 2 18:03:23] -- Executing [9998811112@default:1] Wait("SIP/usadid-00000009", "2") in new stack
[Apr 2 18:03:25] -- Executing [9998811112@default:2] Answer("SIP/usadid-00000009", "") in new stack
[Apr 2 18:03:26] -- Executing [9998811112@default:3] Playback("SIP/usadid-00000009", "ss-noservice") in new stack
[Apr 2 18:03:26] -- <SIP/usadid-00000009> Playing 'ss-noservice.gsm' (language 'en')
[Apr 2 18:03:26] > 0x7ff69402beb0 -- Probation passed - setting RTP source address to xxx.xx.xxx.xxx:52996
[Apr 2 18:03:31] -- Executing [9998811112@default:4] Playback("SIP/usadid-00000009", "vm-goodbye") in new stack
[Apr 2 18:03:31] -- <SIP/usadid-00000009> Playing 'vm-goodbye.gsm' (language 'en')
[Apr 2 18:03:32] -- Executing [9998811112@default:5] Hangup("SIP/usadid-00000009", "") in new stack
[Apr 2 18:03:32] == Spawn extension (default, 9998811112, 5) exited non-zero on 'SIP/usadid-00000009'
[Apr 2 18:03:32] -- Executing [h@default:1] AGI("SIP/usadid-00000009", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16---------------") in new stack
[Apr 2 18:03:32] -- <SIP/usadid-00000009>AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
Please let me know if I miss something. Thank you.