|
||||||||||||||||||||||||||||||||
Detailed DescriptionThis structure describes PJSIP run-time configurations/settings. Application may use pjsip_cfg() function to modify the settings before creating the stack. Field DocumentationSpecify port number should be allowed to appear in To and From header. Note that RFC 3261 disallow this, see Table 1 in section 19.1.1 of the RFC. Default is PJSIP_ALLOW_PORT_IN_FROMTO_HDR. Disable rport in request.
Global settings.
Maximum number of transactions. The value is initialized with PJSIP_MAX_TSX_COUNT
Transaction T1 timeout, in msec. Default value is PJSIP_T1_TIMEOUT
Transaction T2 timeout, in msec. Default value is PJSIP_T2_TIMEOUT
Transaction completed timer for non-INVITE, in msec. Default value is PJSIP_T4_TIMEOUT
Transaction completed timer for INVITE, in msec. Default value is PJSIP_TD_TIMEOUT.
Transaction layer settings. Specify whether client registration should check for its registered contact in Contact header of successful REGISTER response to determine whether registration has been successful. This setting may be disabled if non-compliant registrar is unable to return correct Contact header. Default is PJSIP_REGISTER_CLIENT_CHECK_CONTACT Specify whether client registration should add "x-uid" extension parameter in all Contact URIs that it registers to assist the matching of Contact URIs in the 200/OK REGISTER response, in case the registrar is unable to return exact Contact URI in the 200/OK response. Default is PJSIP_REGISTER_CLIENT_ADD_XUID_PARAM.
Client registration settings. The documentation for this struct was generated from the following file:
Copyright (C) 2006-2008 Teluu Inc.
| |
|||||||||||||||||||||||||||||||