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, },