From 36f67560793701b4f63c2be29b707d5e5799a5f4 Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Tue, 12 Nov 2013 17:25:53 +0100 Subject: [PATCH] MT#4955 Use cseq_method for subscriber captures. --- lib/NGCP/Panel/Controller/Subscriber.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Panel/Controller/Subscriber.pm b/lib/NGCP/Panel/Controller/Subscriber.pm index 89f657fc62..d284997904 100644 --- a/lib/NGCP/Panel/Controller/Subscriber.pm +++ b/lib/NGCP/Panel/Controller/Subscriber.pm @@ -1533,7 +1533,7 @@ sub master :Chained('base') :PathPart('details') :CaptureArgs(0) { $c->stash->{capture_dt_columns} = NGCP::Panel::Utils::Datatables::set_columns($c, [ { name => "timestamp", search => 1, title => "Timestamp" }, { name => "call_id", search => 1, title => "Call-ID" }, - { name => "method", search => 1, title => "Method" }, + { name => "cseq_method", search => 1, title => "Method" }, ]); $c->stash(