Actions

Difference between revisions of "%rphy"

From Zenitel Wiki

(Created page with "The '''%rphy''' macro is used for finding the physical number related to a directory number. ===Syntax=== '''%rphy(dirno)''' ===Examples=== %rphy(101) - ''Return ph...")
 
Line 6: Line 6:
 
===Examples===
 
===Examples===
 
  %rphy(101)          - ''Return physical number 1 in a default database''
 
  %rphy(101)          - ''Return physical number 1 in a default database''
 +
%rphy(%1.dir)        - ''Return physical number of the event Owner''   
 +
%rphy(%2.dir)        - ''Return physical number of the Related To station''
  
 
Back to [[Event_Handler#List_of_context_parameters]].
 
Back to [[Event_Handler#List_of_context_parameters]].

Revision as of 07:38, 1 February 2012

The %rphy macro is used for finding the physical number related to a directory number.

Syntax

%rphy(dirno)

Examples

%rphy(101)           - Return physical number 1 in a default database
%rphy(%1.dir)        - Return physical number of the event Owner    
%rphy(%2.dir)        - Return physical number of the Related To station

Back to Event_Handler#List_of_context_parameters.