Problem dialing manual outbound
Posted: Tue May 08, 2018 6:56 am
This is a brand new install and I cannot place an outbound manual call from the vici agent screen but can dial out straight from Xlite. Here is my dialplan and cli output for the call from vicidial agent screen. This is a dual server cluster setup and I have another 2 single server setups that have these same settings exactly with no issues. So I am lost trying to figure out why it will not dial out. When I dial from the vici agent screen it just hangs up right away and I get this error.
DIAL ALERT:
Call Rejected: CHANUNAVAIL
Cause: 1 - Unallocated (unassigned) number.
SIP: 404 - Not Found
------------------------------------------------------------
[carrier]
host=xx.xx.xxx.xx
type=peer
port=5060
disallow=all
allow=ulaw
allow=alaw
nat=force_rport,comedia
directmedia=no
context=trunkinbound
dtmfmode=rfc2833
trustrpid=yes
sendrpid=yes
qualify=yes
insecure=port,invite
exten => _1NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _1NXXNXXXXXX,2,Dial(SIP/carrier/XXXX#${EXTEN},,To)
exten => _1NXXNXXXXXX,3,Hangup
-----------------------------------------------------------------------------------
Manual Dial from Vici Agent Screen Doesn;t work
[May 8 07:30:45] > Channel SIP/1234-00000002 was answered
[May 8 07:30:45] -- Executing [8600051@default:1] MeetMe("SIP/1234-00000002", "8600051,F") in new stack
[May 8 07:30:45] == Parsing '/etc/asterisk/meetme.conf': Found
[May 8 07:30:45] == Parsing '/etc/asterisk/meetme-vicidial.conf': Found
[May 8 07:30:45] -- Created MeetMe conference 1023 for conference '8600051'
[May 8 07:30:45] -- <SIP/1234-00000002> Playing 'conf-onlyperson.gsm' (language 'en')
[May 8 07:30:45] > 0x7f2d44019f20 -- Strict RTP switching to RTP remote address 192.168.1.141:62958 as source
[May 8 07:30:46] == Manager 'sendcron' logged off from 127.0.0.1
[May 8 07:30:46] > 0x7f2d44019f20 -- Strict RTP learning complete - Locking on source address 192.168.1.141:62958
[May 8 07:30:53] == Manager 'sendcron' logged on from 127.0.0.1
[May 8 07:30:53] -- Executing [8600051@default:1] MeetMe("Local/8600051@default-00000002;2", "8600051,F") in new stack
[May 8 07:30:53] > Channel Local/8600051@default-00000002;1 was answered
[May 8 07:30:53] -- Executing [1651xxxxxxx@default:1] AGI("Local/8600051@default-00000002;1", "agi://127.0.0.1:4577/call_log") in new stack
[May 8 07:30:53] -- AGI Script Executing Application: (EXEC) Options: (Set(_CAMPCUST=NCP_SALE))
[May 8 07:30:53] -- <Local/8600051@default-00000002;1>AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
[May 8 07:30:53] -- Executing [1651xxxxxxx@default:2] Dial("Local/8600051@default-00000002;1", "SIP/carrier/xxxx#1651xxxxxxx,,To") in new stack
[May 8 07:30:53] == Using SIP RTP CoS mark 5
[May 8 07:30:53] -- Called SIP/carrier/xxxx#1651xxxxxxx
[May 8 07:30:54] == Everyone is busy/congested at this time (1:0/0/1)
[May 8 07:30:54] -- Executing [1651xxxxxxx@default:3] Hangup("Local/8600051@default-00000002;1", "") in new stack
[May 8 07:30:54] == Spawn extension (default, 1651xxxxxxx, 3) exited non-zero on 'Local/8600051@default-00000002;1'
[May 8 07:30:54] -- Executing [h@default:1] AGI("Local/8600051@default-00000002;1", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----1-----CHANUNAVAIL----------") in new stack
[May 8 07:30:54] -- <Local/8600051@default-00000002;1>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----1-----CHANUNAVAIL---------- completed, returning 0
[May 8 07:30:54] == Spawn extension (default, 8600051, 1) exited non-zero on 'Local/8600051@default-00000002;2'
[May 8 07:30:54] -- Executing [h@default:1] AGI("Local/8600051@default-00000002;2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0---------------") in new stack
[May 8 07:30:54] -- <Local/8600051@default-00000002;2>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0--------------- completed, returning 0
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Manual Dial from Xlite Works
[May 8 07:47:02] > 0x7f2e3c012a50 -- Strict RTP learning after remote address set to: 192.168.1.141:63504
[May 8 07:47:02] -- Executing [1651xxxxxxx@default:1] AGI("SIP/1234-00000004", "agi://127.0.0.1:4577/call_log") in new stack
[May 8 07:47:02] -- <SIP/1234-00000004>AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
[May 8 07:47:02] -- Executing [1651xxxxxxx@default:2] Dial("SIP/1234-00000004", "SIP/carrier/xxxx#1651xxxxxxx,,To") in new stack
[May 8 07:47:02] == Using SIP RTP CoS mark 5
[May 8 07:47:02] -- Called SIP/carrier/xxxx#1651xxxxxxx
[May 8 07:47:05] > 0x7f2d38014940 -- Strict RTP learning after remote address set to: 64.206.43.107:20050
[May 8 07:47:05] -- SIP/teleinx-00000005 is making progress passing it to SIP/1234-00000004
[May 8 07:47:05] > 0x7f2e3c012a50 -- Strict RTP switching to RTP remote address 192.168.1.141:63504 as source
[May 8 07:47:05] > 0x7f2d38014940 -- Strict RTP switching to RTP remote address 64.206.43.107:20050 as source
[May 8 07:47:05] > 0x7f2e3c012a50 -- Strict RTP learning complete - Locking on source address 192.168.1.141:63504
[May 8 07:47:07] == Manager 'sendcron' logged on from 127.0.0.1
[May 8 07:47:07] == Manager 'sendcron' logged off from 127.0.0.1
[May 8 07:47:07] > 0x7f2d38014940 -- Strict RTP learning complete - Locking on source address 64.206.43.107:20050
[May 8 07:47:10] -- SIP/carrier-00000005 answered SIP/1234-00000004
[May 8 07:47:17] -- Executing [h@default:1] AGI("SIP/1234-00000004", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16-----ANSWER-----15-----7") in new stack
[May 8 07:47:17] -- <SIP/1234-00000004>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16-----ANSWER-----15-----7 completed, returning 0
[May 8 07:47:17] == Spawn extension (default, 1651xxxxxxx, 2) exited non-zero on 'SIP/1234-00000004'
Vicibox 8.0.1 from .iso | Vicidial 2.14-669a Build 180411-1647 | Asterisk 11.25.3-vici | Cluster 2 Servers | No Digium/Sangoma Hardware | No Extra Software After Installation | 2 x 2.4 GHz Quad-Core Intel Xeon Processor with 12MB Cache -- E5620
DIAL ALERT:
Call Rejected: CHANUNAVAIL
Cause: 1 - Unallocated (unassigned) number.
SIP: 404 - Not Found
------------------------------------------------------------
[carrier]
host=xx.xx.xxx.xx
type=peer
port=5060
disallow=all
allow=ulaw
allow=alaw
nat=force_rport,comedia
directmedia=no
context=trunkinbound
dtmfmode=rfc2833
trustrpid=yes
sendrpid=yes
qualify=yes
insecure=port,invite
exten => _1NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _1NXXNXXXXXX,2,Dial(SIP/carrier/XXXX#${EXTEN},,To)
exten => _1NXXNXXXXXX,3,Hangup
-----------------------------------------------------------------------------------
Manual Dial from Vici Agent Screen Doesn;t work
[May 8 07:30:45] > Channel SIP/1234-00000002 was answered
[May 8 07:30:45] -- Executing [8600051@default:1] MeetMe("SIP/1234-00000002", "8600051,F") in new stack
[May 8 07:30:45] == Parsing '/etc/asterisk/meetme.conf': Found
[May 8 07:30:45] == Parsing '/etc/asterisk/meetme-vicidial.conf': Found
[May 8 07:30:45] -- Created MeetMe conference 1023 for conference '8600051'
[May 8 07:30:45] -- <SIP/1234-00000002> Playing 'conf-onlyperson.gsm' (language 'en')
[May 8 07:30:45] > 0x7f2d44019f20 -- Strict RTP switching to RTP remote address 192.168.1.141:62958 as source
[May 8 07:30:46] == Manager 'sendcron' logged off from 127.0.0.1
[May 8 07:30:46] > 0x7f2d44019f20 -- Strict RTP learning complete - Locking on source address 192.168.1.141:62958
[May 8 07:30:53] == Manager 'sendcron' logged on from 127.0.0.1
[May 8 07:30:53] -- Executing [8600051@default:1] MeetMe("Local/8600051@default-00000002;2", "8600051,F") in new stack
[May 8 07:30:53] > Channel Local/8600051@default-00000002;1 was answered
[May 8 07:30:53] -- Executing [1651xxxxxxx@default:1] AGI("Local/8600051@default-00000002;1", "agi://127.0.0.1:4577/call_log") in new stack
[May 8 07:30:53] -- AGI Script Executing Application: (EXEC) Options: (Set(_CAMPCUST=NCP_SALE))
[May 8 07:30:53] -- <Local/8600051@default-00000002;1>AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
[May 8 07:30:53] -- Executing [1651xxxxxxx@default:2] Dial("Local/8600051@default-00000002;1", "SIP/carrier/xxxx#1651xxxxxxx,,To") in new stack
[May 8 07:30:53] == Using SIP RTP CoS mark 5
[May 8 07:30:53] -- Called SIP/carrier/xxxx#1651xxxxxxx
[May 8 07:30:54] == Everyone is busy/congested at this time (1:0/0/1)
[May 8 07:30:54] -- Executing [1651xxxxxxx@default:3] Hangup("Local/8600051@default-00000002;1", "") in new stack
[May 8 07:30:54] == Spawn extension (default, 1651xxxxxxx, 3) exited non-zero on 'Local/8600051@default-00000002;1'
[May 8 07:30:54] -- Executing [h@default:1] AGI("Local/8600051@default-00000002;1", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----1-----CHANUNAVAIL----------") in new stack
[May 8 07:30:54] -- <Local/8600051@default-00000002;1>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----1-----CHANUNAVAIL---------- completed, returning 0
[May 8 07:30:54] == Spawn extension (default, 8600051, 1) exited non-zero on 'Local/8600051@default-00000002;2'
[May 8 07:30:54] -- Executing [h@default:1] AGI("Local/8600051@default-00000002;2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0---------------") in new stack
[May 8 07:30:54] -- <Local/8600051@default-00000002;2>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0--------------- completed, returning 0
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Manual Dial from Xlite Works
[May 8 07:47:02] > 0x7f2e3c012a50 -- Strict RTP learning after remote address set to: 192.168.1.141:63504
[May 8 07:47:02] -- Executing [1651xxxxxxx@default:1] AGI("SIP/1234-00000004", "agi://127.0.0.1:4577/call_log") in new stack
[May 8 07:47:02] -- <SIP/1234-00000004>AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
[May 8 07:47:02] -- Executing [1651xxxxxxx@default:2] Dial("SIP/1234-00000004", "SIP/carrier/xxxx#1651xxxxxxx,,To") in new stack
[May 8 07:47:02] == Using SIP RTP CoS mark 5
[May 8 07:47:02] -- Called SIP/carrier/xxxx#1651xxxxxxx
[May 8 07:47:05] > 0x7f2d38014940 -- Strict RTP learning after remote address set to: 64.206.43.107:20050
[May 8 07:47:05] -- SIP/teleinx-00000005 is making progress passing it to SIP/1234-00000004
[May 8 07:47:05] > 0x7f2e3c012a50 -- Strict RTP switching to RTP remote address 192.168.1.141:63504 as source
[May 8 07:47:05] > 0x7f2d38014940 -- Strict RTP switching to RTP remote address 64.206.43.107:20050 as source
[May 8 07:47:05] > 0x7f2e3c012a50 -- Strict RTP learning complete - Locking on source address 192.168.1.141:63504
[May 8 07:47:07] == Manager 'sendcron' logged on from 127.0.0.1
[May 8 07:47:07] == Manager 'sendcron' logged off from 127.0.0.1
[May 8 07:47:07] > 0x7f2d38014940 -- Strict RTP learning complete - Locking on source address 64.206.43.107:20050
[May 8 07:47:10] -- SIP/carrier-00000005 answered SIP/1234-00000004
[May 8 07:47:17] -- Executing [h@default:1] AGI("SIP/1234-00000004", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16-----ANSWER-----15-----7") in new stack
[May 8 07:47:17] -- <SIP/1234-00000004>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16-----ANSWER-----15-----7 completed, returning 0
[May 8 07:47:17] == Spawn extension (default, 1651xxxxxxx, 2) exited non-zero on 'SIP/1234-00000004'
Vicibox 8.0.1 from .iso | Vicidial 2.14-669a Build 180411-1647 | Asterisk 11.25.3-vici | Cluster 2 Servers | No Digium/Sangoma Hardware | No Extra Software After Installation | 2 x 2.4 GHz Quad-Core Intel Xeon Processor with 12MB Cache -- E5620