search for: sip_pkt_ignore

Displaying 1 result from an estimated 1 matches for "sip_pkt_ignore".

2009 Dec 19
0
E1 ingress to SIP egress problem with 183 response
...lem. I would prefer to solve the 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) {...