Polycom::Config::File is a Perl module that allows you to modify, read or write config files for Polycom's SoundStation IP, SoundPoint IP, and VVX series of VoIP phones.
SYNOPSIS
use Polycom::Config::File;
# Load an existing config file
my $cfg = Polycom::Config::File->new('0004f21ac123-regLine.cfg');
# Read the 'dialplan.digitmap' parameter
my $digitmap = $cfg->params->{'dialplan.digitmap'};
# Modify the 'voIpProt.server.1.address' parameter
$cfg->params->{'voIpProt.server.1.address'} = 'test.example.com';
# Save the file
$cfg->save('0004f21ac123-regLine.cfg');
Product's homepage
Requirements:
· Perl