Difference between revisions of "Telecom Scenarios Covered By FreePBX"

From LinuxMCE
Jump to: navigation, search
(New Users)
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
  
 
It is called after the creation of new phones, phone lines and users.
 
It is called after the creation of new phones, phone lines and users.
 +
 +
= create_pluto_dialplan.pl =
 +
Creates dialplan entries based on entries in pluto_telecom.
  
 
= New Phones =
 
= New Phones =
Line 18: Line 21:
 
= New Users =
 
= New Users =
 
Adding voice mail and routing information for new users.
 
Adding voice mail and routing information for new users.
 +
 +
Setup_Users.sh calls generate_users_voicemenu.pl which in turn calls create_pluto_dialplan.pl
  
 
= New Rooms =  
 
= New Rooms =  
 
Is anything happening here?
 
Is anything happening here?

Latest revision as of 14:49, 19 January 2011

This page outlines what telecom scenarions and activity is currently (upto 810) provided my FreePBX. This should be seen as a starting to point to get rid of FreePBX as a requirement for LinuxMCE.

create_telecom_defauls.pl

This script reads through pluto_main the existing users and lines, and creates various entries in pluto_telecom, which is used by the dialplan for routing purposes.

It is called after the creation of new phones, phone lines and users.

create_pluto_dialplan.pl

Creates dialplan entries based on entries in pluto_telecom.

New Phones

When a new phone device gets detected, FreePBX is called to add a new phone configuration.

New Phonelines

Web Admin / Phone Lines allows the addition of predefined providers for VoIP phone lines. This is handled by FreePBX.

Create A New Outgoing Trunk

Create Outgoing Routing for the trunk

Create Incoming Routing for the trunk

Reload asterisk

New Users

Adding voice mail and routing information for new users.

Setup_Users.sh calls generate_users_voicemenu.pl which in turn calls create_pluto_dialplan.pl

New Rooms

Is anything happening here?