From cd413af852894febb0e83c7415befaa88ce32b3d Mon Sep 17 00:00:00 2001 From: Rene Krenn Date: Tue, 25 Sep 2018 09:57:55 +0200 Subject: [PATCH] TT#44638 call history: search for source_cli, destination_user_in aside source_user/destination_user Change-Id: Iac77b697d55816ac7a27b7db0ed193f54aa3f0d0 (cherry picked from commit bbbc47436d41136b36f1da5b9b48bb1cfbe7361b) --- lib/NGCP/Panel/Controller/Subscriber.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/NGCP/Panel/Controller/Subscriber.pm b/lib/NGCP/Panel/Controller/Subscriber.pm index 8eb9bde3b4..ed071b8697 100644 --- a/lib/NGCP/Panel/Controller/Subscriber.pm +++ b/lib/NGCP/Panel/Controller/Subscriber.pm @@ -2622,9 +2622,9 @@ sub calllist_master :Chained('base') :PathPart('calls') :CaptureArgs(0) { # NO SEARCH FOR UNINDEXED COLUMNS !!! { name => "id", int_search => 1, title => $c->loc('#'), }, { name => "direction", search => 0, literal_sql => 'if(source_user_id = "'.$c->stash->{subscriber}->uuid.'", "outgoing", "incoming")', }, - #{ name => "source_user", strict_search => 1, 'no_column' => 1, }, + { name => "source_user", strict_search => 1, 'no_column' => 1, }, { name => "source_cli", strict_search => 1, title => $c->loc('Caller'), }, - #{ name => "destination_user", strict_search => 1, 'no_column' => 1, }, + { name => "destination_user", strict_search => 1, 'no_column' => 1, }, { name => "destination_user_in", strict_search => 1, title => $c->loc('Callee'), }, { name => "clir", search => 0, title => $c->loc('CLIR') }, { name => "source_customer_billing_zones_history.detail", search => 0, title => $c->loc('Billing zone'), }, #index required...