diff --git a/centreon-plugins/apps/voip/3cx/restapi/mode/system.pm b/centreon-plugins/apps/voip/3cx/restapi/mode/system.pm index b2b144306..62c0ccfc6 100644 --- a/centreon-plugins/apps/voip/3cx/restapi/mode/system.pm +++ b/centreon-plugins/apps/voip/3cx/restapi/mode/system.pm @@ -134,7 +134,7 @@ sub manage_selection { $self->{global} = { calls_active => $system->{CallsActive}, - extensions_registered => $self->{system}->{ExtensionsRegistered}, + extensions_registered => $system->{ExtensionsRegistered}, }; } @@ -166,7 +166,7 @@ Can used special variables like: %{health}, %{display} =item B<--warning-*> B<--critical-*> Thresholds. -Can be: 'calls-active', 'extensions-registred'. +Can be: 'calls-active', 'extensions-registered'. =back