TT#57701 add voip_header_rules direction "reply"

Change-Id: I802dc88bd46443886f10e483209e562b3036f3b7
changes/41/29241/1
Kirill Solomko 7 years ago
parent 3d53ca1a8d
commit 74426dbacb

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

Loading…
Cancel
Save