Ignore:
Timestamp:
Nov 27, 2017 8:24:50 AM (6 years ago)
Author:
ming
Message:

Fixed #2069: Add outbound proxy settings in pjsua2
Thanks to Zarko Coklin for the patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua2/endpoint.hpp

    r5676 r5703  
    461461 
    462462    /** 
     463     * Specify the URL of outbound proxies to visit for all outgoing requests. 
     464     * The outbound proxies will be used for all accounts, and it will 
     465     * be used to build the route set for outgoing requests. The final 
     466     * route set for outgoing requests will consists of the outbound proxies 
     467     * and the proxy configured in the account. 
     468     */ 
     469    StringVector        outboundProxy; 
     470 
     471    /** 
    463472     * Optional user agent string (default empty). If it's empty, no 
    464473     * User-Agent header will be sent with outgoing requests. 
     
    497506 
    498507    bool                stunTryIpv6; 
     508 
    499509    /** 
    500510     * This specifies if the library startup should ignore failure with the 
Note: See TracChangeset for help on using the changeset viewer.