diff --git a/lib/NGCP/Schema/Result/voip_header_rules.pm b/lib/NGCP/Schema/Result/voip_header_rules.pm index da4f0ab8..392db568 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", "b_outbound", "cf_inbound", "cf_outbound", "reply"] }, + extra => { list => ["a_inbound", "a_outbound", "local", "peer", "b_outbound", "cf_inbound", "cf_outbound", "reply"] }, default_value => "inbound", is_nullable => 0, },