search for: activephone

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

2004 Nov 29
1
Polycom Reboot Script PRI errors!!
...heckphone("$phone"); > touch( arp2config("$phone") ); > > reboot_sip_phone( "$phone", "$sipserver", "Reboot" ); > > sub checkphone { # Checks for existence of phone, makes sure > # it's in arp table > $activephone = shift; > > # Populate ARP table > print "Checking ARP table.\n"; > $p = Net::Ping->new("icmp"); > if ( $p->ping( $activephone, 2 ) ) { > print "$activephone is "; > print "reachable.\n"; > }...
2004 Jan 22
2
Polycom Reboot Script - Please wiki-size me
...ver $phone = shift; checkphone("$phone"); touch( arp2config("$phone") ); reboot_sip_phone( "$phone", "$sipserver", "Reboot" ); sub checkphone { # Checks for existence of phone, makes sure # it's in arp table $activephone = shift; # ARP table needs our phone print "Checking ARP table.\n"; $p = Net::Ping->new("icmp"); if ( $p->ping( $activephone, 2 ) ) { print "$activephone is "; print "reachable.\n"; } else { die "Polycom at...