Displaying 3 results from an estimated 3 matches for "inv_termin".
2010 Jan 28
1
Use of "603 Declined"
...transmit_response_reliable(p,
res, &p->initreq);
else
transmit_response_reliable(p,
"603 Declined", &p->initreq);
p->invitestate = INV_TERMINATED;
Obviously this doesn't include cases where the URI is not found, the
codec is incompatible, etc. More just general failure stuff like
executing Hangup() on an unanswered channel.
However, 6xxx responses are somewhat religious/political in the SIP
sphere... Being that they are &quo...
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 ??
...lse 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->owner->pendinginvite = 0;
>
> The warning is logged with sip-debug.
>
> BTW, this gives the destination address for the packet. What I'd
> really want is the source address (which is probably the same as
> the destination address, but...). H...