search for: transmit_response_reliable

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

2010 Jan 28
1
Use of "603 Declined"
...brought up, it sends a 603 Declined: } else { /* Incoming call, not up */ const char *res; if (p->hangupcause && (res = hangup_cause2sip(p->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...