Difference between revisions of "Paging"

From FusionPBX
Jump to: navigation, search
(Created page with "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 wh...")
 
Line 6: Line 6:
  
 
Add a new entry called Paging or Intercom whichever you prefer.
 
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
 +
 +
Optional actions that can be used:
 +
  action   set   caller_id_number=
 +
  action   set   pin_number=7835
 +
  action   set   caller_id_name=

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

Optional actions that can be used:

 action	  set	  caller_id_number=
 action	  set	  pin_number=7835
 action	  set	  caller_id_name=