This is my Asterisk readout during the time I place the call...
- Code: Select all
[Sep 24 15:16:53] -- Created MeetMe conference 1023 for conference '8600051'
[Sep 24 15:16:53] -- <SIP/102-00000015> Playing 'conf-onlyperson.gsm' (language 'en')
[Sep 24 15:17:02] Reloading SIP
[Sep 24 15:17:02] == Parsing '/etc/asterisk/sip.conf': [Sep 24 15:17:02] == Found
[Sep 24 15:17:02] == Parsing '/etc/asterisk/sip-vicidial.conf': [Sep 24 15:17:02] == Found
[Sep 24 15:17:02] == Parsing '/etc/asterisk/users.conf': [Sep 24 15:17:02] == Found
[Sep 24 15:17:02] == Using SIP CoS mark 4
[Sep 24 15:17:02] == Parsing '/etc/asterisk/sip_notify.conf': [Sep 24 15:17:02] == Found
[Sep 24 15:17:56] -- Executing [8600051@default:1] MeetMe("Local/8600051@default-00000023;2", "8600051,F") in new stack
[Sep 24 15:17:56] > Channel Local/8600051@default-00000023;1 was answered.
[Sep 24 15:17:56] -- Executing [4415547****3@default:1] AGI("Local/8600051@default-00000023;1", "agi://127.0.0.1:4577/call_log") in new stack
[Sep 24 15:17:56] -- AGI Script Executing Application: (EXEC) Options: (Set(_CAMPCUST=1001))
[Sep 24 15:17:56] -- <Local/8600051@default-00000023;1>AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
[Sep 24 15:17:56] -- Executing [4415547****3@default:2] Dial("Local/8600051@default-00000023;1", "SIP/1234:PASSWORD@sip.provider.net/445547****3,,tToR") in new stack ; This is how is appears in the CLI!!!
[Sep 24 15:17:56] NOTICE[2066]: chan_sip.c:27535 sip_request_call: Conflicting extension values given. Using '1234' and not '445547****3'
[Sep 24 15:17:56] == Using SIP RTP CoS mark 5
[Sep 24 15:17:56] ERROR[2066]: netsock2.c:269 ast_sockaddr_resolve: getaddrinfo("sip.provider.net", "(null)", ...): Name or service not known
[Sep 24 15:17:56] WARNING[2066]: chan_sip.c:5711 create_addr: No such host: sip.provider.net
[Sep 24 15:17:56] WARNING[2066]: app_dial.c:2345 dial_exec_full: Unable to create channel of type 'SIP' (cause 20 - Subscriber absent)
[Sep 24 15:17:56] == Everyone is busy/congested at this time (1:0/0/1)
[Sep 24 15:17:56] -- Executing [4415547****3@default:3] Hangup("Local/8600051@default-00000023;1", "") in new stack
[Sep 24 15:17:56] == Spawn extension (default, 4415547****3, 3) exited non-zero on 'Local/8600051@default-00000023;1'
[Sep 24 15:17:56] -- Executing [h@default:1] AGI("Local/8600051@default-00000023;1", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----20-----CHANUNAVAIL----------") in new stack
[Sep 24 15:17:56] -- <Local/8600051@default-00000023;1>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----20-----CHANUNAVAIL---------- completed, returning 0
[Sep 24 15:17:56] == Spawn extension (default, 8600051, 1) exited non-zero on 'Local/8600051@default-00000023;2'
[Sep 24 15:17:56] -- Executing [h@default:1] AGI("Local/8600051@default-00000023;2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0---------------") in new stack
[Sep 24 15:17:56] -- <Local/8600051@default-00000023;2>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0--------------- completed, returning 0
[Sep 24 15:17:57] == Manager 'sendcron' logged off from 127.0.0.1
My Dial plan is:
- Code: Select all
exten => _X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _0.,2,Dial(${SIPTRUNK}/44${EXTEN:1},,tTor)
exten => _440.,2,Dial(${SIPTRUNK}/44${EXTEN:3},,tTor)
exten => _44.,2,Dial(${SIPTRUNK}/44${EXTEN:3},,tToR)
exten => _44440.,2,Dial(${SIPTRUNK}/44${EXTEN:5},,tTor)
exten => _X.,3,Hangup
And from the Asterisk, you can see my numbers are formatted correctly to the extension.
I've been on the phone with OrbTalk, my carrier, and they were kind enough to go through my asterisk with me, but were unable to find the fault. They were certain that they were not receiving calls from the dialler, and said it was an issue with the configuration of the dialler.
Thanks for any advice
Version Info:
- Code: Select all
OpenSuSE v.13.1 64-bit
Kernel v.3.11.10
Asterisk v.1.8.28.2-vici
DAHDI v.2.9.1.1
LibPRI v.1.4.14
Amfletec VoiceSync v.1.3.7
OpenR2 v.1.3.3 for MFC/R2 support
ViciDial SVN Trunk v.2.10-443a build 140617-2017 revision 2130