proxy property

  1. @Array.multi<NativeType>([8])
Array<pj_str_t> proxy
getter/setter pair

Optional URI of the proxies to be visited for all outgoing requests that are using this account (REGISTER, INVITE, etc). Application need to specify these proxies if the service provider requires that requests destined towards its network should go through certain proxies first (for example, border controllers).

These proxies will be put in the route set for this account, with maintaining the orders (the first proxy in the array will be visited first). If global outbound proxies are configured in pjsua_config, then these account proxies will be placed after the global outbound proxies in the routeset.

Implementation

@ffi.Array.multi([8])
external ffi.Array<pj_str_t> proxy;