Why I’m getting this error? I’m trying to make an outgoing call and the status of SIP Trunk is ok…
Extension Changed 24061 new state InUse for Notify User 24150
Extension Changed 24061 new state InUse for Notify User 24131
– Executing Ringing(“SIP/24061-96b00030”, “”) in new stack
– Executing Dial(“SIP/24061-96b00030”, “/29152|200|rtT”) in new stack
Oct 16 12:59:49 WARNING[28477]: channel.c:2621 ast_request: No channel type registered for ''
Oct 16 12:59:49 NOTICE[28477]: app_dial.c:1076 dial_exec_full: Unable to create channel of type ‘’ (cause 66 - Channel not implemented)
== Everyone is busy/congested at this time (1:0/0/1)
– Executing Hangup(“SIP/24061-96b00030”, “”) in new stack
== Spawn extension (internac, 29152, 3) exited non-zero on 'SIP/24061-96b00030’
Extension Changed 24061 new state Idle for Notify User 24150
Extension Changed 24061 new state Idle for Notify User 24131
Oct 16 12:59:49 NOTICE[15184]: chan_sip.c:10863 handle_request_invite: Unable to create/find channel
The dial string does not contain a channel type, it’s empty. As a result you see that warning message. You’d need to look at/provide the dialplan logic to determine why.