User Tools

Site Tools


voice:pbx:freepbx_provisioning

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
voice:pbx:freepbx_provisioning [2013/10/05 17:30]
gcooper
— (current)
Line 1: Line 1:
-====== FreePBX Phone Provisioning ====== 
- 
-FIXME Unfinished 
- 
-:!: For small systems with less than 10 extensions, it's probably not worth installing and configuring the End Point Manager.  If you have lots of extensions, read on. 
- 
-===== Commercial EndPoint Manager ===== 
- 
-http://schmoozecom.com/endpoint-manager.php 
- 
-http://wiki.freepbx.org/display/FCM/EndPoint+Manager+Admin+User+Guide 
- 
-===== Free OSS EndPoint Manager ===== 
- 
-Just install the OSS End Point Manager FreePBX module. 
- 
-http://www.the159.com/endpointman/tut.html 
- 
-==== Basic Steps ==== 
- 
-  - Go to the configuration page and install firmware for the brand/model of phones you have. 
-  - Go to the advanced settings and enter the server ip address and set it to HTTP - update globals. 
-  - Go to device list and scan for your phones. 
-  - Add the phones and configure the extensions (lines) they will be using. 
-  - You will also need to enable option66 on your dhcp server so the phones get the config on boot. 
- 
-==== HTTP ==== 
- 
-http://www.freepbx.org/forum/general-help/help-provisioning-polycom-phones-with-endpoint-manager 
- 
-==== TFTP ==== 
- 
-See also **[[networking:linux:dnsmasq|dnsmasq]]** 
- 
-Enable the TFTP server function of DNSMasq: 
- 
-<file> 
-vi /etc/dnsmasq.conf 
- 
-# Enable dnsmasq's built-in TFTP server 
-enable-tftp 
- 
-# Set the root directory for files availble via FTP. 
-tftp-root=/tftpboot 
- 
-mkdir /tftpboot 
-chown -hR root:asterisk /tftpboot/ 
-chmod g+w /tftpboot/ 
- 
-service dnsmasq restart 
-</file> 
- 
-{{ :voice:pbx:freepbx_epm_1.png?direct&450|FreePBX OSS End Point Manager TFTP Setup}} 
- 
-**Connectivity -> OSS End Point Manager Advanced Settings** 
- 
  
voice/pbx/freepbx_provisioning.1381015809.txt.gz · Last modified: 2013/10/05 17:30 by gcooper