Displaying 3 results from an estimated 3 matches for "polycomconfig".
2004 Jan 22
2
Polycom Reboot Script - Please wiki-size me
...$addr = $_;
$ip = $_;
$addr =~ s/.*
([\d\w]+:[\d\w]+:[\d\w]+:[\d\w]+:[\d\w]+:[\d\w]+).*/$1/;
$addr =~ s/://g;
$addr = lc($addr) . '.cfg';
$ip =~ s/.*?(\d+\.\d+\.\d+\.\d+).*/$1/;
if ( $ip eq $arpip ) {
last;
}
}
$polycomconfig = "$polycompath" . "$addr";
unless ( -e "$polycomconfig" ) {
print "sorry, polycom config file ", "$polycomconfig",
" is not found.\n\n";
exit;
}
return $polycomconfig;
}
}
$polycomconfig =...
2004 Nov 29
1
Polycom Reboot Script PRI errors!!
...s/.*
> ([\d\w]+:[\d\w]+:[\d\w]+:[\d\w]+:[\d\w]+:[\d\w]+).*/$1/;
> $addr =~ s/://g;
> $addr = lc($addr) . '.cfg';
> $ip =~ s/.*?(\d+\.\d+\.\d+\.\d+).*/$1/;
> if ( $ip eq $arpip ) {
> last;
> }
> }
>
> $polycomconfig = "$polycompath" . "$addr";
>
> unless ( -e "$polycomconfig" ) {
> print "sorry, polycom config file ", "$polycomconfig",
> " is not found.\n\n";
> exit;
> }
>
> return $polyc...
2012 Feb 10
3
Polycom firmware 4.0.1 and paging
Hi,
I just moved many Polycom phones from firmware v3 to 4.0.1b. Anto-Answer
simply stopped functioning. I can downgrade and make it work, upgrading
kills it again. There obviously is a difference in how the newer firmware is
treating this auto answer sip header.
Can anybody tell me if they have Polycom firmware 4.x.x working with
auto-answer/paging? Just so I know it's worth my time