optimize phoneusage from callmanager

This commit is contained in:
garnier-quentin 2019-12-17 10:35:32 +01:00
parent be28013a3a
commit f41e6226ac
1 changed files with 1 additions and 1 deletions

View File

@ -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} },