handle_request_invite: Unable to create/find SIP channel

Hi,
I am testing Inbound and I am getting the following error in CLI :

NOTICE[5678]: chan_sip.c:15793 handle_request_invite: Unable to create/find SIP channel for this INVITE

Kindly help me solve this issue.

Thanks & Regards!

That’s a catch all error message. Is there a primary error message? If not, you are going to have to tell us a lot more.

Hi David55,

In my scenario I am making call to DID from a SIP Phone that is not connected with GoAutoDial and Asterisk. In SoftSIP Phone it shows Normal Call Clearing and
The CLI is given as follows :
[Apr 1 11:26:02] == Manager ‘sendcron’ logged off from 127.0.0.1
[Apr 1 11:26:03] – Executing [extension@trunkinbound:2] Answer(“SIP/voip-00000007”, “”) in new stack
[Apr 1 11:26:03] – Executing [extension@trunkinbound:3] AGI(“SIP/Voip-00000007”, “agi-DID_route.agi”) in new stack
[Apr 1 11:26:03] – Launched AGI Script /var/lib/asterisk/agi-bin/agi-DID_route.agi
[Apr 1 11:26:03] – AGI Script agi-DID_route.agi completed, returning 0
[Apr 1 11:26:03] == Auto fallthrough, channel ‘SIP/Voip-00000007’ status is ‘UNKNOWN’
[Apr 1 11:26:03] – Executing [h@trunkinbound:1] DeadAGI(“SIP/Voip-00000007”, “agi://127.0.0.1:4577/call_log–HVcauses–PRI-----NODEBUG-----0---------------”) in new stack
[Apr 1 11:26:03] – AGI Script agi://127.0.0.1:4577/call_log–HVcauses … ---------- completed, returning 0
[Apr 1 11:26:03] NOTICE[3696]: chan_sip.c:15793 handle_request_invite: Unable to create/find SIP channel for this INVITE

Thanks & Regards!

We don’t know about GotoAutodial.

You will need to provide SIP logging of the failed invite and the call that it was trying to match.

Hi ,
To provide SIP logging of the failed invite what should I have to do ? please help me on asterisk part only no GoAutoDial.

For Sip Logging should I needed to debug in asterisk CLI or anything else.

Thanks!