Ignore:
Timestamp:
Feb 18, 2012 2:12:22 AM (12 years ago)
Author:
bennylp
Message:

Fixed #1452: Wrong call media state is reported if hold request is challenged with authentication (thanks Bogdan Krakowski for the fix)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjsip/src/pjsip/sip_auth_client.c

    r3871 r3954  
    11041104 
    11051105    tdata = old_request; 
    1106      
     1106    tdata->auth_retry = PJ_FALSE; 
     1107 
    11071108    /* 
    11081109     * Respond to each authentication challenge. 
     
    11751176    pjsip_tx_data_invalidate_msg(tdata); 
    11761177 
     1178    /* Retrying.. */ 
     1179    tdata->auth_retry = PJ_TRUE; 
     1180 
    11771181    /* Increment reference counter. */ 
    11781182    pjsip_tx_data_add_ref(tdata); 
Note: See TracChangeset for help on using the changeset viewer.