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...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{AI}}
 
The '''%rphy''' macro is used for finding the physical number related to a directory number.
 
The '''%rphy''' macro is used for finding the physical number related to a directory number.
  
Line 6: Line 7:
 
===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]].

Latest revision as of 09:49, 4 October 2019

AI.png

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.