Changeset 4330 for pjproject


Ignore:
Timestamp:
Jan 23, 2013 6:01:26 AM (11 years ago)
Author:
ming
Message:

Re #1559: Related to r4312, get the latest account config first before modifying the account

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c

    r4312 r4330  
    195195 
    196196        if (app_config.acc_cfg[i].reg_timeout < timeout) { 
     197            pjsua_acc_get_config(i, &app_config.acc_cfg[i]); 
    197198            app_config.acc_cfg[i].reg_timeout = timeout; 
    198199            pjsua_acc_modify(i, &app_config.acc_cfg[i]); 
Note: See TracChangeset for help on using the changeset viewer.