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.h

    r4172 r4173  
    28192819 
    28202820    /** 
     2821     * This option is used to overwrite the "sent-by" field of the Via header 
     2822     * for outgoing messages with the same interface address as the one in 
     2823     * the REGISTER request, as long as the request uses the same transport 
     2824     * instance as the previous REGISTER request. 
     2825     * 
     2826     * Default: 1 (yes) 
     2827     */ 
     2828    pj_bool_t        allow_via_rewrite; 
     2829 
     2830    /** 
    28212831     * Control the use of SIP outbound feature. SIP outbound is described in 
    28222832     * RFC 5626 to enable proxies or registrar to send inbound requests back 
Note: See TracChangeset for help on using the changeset viewer.