From 7d0bc173df4061f2cce8276e1733c4d23779cc49 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Fri, 24 May 2019 15:50:20 +0200 Subject: [PATCH] fix 3cx --- apps/voip/3cx/restapi/mode/system.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/voip/3cx/restapi/mode/system.pm b/apps/voip/3cx/restapi/mode/system.pm index b2b144306..62c0ccfc6 100644 --- a/apps/voip/3cx/restapi/mode/system.pm +++ b/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