User Tools

Site Tools


voice:pbx:freepbx:freepbx_epm

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:freepbx_epm [2016/03/14 14:14]
gcooper
voice:pbx:freepbx:freepbx_epm [2021/12/13 11:28] (current)
gcooper
Line 28: Line 28:
  
 <file> <file>
-chown -R .asterisk /tftpboot+chown -R asterisk.asterisk /tftpboot
 chmod 775 /tftpboot chmod 775 /tftpboot
 +find /tftpboot -type f -exec chmod 664 {} \;
 +find /tftpboot -type d -exec chmod 775 {} \;
 </file> </file>
  
-Install the EndPoint Manager module:+==== TFTP Write ====
  
-**Admin -> Module Admin -> Check Online -> PBX End Point Manager**+:!: By default, TFTP is run as **read-only**.  Adding the ''-c'' enables file creation.
  
-{{ :voice:pbx:freepbx:freepbx_epm_global.png?500|EPM Global Settings}}+If you would like phones to be able to write their own logs to the PBX via TFTP: 
 + 
 +<file> 
 +vim /etc/xinetd.d/tftp 
 + 
 +        server_args             = -vvv -c -s /tftpboot 
 +</file> 
 + 
 +<file> 
 +chmod 777 /tftpboot 
 +service xinetd restart 
 +</file>
  
 ===== Configuration ===== ===== Configuration =====
 +
 +{{ :voice:pbx:freepbx:freepbx_epm_global.png?450|EPM Global Settings}}
  
   - **Global Settings**   - **Global Settings**
-    - Internal IP +    - ''Internal IP'' 
-    - External IP+    - ''External IP'' 
 +    - ''Extension Mapping IP Addresses'' -> Yes 
 +    - ''Extension Mapping Phone Status'' -> Yes
   - **Image Management**   - **Image Management**
     * Optional     * Optional
Line 52: Line 69:
   - **Create a Template**   - **Create a Template**
     - Select ''Brand'' -> ''New Template''     - Select ''Brand'' -> ''New Template''
-      - Name it like ''grandstream-internal-companyname''+      - Name it like ''brand-internal-companyid''
       - After making changes, save the template       - After making changes, save the template
     - Configure the models you need     - Configure the models you need
Line 58: Line 75:
     * Various methods     * Various methods
       * ''Network Scan''       * ''Network Scan''
-      *  
   - **Firmware Management**   - **Firmware Management**
     - Drag desired (latest) firmware into slot 1     - Drag desired (latest) firmware into slot 1
voice/pbx/freepbx/freepbx_epm.1457986451.txt.gz · Last modified: 2016/03/14 14:14 by gcooper