Changeset 5703 for pjproject/trunk/pjsip/include/pjsua2/endpoint.hpp
- Timestamp:
- Nov 27, 2017 8:24:50 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua2/endpoint.hpp
r5676 r5703 461 461 462 462 /** 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 /** 463 472 * Optional user agent string (default empty). If it's empty, no 464 473 * User-Agent header will be sent with outgoing requests. … … 497 506 498 507 bool stunTryIpv6; 508 499 509 /** 500 510 * This specifies if the library startup should ignore failure with the
Note: See TracChangeset
for help on using the changeset viewer.