Actions

Difference between revisions of "%rdir"

From Zenitel Wiki

(Created page with "The '''%rdir''' macro is used for finding the default user directory number of a physical number. ===Syntax=== '''%rdir(phy)''' ===Examples=== %rphy(1) - ''Return "...")
 
Line 5: Line 5:
  
 
===Examples===
 
===Examples===
  %rphy(1)          - ''Return "101" from a default database''
+
  %rdir(1)          - ''Return "101" from a default database''
  
 
Back to [[Event_Handler#List_of_context_parameters]].
 
Back to [[Event_Handler#List_of_context_parameters]].

Revision as of 13:54, 25 October 2012

The %rdir macro is used for finding the default user directory number of a physical number.

Syntax

%rdir(phy)

Examples

%rdir(1)           - Return "101" from a default database

Back to Event_Handler#List_of_context_parameters.