Displaying 2 results from an estimated 2 matches for "pendinginvit".
Did you mean:
  pendinginvite
  
2018 Aug 30
2
getting invites to rtp ports ??
OK, Thanks.  I have a couple of questions -- the line numbers do not
match exactly, so can you tell me a couple of lines before and after
the line in question?  Also, when will this be logged, if its only
during sip debug, I need to change it to log when I can see it more
readily.
Thanks.
On Wed, 29 Aug 2018 20:31:15 -0400,
sean darcy wrote:
> 
> On 08/29/2018 08:07 PM, John Covici wrote:
2018 Sep 09
2
getting invites to rtp ports ??
...gt;> 
> >> asterisk-users mailing list
> >> To UNSUBSCRIBE or update options visit:
> >>    http://lists.digium.com/mailman/listinfo/asterisk-users
> >> 
> > 
> 
> 13.21.0-rc1 chan_sip.c :
> 
> 4125-		}
> 4126-	} else if (pkt->owner->pendinginvite == pkt->seqno) {
> 4127:	       ast_log(LOG_WARNING, "Timeout on %s non-critic
> invite trans from %s.\n",
> pkt->owner->callid,ast_sockaddr_stringify(sip_real_dst(pkt->owner)));
> 4128-	       pkt->owner->invitestate = INV_TERMINATED;
> 4129-	       pkt-...