Changeset 4425
- Timestamp:
- Mar 6, 2013 9:36:05 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-ua/sip_inv.c
r4420 r4425 3291 3291 if (dlg->role == PJSIP_ROLE_UAC) { 3292 3292 3293 /* Save the original INVITE request , if on_redirected() callback3294 * is implemented. We may need to resend the INVITE if we receive 3295 * redirectionresponse.3293 /* Save the original INVITE request. 3294 * We may need to resend the INVITE if we receive redirection 3295 * or session timer too small response. 3296 3296 */ 3297 if ( mod_inv.cb.on_redirected) {3297 if (1) { 3298 3298 if (inv->invite_req) { 3299 3299 pjsip_tx_data_dec_ref(inv->invite_req);
Note: See TracChangeset
for help on using the changeset viewer.