Changeset 1099 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_acc.c
- Timestamp:
- Mar 23, 2007 7:09:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_acc.c
r998 r1099 944 944 acc = &pjsua_var.acc[acc_id]; 945 945 946 /* If force_contact is configured, then use use it */ 947 if (acc->cfg.force_contact.slen) { 948 *contact = acc->cfg.force_contact; 949 return PJ_SUCCESS; 950 } 951 946 952 /* If route-set is configured for the account, then URI is the 947 953 * first entry of the route-set. … … 1038 1044 acc = &pjsua_var.acc[acc_id]; 1039 1045 1046 /* If force_contact is configured, then use use it */ 1047 if (acc->cfg.force_contact.slen) { 1048 *contact = acc->cfg.force_contact; 1049 return PJ_SUCCESS; 1050 } 1051 1040 1052 /* If Record-Route is present, then URI is the top Record-Route. */ 1041 1053 if (rdata->msg_info.record_route) {
Note: See TracChangeset
for help on using the changeset viewer.