Ignore:
Timestamp:
Jun 20, 2012 10:39:05 AM (12 years ago)
Author:
ming
Message:

Fixed #1537: Via rewrite: putting the right IP address in Via sent-by for outgoing requests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua_internal.h

    r4172 r4173  
    213213                                         It may be different than acc 
    214214                                         contact if outbound is used    */ 
     215    pjsip_host_port  via_addr;      /**< Address for Via header         */ 
     216    pjsip_transport *via_tp;        /**< Transport associated with 
     217                                         the Via address                */ 
    215218 
    216219    pj_str_t         srv_domain;    /**< Host part of reg server.       */ 
Note: See TracChangeset for help on using the changeset viewer.