search for: invitest

Displaying 4 results from an estimated 4 matches for "invitest".

Did you mean: invites
2009 Dec 19
0
E1 ingress to SIP egress problem with 183 response
...problem by changing a configuration option somewhere but I'm running out of ideas. I've had a look in chan_sip.c and have seen this: case 180: /* 180 Ringing */ case 182: /* 182 Queued */ if (!ast_test_flag(req, SIP_PKT_IGNORE) && (p->invitestate != INV_CANCELLED) && sip_cancel_destroy(p)) ast_log(LOG_WARNING, "Unable to cancel SIP destruction. Expect bad things.\n"); if (!ast_test_flag(req, SIP_PKT_IGNORE) && p->owner) { ast_queue_control(p-&gt...
2010 Jan 28
1
Use of "603 Declined"
...hangupcause))) 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 th...
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 ??
...> 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->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 add...