optimize phoneusage from callmanager
This commit is contained in:
parent
be28013a3a
commit
f41e6226ac
|
@ -130,7 +130,7 @@ my $mapping = {
|
|||
sub manage_selection {
|
||||
my ($self, %options) = @_;
|
||||
|
||||
my $snmp_result = $options{snmp}->get_table(
|
||||
my $snmp_result = $options{snmp}->get_multiple_table(
|
||||
oids => [
|
||||
{ oid => $mapping->{ccmPhoneDescription} },
|
||||
{ oid => $mapping->{ccmPhoneStatus} },
|
||||
|
|
Loading…
Reference in New Issue