From 2daa16dae5c14af8c275c7222780cc6af7607eda Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Mon, 2 Sep 2013 17:10:18 +0200 Subject: [PATCH] Migrate pbx feature config flag to cloudpbx. --- lib/NGCP/Panel/Controller/Sound.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Panel/Controller/Sound.pm b/lib/NGCP/Panel/Controller/Sound.pm index 258a89e2ed..2736a82a5c 100644 --- a/lib/NGCP/Panel/Controller/Sound.pm +++ b/lib/NGCP/Panel/Controller/Sound.pm @@ -202,7 +202,7 @@ sub handles_list :Chained('base') :PathPart('handles') :CaptureArgs(0) { ], ], }); - unless($c->config->{features}->{pbx}) { + unless($c->config->{features}->{cloudpbx}) { $handles_rs = $handles_rs->search({ 'groups.name' => { '!=' => 'pbx' } }); } unless($c->config->{features}->{musiconhold}) {