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:24]
gcooper
voice:pbx:freepbx:freepbx_epm [2021/12/13 11:28] (current)
gcooper
Line 34: Line 34:
 </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**
Line 56: 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 62: 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.1457987093.txt.gz · Last modified: 2016/03/14 14:24 by gcooper