PlcmRegistrationPolicyDebugRequest

PlcmRegistrationPolicyDebugRequest

Request to debug the scripts. Content-Type: application/vnd.plcm.plcm-registration-policy-debug-request+xml.


PlcmRegistrationPolicyDebugRequest Fields

NameTypeDescriptionAttributes
epDefinedInCmaboolean This parameter will tells polycom realpresence DMA system is integrated with a RealPresence Resource Manager or CMA system and the endpoint is defined in that system.
epH323DialDigitsAliasArray of string Endpoint alias value associated with H.323 dialedDigits or blank. This is an array that can contain multiple values. Separate the values with commas.
epH323EmailIdAliasArray of string 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.
epH323H323IdAliasArray of string 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.
epH323TransportIdAliasArray of string Endpoint alias value associated with H.323 transportID or blank. This is an array that can contain multiple values. Separate the values with commas.
epH323UrlIdAliasArray of string 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.
epIpArray of string This is 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.
epIsIpv4boolean It will return TRUE if the endpoint ip is IPV4, else it will be blank
epIsIpv6boolean It will return TRUE if the endpoint ip is IPV6, else it will be blank
epModelstring It will tells the endpoint model name
epOwnerstring It will tells the endpoint owner name
epOwnerDomainstring It will tells the endpoint domain name
epRegIsH323boolean It will returns true if the registration request uses H.323 signaling. Blank otherwise.
epRegIsSipboolean It will returns true if the registration request uses SIP signaling. Blank otherwise.
epSipSipUriAliasArray of string Endpoint alias value associated with SIP sip: URI or blank. This is an array that can contain multiple values. Separate the values with commas.
epSipSipsUriAliasArray of string Endpoint alias value associated with SIP SIPS: URI or blank. This is an array that can contain multiple values. Separate the values with commas.
epSipTelUriAliasArray of string Endpoint alias value associated with SIP TEL: URI or blank. This is an array that can contain multiple values. Separate the values with commas.
epVersionstring It is the endpoint software version number.
regIsPermanentboolean It will returns true if endpoint is already permanently registered. Blank otherwise.
regSiteDigitsint Number of digits in the subscriber number configured for the site where the endpoint is attempting to register.
regSiteNameint It is the site where endpoint is attempting to register.
regSubnetIpAddressArray of string IP address of the subnet where the endpoint is attempting to register. 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.
regSubnetMaskArray of string IP mask of the subnet where the endpoint is attempting to register. 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.
regWhitelistAddressesArray of string Endpoint addresses that registrations are only allowed from or blank. This is an array that can contain multiple values. Separate the values with commas.
regWhitelistAliasesArray of string Endpoint aliases that registrations are only allowed from or blank. This is an array that can contain multiple values. Separate the values with commas.
endpointSitestring A site to use to set the first four variables. REG_SITE_AREA_CODE REG_SITE_COUNTRY_CODE REG_SITE_DIGITS REG_SITE_NAME
isQuarantinedboolean
scriptstring An executable Javascript script which will be debugged using attributes of this request. Mandatory
endpointProvisionedboolean The value supplied here becomes the return value from the " isEndpointProvisioned() " function. Default value is False
endpointRegisteredboolean The value supplied here becomes the return value from the " isEndpointRegistered() " function. Default value is False