Polycom config util

robr

New Member
Joined
Nov 9, 2007
Messages
32
Reaction score
0
I've read about (though never used) a Polycom config tool built into Trixbox. I'd love to see something like this in PIAF. Provisioning Polycom phones right now is a PITA. I'm tearing my hair out trying to get an FTP working with this new PIAF system. I have t*f*t*p working on my Truxbox system, but it's still not pretty nor easy, especially where my DHCP doesn't support options.
 
Hi

Installing t*f*t*p in PiaF is as easy as typing install-t*f*t*p at the command line.

Joe
 
To get the polycom to 'see' the t*f*t*p server on boot, you will need to configure option 150 in the dchp and set it to the IP address of the asterisk server. If you cant set that option then you wont be able to provision the phone.

What are you using for your DHCP server?
 
t*f*t*p

or you can just set up the t*f*t*p server address manually on the phone... it will get dhcp address from network and use the t*f*t*p server you entered.
 
i'm using PBXIAF, t*f*t*p and have phones booting from t*f*t*p with the server addressing being handed out by the dhcp server on my pbx box...however the polycom phones for some reason don't see the t*f*t*p-server option as all others do.. am I missing something? Below is my dhcpd.conf file

ddns-update-style interim;
ignore client-updates;
authoritative;

subnet 10.136.171.0 netmask 255.255.255.0 {

option routers 10.136.171.10;
option subnet-mask 255.255.252.0;
option nis-domain "dutch.barboursville";
option domain-name "dutch.barboursville";
option domain-name-servers 10.136.172.4;
option netbios-name-servers 10.136.172.3;
option time-offset -18000; # Eastern Standard Time
option ntp-servers 10.136.171.5;
option t*f*t*p-server-name "10.136.171.5";

range dynamic-bootp 10.136.171.50 10.136.171.150;
default-lease-time 43200;
max-lease-time 86400;
}
 

Members online

Forum statistics

Threads
26,687
Messages
174,409
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top