Difference between revisions of "EXECUTE COMMAND"
From Zenitel Wiki
Line 8: | Line 8: | ||
|colspan="5"|Send a command string to the exchange to be executed there. The command string can either be a [[AlphaNet Data Protocol#Message Formats - Grouped by Function|DP message]] ($something), or an [[AMC]] built-in action ([[MPP]]). | |colspan="5"|Send a command string to the exchange to be executed there. The command string can either be a [[AlphaNet Data Protocol#Message Formats - Grouped by Function|DP message]] ($something), or an [[AMC]] built-in action ([[MPP]]). | ||
− | Application:<br\>- Activate [[Event Handler#built-in commands|built-in command]]s via AlphaNet, e.g. start paging in another node<br\>- A PC-based [[Control Handler|Call Handler]] can have user-configurable “scripts” in [[Simple Link Layer]] ([[ASCII]]) format which can be sent to the exchange using a reliable binary protocol.<br\>- “Super-RIO”: An external hardware unit with alarm inputs can be configured internally with actions identical to those used in RCI/Events. Just send them to the exchange for execution | + | Application:<br\>- Activate [[Event Handler#built-in commands|built-in command]]s via AlphaNet, e.g. start paging in another node<br\>- A PC-based [[Control Handler|Call Handler]] can have user-configurable “scripts” in [[Data link layer#Stentofon Simple Link Layer|Simple Link Layer]] ([[ASCII]]) format which can be sent to the exchange using a reliable binary protocol.<br\>- “Super-RIO”: An external hardware unit with alarm inputs can be configured internally with actions identical to those used in RCI/Events. Just send them to the exchange for execution |
|- | |- | ||
|1||[[UINT1]][0...n]||colspan="3"|String to be executed. Delimited by end of message. <br\>$X: If the string contains double quotes (“) they can be replaced by single (‘) | |1||[[UINT1]][0...n]||colspan="3"|String to be executed. Delimited by end of message. <br\>$X: If the string contains double quotes (“) they can be replaced by single (‘) | ||
|- | |- | ||
|} | |} |
Revision as of 15:26, 21 June 2007
EXECUTE_COMMAND | 0x004F | 79 | AMC 07.60 | |
---|---|---|---|---|
Send a command string to the exchange to be executed there. The command string can either be a DP message ($something), or an AMC built-in action (MPP).
Application:<br\>- Activate built-in commands via AlphaNet, e.g. start paging in another node<br\>- A PC-based Call Handler can have user-configurable “scripts” in Simple Link Layer (ASCII) format which can be sent to the exchange using a reliable binary protocol.<br\>- “Super-RIO”: An external hardware unit with alarm inputs can be configured internally with actions identical to those used in RCI/Events. Just send them to the exchange for execution | ||||
1 | UINT1[0...n] | String to be executed. Delimited by end of message. <br\>$X: If the string contains double quotes (“) they can be replaced by single (‘) |