[Home]

Summary:ASTERISK-15051: Unable to create/find SIP channel for this INVITE
Reporter:Tarek Khoury (tarekhoury)Labels:
Date Opened:2009-10-29 04:27:57Date Closed:2011-06-07 14:00:37
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) full
Description:hello, this is my first report, i`m a little newbie at this so please bear with me

sip.conf :
----------
[general]
bindport=5060
disallow=all
allow=ulaw
allow=alaw
allow=gsm
language=en

[0555555555]
type=friend
host=dynamic
context=mycontext
nat=yes ;also tried all other options


error messages:
-----------------------
[Oct 29 10:08:07] NOTICE[15567]: chan_sip.c:21151 handle_request_invite: Unable to create/find SIP channel for this INVITE
[Oct 29 10:08:24] WARNING[15567]: chan_sip.c:3940 retrans_pkt: Maximum retries exceeded on transmission ZWVlZWRiNTI3ZmE0YjZiY2I1MmZlNTI2MzU4NTliYmQ. for seqno 1 (Critical Response) -- See doc/sip-retransmit.txt.

****** ADDITIONAL INFORMATION ******

i`m running asterisk on a dedicated linux server hosting, with CentOS 5.3. i`m using x-lite as a softphone, also tried zoiper. all ports are open on the server, no firewalls. i`ll be happy to provide any additional information you need. just ask for it.
Comments:By: Tarek Khoury (tarekhoury) 2009-10-29 04:38:29

extensions.conf :
------------------
[general]
static=yes
autofallthrough=yes
extenpatternmatchnew=no
clearglobalvars=yes
priorityjumping=yes

[mycontext]
exten => 222,1,answer()
exten => 222,n,playback(hello-world)
exten => 222,n,hangup()

By: David Woolley (davidw) 2009-10-29 05:26:26

This appears to be the normal response to a retransmitted incoming INVITE.  Is there any reason to believe that there is any other problem than unreliable delivery of outbound packets, which would normally be a support issue, not a bug report issue?

By: Tarek Khoury (tarekhoury) 2009-10-29 05:57:53

how can i solve this problem? should i post it again on the support section?

when ever i do a test call for example i dial 222, the call doesn`t hangup, and even makes another call as shown in the logs by it self.

By: David Woolley (davidw) 2009-10-29 06:03:47

For the moment use, the support mailing list, the support forum, or the support IRC channel.  My initial impression is that your network is simply grossly overloaded, although there may be other faults with the network.  I don't think you are seeing another call; I think you are seeing another attempt to make the same call, because a response has not been received.

By: Tarek Khoury (tarekhoury) 2009-10-29 06:23:17

okay thanks i will try the IRC channel for support.

By: Leif Madsen (lmadsen) 2009-11-02 09:12:01.000-0600

This is not a bug. Please see the documentation referenced in the WARNING that was generated. Closing issue.