Changeset 5946 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_acc.c
- Timestamp:
- Mar 8, 2019 5:22:49 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_acc.c
r5909 r5946 1014 1014 &cfg->reg_contact_params); 1015 1015 update_reg = PJ_TRUE; 1016 unreg_first = PJ_TRUE; 1016 1017 } 1017 1018 … … 1021 1022 &cfg->contact_params); 1022 1023 update_reg = PJ_TRUE; 1024 unreg_first = PJ_TRUE; 1023 1025 } 1024 1026 … … 1028 1030 &cfg->contact_uri_params); 1029 1031 update_reg = PJ_TRUE; 1032 unreg_first = PJ_TRUE; 1030 1033 } 1031 1034
Note: See TracChangeset
for help on using the changeset viewer.