Ignore:
Timestamp:
Jan 13, 2007 11:22:40 PM (17 years ago)
Author:
bennylp
Message:

More work on ticket #50: binding of PJSUA-API account to specific transport, and minor fixes in PJSIP core implementation. Tested okay.

File:
1 edited

Legend:

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

    r879 r881  
    918918 * @param tpmgr     The transport manager. 
    919919 * @param pool      Pool to allocate memory for the IP address. 
    920  * @param h         Destination address to contact. 
     920 * @param type      Destination address to contact. 
     921 * @param sel       Optional pointer to prefered transport, if any. 
    921922 * @param ip_addr   Pointer to receive the IP address. 
    922923 * @param port      Pointer to receive the port number. 
     
    927928                                                  pj_pool_t *pool, 
    928929                                                  pjsip_transport_type_e type, 
     930                                                  const pjsip_tpselector *sel, 
    929931                                                  pj_str_t *ip_addr, 
    930932                                                  int *port); 
Note: See TracChangeset for help on using the changeset viewer.