Ignore:
Timestamp:
Aug 18, 2014 8:54:43 AM (10 years ago)
Author:
bennylp
Message:

Closed #1677: Contact uses source port in initial registration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_util.h

    r4347 r4888  
    372372                                                pjsip_tx_data **p_tdata); 
    373373 
     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 */ 
     385PJ_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); 
    374389 
    375390/** 
Note: See TracChangeset for help on using the changeset viewer.