Actions

Difference between revisions of "%rdir"

From Zenitel Wiki

 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{A}}  
+
{{AI}}  
 
The '''%rdir''' macro is used for finding the default user directory number of a physical number.
 
The '''%rdir''' macro is used for finding the default user directory number of a physical number.
  
 
===Syntax===
 
===Syntax===
'''%rdir(phy)'''
 
 
{{code|%rdir(phy)}}
 
{{code|%rdir(phy)}}
  
Line 9: Line 8:
 
  %rdir(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]].
  
 
[[Category:Event Handler macros]]
 
[[Category:Event Handler macros]]
 
[[Category:Event Handler]]
 
[[Category:Event Handler]]

Latest revision as of 09:48, 4 October 2019

AI.png

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.