The result of a dial rule test request. Content-Type: application/vnd.plcm.plcm-dial-rule-test-result+xml.
Name | Type | Description | Attributes |
---|---|---|---|
plcmConferenceRoom | PlcmConferenceRoom | See Definition of PlcmConferenceRoom | |
plcmDialRuleTestRequest | PlcmDialRuleTestRequest | See Definition of PlcmDialRuleTestRequest | Mandatory |
testRouteOutput | string | Displays the results of applying each rule (including its preliminary, if any) to the dial string. For instance, testing the dial string sips:rbruce@10.47.7.9 against the default dial plan might result in the following: #1:SipAlias[sips:rbruce@10.47.7.9] is not registered. H323-ID[rbruce] is not registered. #2:The room [rbruce] does not exist. #3:No entry queue is found. #4:Domain [10.47.7.9] is not within our administration. #5:The call was accepted by this dial rule. | |
finalResult | string | The final outcome of the dial rule processing. The final outcome for the example above (in test-route-output) would be: Transformed dial string is [sips:rbruce@10.47.7.9]. The call was accepted by dial rule #5. |