Skip to content

xrobau/polyput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Polyput

Simple script that handles PUT and HEAD requests from Polycom phones, so you can finally disable your TFTP server.

This requires a new httpd configuration:

<Directory /tftpboot>
  AddHandler php5-script .poly
  AddType text/html .poly
  RewriteEngine On
  RewriteCond %{REQUEST_METHOD} =PUT [OR]
  RewriteCond %{REQUEST_METHOD} =HEAD
  RewriteRule ^(.*)$ put.poly?url=$1
</Directory>

About

Simple handler for FreePBX that allows you to use Polycom Phones without TFTP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages