Ignore:
Timestamp:
Apr 27, 2011 4:58:32 AM (13 years ago)
Author:
nanang
Message:

Fix #1248: Reset destination info in the INVITE message/tdata before resending it to force re-resolving destination info.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-ua/sip_inv.c

    r3481 r3546  
    22962296                  pjsip_msg_find_hdr(tdata->msg, PJSIP_H_VIA, NULL); 
    22972297            via->branch_param.slen = 0; 
     2298 
     2299            /* Reset message destination info (see #1248). */ 
     2300            pj_bzero(&tdata->dest_info, sizeof(tdata->dest_info)); 
    22982301 
    22992302            /* Must invalidate the message! */ 
Note: See TracChangeset for help on using the changeset viewer.