Changeset 4330
- Timestamp:
- Jan 23, 2013 6:01:26 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c
r4312 r4330 195 195 196 196 if (app_config.acc_cfg[i].reg_timeout < timeout) { 197 pjsua_acc_get_config(i, &app_config.acc_cfg[i]); 197 198 app_config.acc_cfg[i].reg_timeout = timeout; 198 199 pjsua_acc_modify(i, &app_config.acc_cfg[i]);
Note: See TracChangeset
for help on using the changeset viewer.