Difference between revisions of "Telecom Scenarios Covered By FreePBX"
(New page: 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 L...) |
(→New Users) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
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. | 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 = | = New Phones = | ||
Line 6: | Line 14: | ||
= New Phonelines = | = New Phonelines = | ||
Web Admin / Phone Lines allows the addition of predefined providers for VoIP phone lines. This is handled by FreePBX. | 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 = | = 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.
Contents
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?