Ignore:
Timestamp:
Jun 15, 2010 9:56:39 AM (14 years ago)
Author:
nanang
Message:

Fix #476:

  • Added lock codec feature to make sure that only one codec is active, by updating media session using UPDATE (if remote supports it) or re-INVITE.
  • Added few SIPp test scenarios.
File:
1 edited

Legend:

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

    r3144 r3206  
    9191    char    last_text_buf_[128];    /**< Buffer for last_text.              */ 
    9292 
     93    struct { 
     94        pj_timer_entry   reinv_timer;/**< Reinvite retry timer.             */ 
     95        pjmedia_sdp_session *new_sdp;/**< The new SDP offer.                */ 
     96    } lock_codec;                    /**< Data for codec locking when answer 
     97                                          contains multiple codecs.         */ 
     98 
    9399} pjsua_call; 
    94100 
Note: See TracChangeset for help on using the changeset viewer.