TT#40010 add new call forward type "cfr"

* provisioning.voip_cf_mappings enum is extended
      with "cfr"

Change-Id: Iee7133cc4db69db994ccd0993e9e3471c4e592bc
changes/43/22443/1
Kirill Solomko 7 years ago
parent 860dd6e7e6
commit 65b4ecaac3

@ -141,7 +141,7 @@ __PACKAGE__->add_columns(
{
data_type => "enum",
default_value => "call",
extra => { list => ["call", "cfu", "cft", "cfb", "cfna", "sms", "cfs"] },
extra => { list => ["call", "cfu", "cft", "cfb", "cfna", "sms", "cfs", "cfr"] },
is_nullable => 0,
},
"call_status",
@ -518,7 +518,7 @@ This module is a schema class for the NGCP database table "accounting.cdr".
data_type: 'enum'
default_value: 'call'
extra: {list => ["call","cfu","cft","cfb","cfna", "sms", "cfs"]}
extra: {list => ["call","cfu","cft","cfb","cfna", "sms", "cfs", "cfr"]}
is_nullable: 0
=head2 call_status

@ -31,7 +31,7 @@ __PACKAGE__->add_columns(
{
data_type => "enum",
default_value => "cfu",
extra => { list => ["cfu", "cfb", "cfna", "cft", "cfs"] },
extra => { list => ["cfu", "cfb", "cfna", "cft", "cfs", "cfr"] },
is_nullable => 0,
},
"destination_set_id",
@ -173,7 +173,7 @@ This module is a schema class for the NGCP database table "provisioning.voip_cf_
data_type: 'enum'
default_value: 'cfu'
extra: {list => ["cfu","cfb","cfna","cft","cfs"]}
extra: {list => ["cfu","cfb","cfna","cft","cfs","cfr"]}
is_nullable: 0
=head2 destination_set_id

Loading…
Cancel
Save