Actions

Difference between revisions of "OWN - Modify Event Owner (%1) and/or Related To (%2) values"

From Zenitel Wiki

(Syntax)
Line 1: Line 1:
 +
{{A}} <br>
 
The '''OWN''' command can be used in the [[Event Handler]] to modify the "Event Owner" or the "Related To" parameter. It can be useful in some applications, especially in [[RCI]] strings were there by default is no parameters. The OWN command can set the "owner", "Related To", or both.
 
The '''OWN''' command can be used in the [[Event Handler]] to modify the "Event Owner" or the "Related To" parameter. It can be useful in some applications, especially in [[RCI]] strings were there by default is no parameters. The OWN command can set the "owner", "Related To", or both.
 
== Syntax ==
 
== Syntax ==

Revision as of 10:17, 11 January 2017

AlphaCom icon 300px.png


The OWN command can be used in the Event Handler to modify the "Event Owner" or the "Related To" parameter. It can be useful in some applications, especially in RCI strings were there by default is no parameters. The OWN command can set the "owner", "Related To", or both.

Syntax

OWN  <owner> <[related_to]>

The OWN command allows you to use context parameters to look up properties of unrelated stations.

Example

OWN 101 – sets the event owner to dir.no. 101
OWN r 102 – sets the “related_to” to dir.no. 102
OWN 101 102 – sets the event owner to dir.no. 101 and the “related_to” to dir.no. 102