Ignore:
Timestamp:
Jul 13, 2012 7:38:06 AM (12 years ago)
Author:
bennylp
Message:

Fixed #1553: Account setting to disable re-INVITE or UPDATE to lock codec

File:
1 edited

Legend:

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

    r4180 r4204  
    27442744    pj_str_t        proxy[PJSUA_ACC_MAX_PROXIES]; 
    27452745 
     2746    /** 
     2747     * If remote sends SDP answer containing more than one format or codec in 
     2748     * the media line, send re-INVITE or UPDATE with just one codec to lock 
     2749     * which codec to use. 
     2750     * 
     2751     * Default: 1 (Yes). Set to zero to disable. 
     2752     */ 
     2753    unsigned        lock_codec; 
     2754 
    27462755    /**  
    27472756     * Optional interval for registration, in seconds. If the value is zero,  
Note: See TracChangeset for help on using the changeset viewer.