Difference between revisions of "Paging"

From FusionPBX
Jump to: navigation, search
 
Line 14: Line 14:
  
 
Condition 1:
 
Condition 1:
Field Select Destination Number
+
  Field: Destination Number
Expression: ^\*468$
+
  Expression: ^\*468$
  
 
Action 1:
 
Action 1:
   set   extension_list=1002,1003
+
   set:extension_list=1002,1003
 
      
 
      
 
Action 2:
 
Action 2:
   lua   intercom.lua
+
   lua:intercom.lua
  
  
Line 27: Line 27:
  
 
Optional actions that can be used:
 
Optional actions that can be used:
   set   caller_id_name=
+
   Tag: Action
   set   caller_id_number=
+
  Type: set
   set   pin_number=
+
   Data: caller_id_name=
 +
 
 +
   Tag: Action
 +
  Type: set
 +
   Data: caller_id_number=
 +
 
 +
   Tag: Action
 +
  Type: set
 +
   Data: pin_number=

Latest revision as of 06:23, 11 December 2010

Paging can be done by calling *8 followed by the extension number.

Group paging can be done in more than one way.


Menu -> Dialplan -> Dialplan Manager


Add a new entry by pressing the + sign.

Type a name in the Name field Name it, Paging or Intercom whichever you prefer.


Condition 1:

 Field: Destination Number
 Expression: ^\*468$

Action 1:

 set:extension_list=1002,1003
   

Action 2:

 lua:intercom.lua


After adding this entry you may want to find it and add other optional actions. These actions need to have a lower order number so they are process before the intercom.lua action.

Optional actions that can be used:

 Tag: Action
 Type: set
 Data: caller_id_name=
 Tag: Action
 Type: set
 Data: caller_id_number=
 Tag: Action
 Type: set
 Data: pin_number=