Changeset 4806
- Timestamp:
- Mar 28, 2014 12:02:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-ua/sip_inv.c
r4791 r4806 630 630 * when we have another re-INVITE on going and 200/OK 631 631 * retransmission is received. See: 632 * https://trac.pjsip.org/repos/ticket/1725 632 * https://trac.pjsip.org/repos/ticket/1725. 633 * Also send ACK for 200/OK of pending re-INVITE after call is 634 * disconnected (see https://trac.pjsip.org/repos/ticket/1755). 633 635 */ 634 636 if (inv->invite_tsx == NULL || 637 inv->state == PJSIP_INV_STATE_DISCONNECTED || 635 638 (inv->last_ack && inv->last_ack_cseq==rdata->msg_info.cseq->cseq)) 636 639 {
Note: See TracChangeset
for help on using the changeset viewer.