Re: [asterisk-users] polycom reboot script

2006-10-09 Thread Noah Miller
Hi Dean - I actually just use the SIP notify command on the Asterisk console to remotely reboot my Polycom phones. It requires a pre-configured sip_notify.conf file and the Polycom option to reboot on config check. You can then call it from a script using: To concur with Avi, I used the

Re: [asterisk-users] polycom reboot script

2006-10-08 Thread Avi Miller
On 09/10/2006, at 12:12 PM, Dean Collins wrote: can anyone give me an idea on how this reboot script works? I actually just use the SIP notify command on the Asterisk console to remotely reboot my Polycom phones. It requires a pre-configured sip_notify.conf file and the Polycom option to

Re: [Asterisk-Users] Polycom Reboot Script

2005-09-02 Thread Greg Boehnlein
On Mon, 29 Aug 2005, Kristian Kielhofner wrote: Matt, It sure is! You should be testing it! :) Test it and see, but 1.2 will be STABLE pretty soon here... No. No NO NO NO NO! :) 1.2 will never be called Stable, based on the controversy surrounding the naming moniker. Do you ever

RE: [Asterisk-Users] Polycom Reboot Script

2005-09-01 Thread Anton Krall
nything like this for grandstream phones? |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED] On Behalf Of |Matthew T. O'Connor |Sent: Lunes, 29 de Agosto de 2005 12:22 a.m. |To: Asterisk Users Mailing List - Non-Commercial Discussion |Subject: [Asterisk-Users]

Re: [Asterisk-Users] Polycom Reboot Script

2005-08-29 Thread Kristian Kielhofner
Matthew T. O'Connor wrote: Kristian Kielhofner wrote: Matthew T. O'Connor wrote: Any Ideas? Have a look at /etc/asterisk/sip_notify.conf look for: [polycom-check-cfg] So, from the CLI: asterisk -r sip notify polycom-check-cfg [name] Isn't sip_notify.conf just an Asterisk 1.2 thing?

Re: [Asterisk-Users] Polycom Reboot Script

2005-08-29 Thread Matthew T. O'Connor
Kristian Kielhofner wrote: Matthew T. O'Connor wrote: Isn't sip_notify.conf just an Asterisk 1.2 thing? I'm running 1.0.9. I'm trying to setup a production system for my company, do you think 1.2 is ready for that? It sure is! You should be testing it! :) Test it and see, but 1.2

RE: [Asterisk-Users] Polycom Reboot Script

2005-08-29 Thread Anton Krall
Anything like this for grandstream phones? |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED] On Behalf Of |Matthew T. O'Connor |Sent: Lunes, 29 de Agosto de 2005 12:22 a.m. |To: Asterisk Users Mailing List - Non-Commercial Discussion |Subject: [Asterisk-Users]

Re: [Asterisk-Users] Polycom Reboot Script

2005-08-28 Thread Kristian Kielhofner
Matthew T. O'Connor wrote: Any Ideas? Have a look at /etc/asterisk/sip_notify.conf look for: [polycom-check-cfg] So, from the CLI: asterisk -r sip notify polycom-check-cfg [name] -- Kristian Kielhofner ___ --Bandwidth and Colocation sponsored by

Re: [Asterisk-Users] Polycom Reboot Script

2005-08-28 Thread Matthew T. O'Connor
Kristian Kielhofner wrote: Matthew T. O'Connor wrote: Any Ideas? Have a look at /etc/asterisk/sip_notify.conf look for: [polycom-check-cfg] So, from the CLI: asterisk -r sip notify polycom-check-cfg [name] Isn't sip_notify.conf just an Asterisk 1.2 thing? I'm running 1.0.9. I'm

RE: [Asterisk-Users] Polycom Reboot Script PRI errors!!

2004-11-29 Thread Simon Brown
Kevin wrote: There is a reboot script posted on the wiki to reboot Polycom telephones. When I execute this script, I get the following messages. I am concerned as this is causing issues with asterisk and the PRI. Does anyone have any ideas why this would be happening? asterisk

RE: [Asterisk-Users] Polycom Reboot Script PRI errors!!

2004-11-29 Thread Simon Brown
: [Asterisk-Users] Polycom Reboot Script PRI errors!! Kevin wrote: There is a reboot script posted on the wiki to reboot Polycom telephones. When I execute this script, I get the following messages. I am concerned as this is causing issues with asterisk and the PRI. Does anyone have any ideas why

Re: [Asterisk-Users] Polycom Reboot Script PRI errors!!

2004-11-29 Thread Christopher L. Wade
Simon Brown wrote: Has anyone written an equivalent script to remote reboot Cisco 79XX phones? Simon Check the wiki... there are two versions for cisco, one that uses the check-sync sip message, the other that simply logs into the phone via telnet and 'reset's the phone. I have made some

Re: [Asterisk-Users] Polycom Reboot Script PRI errors!!

2004-11-28 Thread John Baker
Kevin wrote: There is a reboot script posted on the wiki to reboot Polycom telephones. When I execute this script, I get the following messages. I am concerned as this is causing issues with asterisk and the PRI. Does anyone have any ideas why this would be happening? asterisk console: --

RE: [Asterisk-Users] Polycom Reboot Script - Please wiki-size me

2004-01-23 Thread mattf
It's been added to the wiki: http://www.voip-info.org/tiki-index.php?page=Polycom+reboot+hardphone+script MATT--- -Original Message- From: John Baker [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 12:38 AM To: [EMAIL PROTECTED] Subject: [Asterisk-Users] Polycom Reboot Script -

Re: [Asterisk-Users] Polycom Reboot Script - Please wiki-size me

2004-01-22 Thread John Baker
Oops, the cut and paste got the better of me. This one might be a little better... #!/usr/bin/perl # # PolyReboot.pl # # Reboots a Polycom 500 or 600 phone # use Net::Ping; use Socket; $polycompath = '/home/poly/';# Where you keep your config files $arp = '/sbin/arp'; #