diff --git a/lib/NGCP/Schema/Result/cdr.pm b/lib/NGCP/Schema/Result/cdr.pm index 42883366..f71dc37e 100644 --- a/lib/NGCP/Schema/Result/cdr.pm +++ b/lib/NGCP/Schema/Result/cdr.pm @@ -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 diff --git a/lib/NGCP/Schema/Result/voip_cf_mappings.pm b/lib/NGCP/Schema/Result/voip_cf_mappings.pm index e6ad0b39..7c88d2ed 100644 --- a/lib/NGCP/Schema/Result/voip_cf_mappings.pm +++ b/lib/NGCP/Schema/Result/voip_cf_mappings.pm @@ -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