optimize phoneusage from callmanager
This commit is contained in:
parent
75fd780146
commit
d7c13ba42e
|
@ -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