Actions

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

From Zenitel Wiki

(Syntax)
Line 1: Line 1:
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 09:45, 1 April 2008

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]>

Thw 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