Access to Call Server configuration.
Name | Type | Description | Attributes |
---|---|---|---|
atomLinkList | Array of Link | See Definition of Link | |
allowUnregisteredEndpointCalls | boolean | Allow/deny calls from unregistered (i.e. rouge) endpoints in the network as defined in Site topology | Mandatory |
allowCallsFromNonRogueEndpoints | boolean | Allow/deny calls from unregistered out of territory endpoints (non-rogue). | |
allowCallsToInactiveEndpoints | boolean | Include inactive endpoints when resolving the dial rules | Mandatory |
availableBandwidthLimit | int | Available bandwidth limit allocated to a single call (%) | Mandatory |
territoryDelay | int | The value in seconds of refresh territory's primary node's status | Mandatory |
forwardNoAnswerTimeout | int | The number of seconds to wait for a callee no answer before the call is forwarded to an alternate endpoint | Mandatory |
registrationRefreshInterval | int | For H.323 endpoints, this specifies how often registered endpoints send 'keep alive' messages to the Call Server. For SIP endpoints, this specifies the refresh interval used if the endpoint did not specify an interval or specified on greater than this value. | Mandatory |
sipGatewayCallsLrqWithEmailNotE164 | boolean | For SIP calls gatewayed to an external gatekeeper, use the H323 email ID as the destination | Mandatory |
enableRegistrationSharing | boolean | If registrations are shared with an external server or not. | |
regSharingHost | string | IP or FQDN of the host to share registration information with. | |
regSharingPort | int | Port of the host to share registration information with. | |
regSharingUsername | string | Username used for registration sharing if the host being shared to requires credentials. | |
regSharingUserpass | string | Password for user used for registration sharing if the host being shared to requires credentials. | |
regSharingDeleteInactiveEndpoints | boolean | Select to specify that shared registrations whose status is Inactive (that is, their registrations have expired) are deleted from the system after the specified number of days. Some dial rule actions, such as Resolve to registered endpoint, can route calls to endpoints with an inactive registration. Deleting the registration record is the only way to prevent resolution to an inactive endpoint. | |
regSharingInactiveRegistrationDaysToDelete | int | Select to specify that shared registrations whose status is Inactive (that is, their registrations have expired) are deleted from the system after the specified number of days. Some dial rule actions, such as Resolve to registered endpoint, can route calls to endpoints with an inactive registration. Deleting the registration record is the only way to prevent resolution to an inactive endpoint. | |
minimumRegistrationExpires | int | Sip Registration minimum expiration time (second) | Mandatory |
proxyTimeOut | int | The value in seconds of a SIP peer call to time out. | Mandatory |
maxBreadth | int | The maximum allowable SIP max breadth value for incoming requests. | Mandatory |
routedCallMode | boolean | This setting specifies whether the H.323 gatekeeper is operating in routed mode (true) or direct mode (false). In routed mode the gatekeeper proxies all H.323 signaling messages. In direct mode only H.225.0 RAS call control messages are proxied through the gatekeeper; all other call signaling and media control messages are exchanged directly between endpoints. | Mandatory |
onlyAcceptNeighborLrq | boolean | Specifies whether or not Janus will only accept and respond to LRQ messages from external Gatekeepers that are in its neighbor list or if it will attempt to service any LRQ sent to it per H.225 protocol specifications | Mandatory |
deriveH323EmailIdsForOtherAliases | boolean | Resolve email ID dial strings to another local alias by using the user part of the email address. For example, the dial string 1234@company.com would resolve to the endpoint registered as 1234 | Mandatory |
associateEmailIdToEndpoint | boolean | If this option is enabled and the system is integrated with Active Directory, an endpoint associated with an enterprise user is assigned the user's email address as an H.323 email ID | Mandatory |
lrqHopCount | int | The initial hop count used when the Janus system sends an LRQ to a neighbor | Mandatory |
lrqTimeOut | int | The value in seconds to wait for a LRQ response from a neighbor gatekeeper and/or when resolving H.323 calls via URL queried by NDS TXT records | Mandatory |
irqInterval | int | The interval at which the call server should send IRQ messages to H.323 endpoints in a call | Mandatory |
enableIrqCallTermination | boolean | Allows the termination calls due to failure or negative response to an IRQ message from the DMA requesting active call information. | Mandatory |
endpointsBelongToEachDomainForSip | boolean | Specifies that call requests for locally registered SIP endpoints do not have to match the domain. If not enabled, call requests must exactly match the URI of the registered endpoint | Mandatory |
endpointsBelongToEachDomainForH323 | boolean | Specifies that call requests for registered H.323 endpoints' email IDs do not have to match the domain. If not enabled, call requests must exactly match the URI of the registered endpoint | Mandatory |
belongToLocalDomainForConference | boolean | Specifies whether or not to ignore the domain part of the dial string when the conference ID rule is used | Mandatory |
domainNames | Array of string | The list of domains from which registrations are accepted by the system. If the list is empty, all domains are considered local, and the system accepts endpoint registrations from any domain. When updating the call server configuration, the following conventions will be followed: 1) If the sip-domains list is not supplied then the currently configured domains will be preserved. 2) If the sip-domains list is supplied but only contains empty domain-name elements then the list of domains in the current configuration will be cleared. 3) If the sip-domains list is supplied and contains any non-empty domain-name elements then the current configuration will be replaced with the new list. | |
allowSitelessRegistration | boolean | Allows endpoints to register when their IP Addresses do not correspond to any subnet configured in the site topology | Mandatory |
entityTag | EntityTag | The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance. | |
lyncConferenceIdQueryTimeout | int | The number of seconds that we will query a lync server before timing out that query. This value must be between 1 and 20 seconds. | Mandatory |
Name | Type | Restrictions |
---|---|---|
EntityTag | string | Length of value must be >=1 Length of value must be <=64 |