Request to test the dial rules. Content-Type: application/vnd.plcm.plcm-dial-rule-test-request+xml.
Name | Type | Description | Attributes |
---|---|---|---|
dial-string | xs:string | This is the DIAL_STRING variable in the script, which is initially set to the dial string being evaluated. | Mandatory |
caller-site | xs:string | A site to use to set the first four caller variables. CALLER_SITE_AREA_CODE CALLER_SITE_COUNTRY_CODE CALLER_SITE_DIGITS CALLER_SITE_NAME | |
caller-h323-id | xs:string | Array variable initially set to the set of H323ID addresses of the caller. The length of the array is 0 if the caller doesn’t have an H323ID address. | |
caller-e164 | xs:string | For H.323 calls only, an array variable initially set to the set of E.164 addresses of the caller. The length of the array is 0 if the caller doesn’t have an E.164 address. | |
caller-tel-uri | xs:string | Array variable initially set to the set of Tel URI addresses of the caller. The length of the array is 0 if the caller doesn’t have a Tel URI address. | |
caller-sip-uri | xs:string | Array variable initially set to the set of SIP URI addresses of the caller. The length of the array is 0 if the caller doesn’t have a SIP URI address. | |
vmr-or-lync-conf-id | xs:string | The value supplied here becomes the return value from the "getConferenceRoomOrID()" function. Use this field only when simulating an outbound call from a VMR, Skype conference ID-based conference, or conference generated from a SIP conference factory. | |
caller-provisioned | xs:boolean | The value supplied here becomes the return value from the " isCallerProvisioned() " function. Default value is False | |
caller-registered | xs:boolean | The value supplied here becomes the return value from the " isCallerRegistered() " function. Default value is False | |
is-poly-evo | xs:boolean | The value supplied here becomes the return value from the " isPolyEvoCall() " function. Default value is False | |
is-sip-mrc | xs:boolean | The value supplied here becomes the return value from the " isSipMrcCall() " function. Default value is False | |
caller-device-id | xs:string | The device Id. |