Actions

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

From Zenitel Wiki

(Syntax)
Line 4: Line 4:
 
  OWN  <owner> <[related_to]>
 
  OWN  <owner> <[related_to]>
  
Thw OWN command allows you to use [[Event_Handler#List_of_context_parameters|context parameters]] to look up properties of unrelated stations.
+
The OWN command allows you to use [[Event_Handler#List_of_context_parameters|context parameters]] to look up properties of unrelated stations.
  
 
== Example ==
 
== Example ==

Revision as of 09:46, 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]>

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