Changeset 4888 for pjproject/trunk/pjsip/include/pjsip/sip_util.h
- Timestamp:
- Aug 18, 2014 8:54:43 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_util.h
r4347 r4888 372 372 pjsip_tx_data **p_tdata); 373 373 374 /** 375 * Get destination address and port and transport type information for the 376 * specified URI. 377 * 378 * @param target_uri The destination URI. 379 * @param request_uri Optional request URI to be considered. May be NULL. 380 * @param pool Pool to allocate memory from. 381 * @param dest_info To be filled with destination info. 382 * 383 * @return PJ_SUCCESS or the appropriate error code. 384 */ 385 PJ_DECL(pj_status_t) pjsip_get_dest_info(const pjsip_uri *target_uri, 386 const pjsip_uri *request_uri, 387 pj_pool_t *pool, 388 pjsip_host_info *dest_info); 374 389 375 390 /**
Note: See TracChangeset
for help on using the changeset viewer.