Call Server Configuration
Polycom, Inc. 266
an exception to non-compliant endpoints allows you to find them on the Endpoints page so that you can
contact the owners.
The following table describes the other predefined variables you can use in a registration policy script. Each
time the script runs, it gets the initial values for these variables from the registration request being
processed. The script can evaluate a variable or change its value (the change isn’t preserved after the script
completes).
Note: Registration Policy Scripting Tips
When you click Update, a Javascript parser evaluates the registration policy script. If there is a syntax
error in the script, an error message reports the problem and asks if you still want to update. You may
do so in order to save a work in progress, but the script won’t be used until it’s valid. Note that the
parser’s capabilities are limited and its error messages may not pinpoint the problem as clearly as you
might like. More capable script testing services are available, such as JSLint.
We also encourage you to use Debug this script to test your script thoroughly with various dial
strings and other parameters. See Script Debugging Dialog Box for Preliminaries/Postliminaries on
page 254.
See Sample Registration Policy Scripts on page 268 for some script examples.
Variable Initial value
EP_DEFINED_IN_CMA “TRUE” if the Polycom RealPresence DMA system is
integrated with a RealPresence Resource Manager or CMA
system and the endpoint is defined in that system.
EP_H323_DIALEDDIGITS_ALIAS Endpoint alias value associated with H.323 dialedDigits or
blank.
This is an array that can contain multiple values. Separate the
values with commas.
EP_H323_EMAIL_ID_ALIAS Endpoint alias value associated with H.323 email-ID or blank.
This is an array that can contain multiple values. Separate the
values with commas.
EP_H323_H323_ID_ALIAS Endpoint alias value associated with H.323 H323-ID or blank.
This is an array that can contain multiple values. Separate the
values with commas.
EP_H323_TRANSPORTID_ALIAS Endpoint alias value associated with H.323 transportID or
blank.
This is an array that can contain multiple values. Separate the
values with commas.
EP_H323_URL_ID_ALIAS Endpoint alias value associated with H.323 URL-ID or blank.
This is an array that can contain multiple values. Separate the
values with commas.
EP_IP Endpoint IP address. Enter it here in normal dot or colon
notation (such as 1.2.3.4 for IPv4).
In the script, this is represented as an array. If the IP address
is IPv4, there are 4 elements in the array. If the IP address is
IPv6, there are 8 elements in the array.