search for: inv_cancelled

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

2009 Dec 19
0
E1 ingress to SIP egress problem with 183 response
...ging 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->owner, AST_CONTROL_...