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/src/pjsua-lib/pjsua_call.c

    r4176 r4204  
    30603060    pj_bool_t has_mult_fmt = PJ_FALSE; 
    30613061    pj_status_t status; 
     3062 
     3063    if (!pjsua_var.acc[call->acc_id].cfg.lock_codec) { 
     3064        return PJ_SUCCESS; 
     3065    } 
    30623066 
    30633067    /* Stop lock codec timer, if it is active */ 
Note: See TracChangeset for help on using the changeset viewer.