VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
Guest
|
Posted: Thu Mar 27, 2008 11:38 pm Post subject: [asterisk-users] Newbie Polycom: DHCP/boot server supporting |
|
|
I have a question about DHCP and boot server supporting more than 1
model of Polycom phones.
According to Polycom "standards", Polycom phone boots up to get a DHCP
address and at the same time getting a boot server string (with username
and password) to logon to boot server to download SIP, bootROM and etc.
That is okay if there is only one type of phone (that requires a
specific SIP and bootROM release).
What about if the environment has to support two or more models of
Polycom phones?
On the boot server side, I can define another home directory like
/home/polycom1 and /home/polycom2 to store different SIP and bootROM
releases. However, the issue is how different polycom phone model can
get a different user account and password to log on to different home
directories.
I understand the issue here is DHCP and not the boot server but I am a
bit of a newbie here.
Can anyone help please? |
|
Back to top |
|
|
asteriskator at gmail.com Guest
|
Posted: Fri Mar 28, 2008 12:47 am Post subject: [asterisk-users] Newbie Polycom: DHCP/boot server supporting |
|
|
For this, I would recommend using a smart DHCP device, which supports
the passing of 'option 66' - for example, the edgemarc series of
routers.
With that, you could pass "ftp://user1:password1 at bootserver1" via dhcp
in order to provision the phone, and different credentials if you are
concerned about mixing up bootroms, and application loads.
As far as I am aware ( I think I tried this once) it is not possible
to pass ftp://username:password at host/directory1 via option 66.
I am not too sure how much of an issue the versions is is with
polycoms, in their reseller training, they give a list of upgrade
paths, but I am not sure if this affects new versions, which may just
be upgradable out of the box without any clashes....
Robert
On Thu, Mar 27, 2008 at 9:38 PM, Lee, John (Sydney)
<John.Lee at compuware.com> wrote:
Quote: | I have a question about DHCP and boot server supporting more than 1
model of Polycom phones.
According to Polycom "standards", Polycom phone boots up to get a DHCP
address and at the same time getting a boot server string (with username
and password) to logon to boot server to download SIP, bootROM and etc.
That is okay if there is only one type of phone (that requires a
specific SIP and bootROM release).
What about if the environment has to support two or more models of
Polycom phones?
On the boot server side, I can define another home directory like
/home/polycom1 and /home/polycom2 to store different SIP and bootROM
releases. However, the issue is how different polycom phone model can
get a different user account and password to log on to different home
directories.
I understand the issue here is DHCP and not the boot server but I am a
bit of a newbie here.
Can anyone help please?
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
Back to top |
|
|
stevej456 at gmail.com Guest
|
Posted: Fri Mar 28, 2008 10:38 am Post subject: [asterisk-users] Newbie Polycom: DHCP/boot server supporting |
|
|
On Fri, Mar 28, 2008 at 12:05 AM, Paul Hales <pdhales at optusnet.com.au> wrote:
Quote: |
Can't you just use the same bootrom for all your polycom phones?
PaulH
On Fri, 2008-03-28 at 15:38 +1100, Lee, John (Sydney) wrote:
Quote: | I have a question about DHCP and boot server supporting more than 1
model of Polycom phones.
According to Polycom "standards", Polycom phone boots up to get a DHCP
address and at the same time getting a boot server string (with username
and password) to logon to boot server to download SIP, bootROM and etc.
That is okay if there is only one type of phone (that requires a
specific SIP and bootROM release).
What about if the environment has to support two or more models of
Polycom phones?
On the boot server side, I can define another home directory like
/home/polycom1 and /home/polycom2 to store different SIP and bootROM
releases. However, the issue is how different polycom phone model can
get a different user account and password to log on to different home
directories.
I understand the issue here is DHCP and not the boot server but I am a
bit of a newbie here.
Can anyone help please?
|
|
As someone earlier pointed out, different models of polycom phones can be
pointed to the same set of configuration files. With the standard ISC dhcpd
server, the phones can be told where to look by using a directive like:
option tftp-server-name "ftp://polycom:thepassword at 192.168.10.1/";
This would require a user account on the ftp server like:
polycom:x:501:501:Polycom Phone
Provisioning:/etc/asterisk/polycom/ftp/:/bin/bash
and the configuration files would be placed in the /etc/asterisk/polycom/ftp/
directory.
So if you wanted to have separate configurations for certain phones (for
upgrade testing, etc., it is easily possible.
SJ |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|