Ignore:
Timestamp:
Feb 22, 2008 8:36:06 AM (16 years ago)
Author:
bennylp
Message:

Ticket #492: Bug in strict route processing when challenged with 401/407 response

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_util.h

    r1748 r1816  
    220220PJ_DECL(pj_status_t) pjsip_process_route_set(pjsip_tx_data *tdata, 
    221221                                             pjsip_host_info *dest_info ); 
     222 
     223 
     224/** 
     225 * Swap the request URI and strict route back to the original position 
     226 * before #pjsip_process_route_set() function is called. If no strict 
     227 * route URI was found by #pjsip_process_route_set(), this function will 
     228 * do nothing. 
     229 * 
     230 * This function should only used internally by PJSIP client authentication 
     231 * module. 
     232 * 
     233 * @param tdata     Transmit data containing request message. 
     234 */ 
     235PJ_DECL(void) pjsip_restore_strict_route_set(pjsip_tx_data *tdata); 
     236 
    222237 
    223238/** 
Note: See TracChangeset for help on using the changeset viewer.