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/include/pjsip/sip_transport.h

    r3553 r3954  
    573573     */ 
    574574    pjsip_tpselector        tp_sel; 
     575 
     576    /** 
     577     * Special flag to indicate that this transmit data is a request that has 
     578     * been updated with proper authentication response and is ready to be 
     579     * sent for retry. 
     580     */ 
     581    pj_bool_t               auth_retry; 
    575582 
    576583    /** 
Note: See TracChangeset for help on using the changeset viewer.