|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Field Documentation
Maximum calls to support (default: 4). The value specified here must be smaller than the compile time maximum settings PJSUA_MAX_CALLS, which by default is 32. To increase this limit, the library must be recompiled with new PJSUA_MAX_CALLS value.
Number of worker threads. Normally application will want to have at least one worker thread, unless when it wants to poll the library periodically, which in this case the worker thread can be set to zero.
Number of nameservers. If no name server is configured, the SIP SRV resolution would be disabled, and domain will be resolved with standard pj_gethostbyname() function. Array of nameservers to be used by the SIP resolver subsystem. The order of the name server specifies the priority (first name server will be used first, unless it is not reachable). Force loose-route to be used in all route/proxy URIs (outbound_proxy and account's proxy settings). When this setting is enabled, the library will check all the route/proxy URIs specified in the settings and append ";lr" parameter to the URI if the parameter is not present. Default: 1
Number of outbound proxies in the outbound_proxy array. Specify the URL of outbound proxies to visit for all outgoing requests. The outbound proxies will be used for all accounts, and it will be used to build the route set for outgoing requests. The final route set for outgoing requests will consists of the outbound proxies and the proxy configured in the account. Warning: deprecated, please use stun_srv field instead. To maintain backward compatibility, if stun_srv_cnt is zero then the value of this field will be copied to stun_srv field, if present. Specify domain name to be resolved with DNS SRV resolution to get the address of the STUN server. Alternatively application may specify stun_host instead. If DNS SRV resolution failed for this domain, then DNS A resolution will be performed only if stun_host is specified. Warning: deprecated, please use stun_srv field instead. To maintain backward compatibility, if stun_srv_cnt is zero then the value of this field will be copied to stun_srv field, if present. Specify STUN server to be used, in "HOST[:PORT]" format. If port is not specified, default port 3478 will be used.
Number of STUN server entries in stun_srv array. Array of STUN servers to try. The library will try to resolve and contact each of the STUN server entry until it finds one that is usable. Each entry may be a domain name, host name, IP address, and it may contain an optional port number. For example:
When nameserver is configured in the pjsua_config.nameserver field, if entry is not an IP address, it will be resolved with DNS SRV resolution first, and it will fallback to use DNS A resolution if this fails. Port number may be specified even if the entry is a domain name, in case the DNS SRV resolution should fallback to a non-standard port. When nameserver is not configured, entries will be resolved with pj_gethostbyname() if it's not an IP address. Port number may be specified if the server is not listening in standard STUN port. This specifies if the library startup should ignore failure with the STUN servers. If this is set to PJ_FALSE, the library will refuse to start if it fails to resolve or contact any of the STUN servers. Default: PJ_TRUE Support for adding and parsing NAT type in the SDP to assist troubleshooting. The valid values are:
Default: 1 Specify whether support for reliable provisional response (100rel and PRACK) should be required by default. Note that this setting can be further customized in account configuration (pjsua_acc_config). Default: PJ_FALSE Specify whether support for Session Timers should be required by default. Note that this setting can be further customized in account configuration (pjsua_acc_config). Default: PJ_FALSE Specify Session Timer settings, see pjsip_timer_setting. Note that this setting can be further customized in account configuration (pjsua_acc_config).
Number of credentials in the credential array. Array of credentials. These credentials will be used by all accounts, and can be used to authenticate against outbound proxies. If the credential is specific to the account, then application should set the credential in the pjsua_acc_config rather than the credential here. Application callback to receive various event notifications from the library. Optional user agent string (default empty). If it's empty, no User-Agent header will be sent with outgoing requests. Specify default value of secure media transport usage. Valid values are PJMEDIA_SRTP_DISABLED, PJMEDIA_SRTP_OPTIONAL, and PJMEDIA_SRTP_MANDATORY. Note that this setting can be further customized in account configuration (pjsua_acc_config). Default: PJSUA_DEFAULT_USE_SRTP Specify whether SRTP requires secure signaling to be used. This option is only used when use_srtp option above is non-zero. Valid values are: 0: SRTP does not require secure signaling 1: SRTP requires secure transport such as TLS 2: SRTP requires secure end-to-end transport (SIPS) Note that this setting can be further customized in account configuration (pjsua_acc_config). Default: PJSUA_DEFAULT_SRTP_SECURE_SIGNALING Disconnect other call legs when more than one 2xx responses for outgoing INVITE are received due to forking. Currently the library is not able to handle simultaneous forked media, so disconnecting the other call legs is necessary. With this setting enabled, the library will handle only one of the connected call leg, and the other connected call legs will be disconnected. Default: PJ_TRUE (only disable this setting for testing purposes).
The documentation for this struct was generated from the following file:
Copyright (C) 2006-2008 Teluu Inc.
| |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||