Difference between revisions of "Paging"

From FusionPBX
Jump to: navigation, search
Line 2: Line 2:
  
 
Group paging can be done in more than one way.
 
Group paging can be done in more than one way.
 +
  
 
Menu -> Dialplan
 
Menu -> Dialplan
 +
  
 
Add a new entry called Paging or Intercom whichever you prefer.
 
Add a new entry called Paging or Intercom whichever you prefer.
 +
  
 
Condition 1:
 
Condition 1:
Line 16: Line 19:
 
Action 2:
 
Action 2:
 
   lua   intercom.lua
 
   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:
 
Optional actions that can be used:
  action   set   caller_id_number=
+
   set   caller_id_name=
  action   set   pin_number=7835
+
   set   caller_id_number=
  action   set   caller_id_name=
+
   set   pin_number=

Revision as of 22:34, 10 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


Add a new entry called Paging or Intercom whichever you prefer.


Condition 1: Field Select 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:

 set	  caller_id_name=
 set	  caller_id_number=
 set	  pin_number=