- Timestamp:
- Dec 28, 2016 3:40:07 AM (8 years ago)
- Location:
- pjproject/branches/projects/uwp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/uwp
- Property svn:mergeinfo changed
/pjproject/trunk (added) merged: 5209,5212-5234,5237-5253,5255,5257-5292,5294-5297,5299-5332,5334-5394,5396-5438,5440-5469,5471-5496,5498-5510
- Property svn:mergeinfo changed
-
pjproject/branches/projects/uwp/pjsip/src/pjsip/sip_util.c
r4888 r5513 1016 1016 if (status != PJ_SUCCESS) 1017 1017 return status; 1018 1019 /* If transport selector is set, set destination type accordingly */ 1020 if (tdata->tp_sel.type != PJSIP_TPSELECTOR_NONE && tdata->tp_sel.u.ptr) { 1021 if (tdata->tp_sel.type == PJSIP_TPSELECTOR_TRANSPORT) 1022 dest_info->type = tdata->tp_sel.u.transport->key.type; 1023 else if (tdata->tp_sel.type == PJSIP_TPSELECTOR_LISTENER) 1024 dest_info->type = tdata->tp_sel.u.listener->type; 1025 } 1018 1026 1019 1027 /* If target URI is different than request URI, replace
Note: See TracChangeset
for help on using the changeset viewer.