Call Rejected: CHANUNAVAIL
Cause: 66 - Channel type not implemented.
Carrier Entry:
[Gracan]
host=1xx.x.xxx.xxx
username=xxxxxxxxxx
secret=xxxxxxxx
allow=all
type=peer
nat=yes
dtmfmode=rfc2833
context=trunkinbound
insecure=port,invite
Dial Plan:
exten => _90.,1,Monitor(wav,call_from_${UNIQUEID}_to_X${EXTEN:2}_at_${TIMESTAMP},b)
exten => _90.,n,AGI(agi://127.0.0.1:4577/call_log)
exten => _90.,n,Dial(${Gracan}/${EXTEN:2},,tTor)
exten => _90.,n,Hangup
Global Strings
SIPGracan=SIP/Gracan
Reg String
register => xxxxxxx:xxxxxxxxxx@1xx.x.xxx.xxx:5060
CLI Output:
- Code: Select all
vicibox81:~ # asterisk -r
[Feb 8 14:49:48] Asterisk 13.21.1-vici, Copyright (C) 1999 - 2014, Digium, Inc. and others.
[Feb 8 14:49:48] Created by Mark Spencer <markster@digium.com>
[Feb 8 14:49:48] Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
[Feb 8 14:49:48] This is free software, with components licensed under the GNU General Public
[Feb 8 14:49:48] License version 2 and other licenses; you are welcome to redistribute it under
[Feb 8 14:49:48] certain conditions. Type 'core show license' for details.
[Feb 8 14:49:48] =========================================================================
[Feb 8 14:49:48] Connected to Asterisk 13.21.1-vici currently running on vicibox81 (pid = 1466)
[Feb 8 14:49:49] == Manager 'sendcron' logged on from 127.0.0.1
[Feb 8 14:49:49] -- Called 8600051@default
[Feb 8 14:49:49] -- Executing [8600051@default:1] MeetMe("Local/8600051@default-0000001c;2", "8600051,F") in new stack
[Feb 8 14:49:49] -- Local/8600051@default-0000001c;1 answered
[Feb 8 14:49:49] -- Executing [90832744407@default:1] Monitor("Local/8600051@default-0000001c;1", "wav,call_from_1549630189.72_to_X832744407_at_,b") in new stack
[Feb 8 14:49:49] -- Executing [90832744407@default:2] AGI("Local/8600051@default-0000001c;1", "agi://127.0.0.1:4577/call_log") in new stack
[Feb 8 14:49:49] -- AGI Script Executing Application: (EXEC) Options: (Set(_CAMPCUST=TMCV))
[Feb 8 14:49:49] -- <Local/8600051@default-0000001c;1>AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
[Feb 8 14:49:49] -- Executing [90832744407@default:3] Dial("Local/8600051@default-0000001c;1", "/832744407,,tTor") in new stack
[Feb 8 14:49:49] WARNING[5125][C-00000036]: channel.c:6260 ast_request: No channel type registered for ''
[Feb 8 14:49:49] WARNING[5125][C-00000036]: app_dial.c:2527 dial_exec_full: Unable to create channel of type '' (cause 66 - Channel not implemented)
[Feb 8 14:49:49] == Everyone is busy/congested at this time (1:0/0/1)
[Feb 8 14:49:49] -- Executing [90832744407@default:4] Hangup("Local/8600051@default-0000001c;1", "") in new stack
[Feb 8 14:49:49] == Spawn extension (default, 90832744407, 4) exited non-zero on 'Local/8600051@default-0000001c;1'
[Feb 8 14:49:49] WARNING[5125][C-00000036]: func_hangupcause.c:140 hangupcause_read: Unable to find information for channel
[Feb 8 14:49:49] -- Executing [h@default:1] AGI("Local/8600051@default-0000001c;1", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----66-----CHANUNAVAIL---------------)") in new stack
[Feb 8 14:49:49] -- <Local/8600051@default-0000001c;1>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----66-----CHANUNAVAIL---------------) completed, returning 0
[Feb 8 14:49:49] == Spawn extension (default, 8600051, 1) exited non-zero on 'Local/8600051@default-0000001c;2'
[Feb 8 14:49:49] WARNING[5126][C-00000035]: func_hangupcause.c:140 hangupcause_read: Unable to find information for channel
[Feb 8 14:49:49] -- Executing [h@default:1] AGI("Local/8600051@default-0000001c;2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----66--------------------)") in new stack
[Feb 8 14:49:49] -- <Local/8600051@default-0000001c;2>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----66--------------------) completed, returning 0
[Feb 8 14:49:49] == Manager 'sendcron' logged on from 127.0.0.1
[Feb 8 14:49:49] -- Called 58600051@default
[Feb 8 14:49:49] -- Executing [58600051@default:1] MeetMe("Local/58600051@default-0000001d;2", "8600051,Fmq") in new stack
[Feb 8 14:49:49] -- Local/58600051@default-0000001d;1 answered
[Feb 8 14:49:49] -- Executing [8309@default:1] Answer("Local/58600051@default-0000001d;1", "") in new stack
[Feb 8 14:49:49] -- Executing [8309@default:2] Monitor("Local/58600051@default-0000001d;1", "wav,20190208-144948_832744407") in new stack
[Feb 8 14:49:49] -- Executing [8309@default:3] Wait("Local/58600051@default-0000001d;1", "5400") in new stack
[Feb 8 14:49:50] == Manager 'sendcron' logged off from 127.0.0.1
[Feb 8 14:49:50] == Manager 'sendcron' logged off from 127.0.0.1
[Feb 8 14:50:01] == Manager 'sendcron' logged on from 127.0.0.1
[Feb 8 14:50:01] == Manager 'sendcron' logged off from 127.0.0.1
[Feb 8 14:50:01] == Manager 'sendcron' logged on from 127.0.0.1
[Feb 8 14:50:01] == Manager 'sendcron' logged on from 127.0.0.1
[Feb 8 14:50:01] == Manager 'sendcron' logged off from 127.0.0.1
[Feb 8 14:50:02] == Manager 'sendcron' logged off from 127.0.0.1
vicibox81*CLI>
VERSION: 2.14-692a
BUILD: 180927-0018
Asterisk 13.21.1-vici
Single Server Intel(R) Xeon(R) CPU X5450 @ 3.00GHz
15 Agents
No Other Software
No Other Hardware