This is an old revision of the document!
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 (cheap and more capable) EPM:
http://schmoozecom.com/endpoint-manager.php
http://wiki.freepbx.org/display/FCM/EndPoint+Manager+Admin+User+Guide
Free OSS EPM:
Just install the OSS End Point Manager FreePBX module.
See also dnsmasq
Enable the TFTP server function of DNSMasq:
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
Connectivity → OSS End Point Manager Advanced Settings