CreateExecute

Metreos.Native.CiscoIpPhone.CreateExecute

Summary

CreateExecute initializes a Execute XML object, so that one later push the XML execute command object to a Cisco IP Phone.

Usage

CreateExecute allows the developer to establish the URL and Priority parameters of a Cisco IP Phone Execute XML object. These parameters are stored into the Execute XML type. This type can later sent to the Cisco IP Phone by using the SendExecute action.

Remarks

This action does not communicate with a Cisco IP Phone; it only formats XML specific to the schema defined by the Cisco IP Phones that support Cisco IP Phone XML Services. Later in the script the XML object stored in a variable can be sent to the phone with the SendExecute.

Action Parameters
Parameter Name.NET TypeDefaultDescription
URL1System.StringThe first command that the phone should execute.
URL2System.StringThe second command that the phone should execute.
URL3System.StringThe third command that the phone should execute.
Format URLSystem.BooleantrueIndicates that URL format validation should be performed on the URL(s) specified. This may involve modifications being made to the URL(s).
Priority1System.UInt160The priority with which to treat the URL1 action parameter.
Priority2System.UInt160The priority with which to treat the URL2 action parameter.
Priority3System.UInt160The priority with which to treat the URL3 action parameter.
Result Data
Parameter Name.NET TypeDescription
ResultDataMetreos.Types.CiscoIpPhone.CiscoIPPhoneExecuteTypeOne must always save this result data into a Execute XML type variable.

Branch Conditions 

Success

No description.

Failure

No description.