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...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
Group paging can be done in more than one way.
 
Group paging can be done in more than one way.
  
Menu -> Dialplan
 
  
Add a new entry called Paging or Intercom whichever you prefer.
+
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=

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=