Native
Synchronous
No Custom Parameters
CreateExecute initializes a Execute XML object, so that one later push the XML execute command object to a Cisco IP Phone.
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.
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.
| Parameter Name | .NET Type | Default | Description |
|---|---|---|---|
| URL1 | System.String | The first command that the phone should execute. | |
| URL2 | System.String | The second command that the phone should execute. | |
| URL3 | System.String | The third command that the phone should execute. | |
| Format URL | System.Boolean | true | Indicates that URL format validation should be performed on the URL(s) specified. This may involve modifications being made to the URL(s). |
| Priority1 | System.UInt16 | 0 | The priority with which to treat the URL1 action parameter. |
| Priority2 | System.UInt16 | 0 | The priority with which to treat the URL2 action parameter. |
| Priority3 | System.UInt16 | 0 | The priority with which to treat the URL3 action parameter. |
| Parameter Name | .NET Type | Description |
|---|---|---|
| ResultData | Metreos.Types.CiscoIpPhone.CiscoIPPhoneExecuteType | One must always save this result data into a Execute XML type variable. |
Branch Conditions
No description.
No description.