Difference between revisions of "Telecom Scenarios Covered By FreePBX"
From LinuxMCE
(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...) |
|||
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. | ||
= New Phones = | = New Phones = | ||
Line 6: | Line 11: | ||
= 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. |
Revision as of 14:32, 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.
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.
New Rooms
Is anything happening here?