Changeset 3867
- Timestamp:
- Oct 27, 2011 9:02:36 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/pjsip/src/pjsua-lib/pjsua_acc.c
r3829 r3867 853 853 #endif 854 854 855 /* Use of proxy */ 856 if (acc->cfg.reg_use_proxy != cfg->reg_use_proxy) { 857 acc->cfg.reg_use_proxy = cfg->reg_use_proxy; 858 update_reg = PJ_TRUE; 859 } 860 855 861 /* Global outbound proxy */ 856 862 if (global_route_crc != acc->global_route_crc) { … … 963 969 acc->cfg.reg_first_retry_interval = cfg->reg_first_retry_interval; 964 970 acc->cfg.drop_calls_on_reg_fail = cfg->drop_calls_on_reg_fail; 971 acc->cfg.register_on_acc_add = cfg->register_on_acc_add; 965 972 if (acc->cfg.reg_delay_before_refresh != cfg->reg_delay_before_refresh) { 966 973 acc->cfg.reg_delay_before_refresh = cfg->reg_delay_before_refresh; … … 1014 1021 } 1015 1022 } 1023 1024 /* Call hold type */ 1025 acc->cfg.call_hold_type = cfg->call_hold_type; 1016 1026 1017 1027 on_return:
Note: See TracChangeset
for help on using the changeset viewer.