Ignore:
Timestamp:
Nov 25, 2010 9:27:06 AM (13 years ago)
Author:
nanang
Message:

Fix #1163:

  • Fixed lock codec to always be done after successful media update, and pend the lock codec until call state CONFIRMED if media update is done in call state EARLY but remote does not support UPDATE method.
  • Added additional checks in lock_codec() and perform_lock_codec(), e.g: skip locking codec when media deactivated.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua_internal.h

    r3366 r3374  
    9696        pj_uint32_t      sdp_ver;    /**< SDP version of the bad answer     */ 
    9797        int              retry_cnt;  /**< Retry count.                      */ 
     98        pj_bool_t        pending;    /**< Pending until CONFIRMED state     */ 
    9899    } lock_codec;                    /**< Data for codec locking when answer 
    99100                                          contains multiple codecs.         */ 
Note: See TracChangeset for help on using the changeset viewer.