From 74426dbacb935b1c4798e02cae37dc6fc4d30a0a Mon Sep 17 00:00:00 2001 From: Kirill Solomko Date: Thu, 18 Apr 2019 16:27:16 +0200 Subject: [PATCH] TT#57701 add voip_header_rules direction "reply" Change-Id: I802dc88bd46443886f10e483209e562b3036f3b7 --- lib/NGCP/Schema/Result/voip_header_rules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Schema/Result/voip_header_rules.pm b/lib/NGCP/Schema/Result/voip_header_rules.pm index 66387d60..67160ade 100644 --- a/lib/NGCP/Schema/Result/voip_header_rules.pm +++ b/lib/NGCP/Schema/Result/voip_header_rules.pm @@ -41,7 +41,7 @@ __PACKAGE__->add_columns( "direction", { data_type => "enum", - extra => { list => ["inbound", "outbound", "local", "peer", "cf_inbound", "cf_outbound"] }, + extra => { list => ["inbound", "outbound", "local", "peer", "cf_inbound", "cf_outbound", "reply"] }, default_value => "inbound", is_nullable => 0, },