search for: polycompath

Displaying 2 results from an estimated 2 matches for "polycompath".

2004 Jan 22
2
Polycom Reboot Script - Please wiki-size me
...bootrom and the SIP 1.1.0 software version. I'm not much of a perl person, and all of this code is heavily borrowed, (Thanks again, Brian), so someone else can prettify it as they see fit. #!/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'; # Location of arp command $sipserver = '192.168.XXX.XXX'; # IP of asterisk server $phone = shift; checkphone("$phone"); touch( arp2config("$phone") ); re...
2004 Nov 29
1
Polycom Reboot Script PRI errors!!
...gt; > Nov 28 22:30:42 NOTICE[1099909936]: PRI got event: 6 on Primary > D-channel of span 1 Nov 28 22:43:08 NOTICE[1099909936]: PRI got event: > 6 on Primary D-channel of span 1 > > > Script: > > #!/usr/bin/perl -w > > use Net::Ping; > use Socket; > > $polycompath = '/home/XXXX/'; # Where you keep your config files > $arp = '/sbin/arp'; # Location of arp command > $sipserver = '192.168.XXX.XXX'; # IP of asterisk server > > $phone = shift; > > checkphone("$phone"); > touch( ar...