MT#9565 Expose cdr src/dst gpp params

agranig/gpp
Andreas Granig 11 years ago
parent c6aa9d958b
commit 5bdcf019eb

@ -52,6 +52,26 @@ __PACKAGE__->add_columns(
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, { data_type => "tinyint", default_value => 0, is_nullable => 0 },
"source_ip", "source_ip",
{ data_type => "varchar", is_nullable => 0, size => 64 }, { data_type => "varchar", is_nullable => 0, size => 64 },
"source_gpp0",
{ data_type => "varchar", is_nullable => 1, size => 255 },
"source_gpp1",
{ data_type => "varchar", is_nullable => 1, size => 255 },
"source_gpp2",
{ data_type => "varchar", is_nullable => 1, size => 255 },
"source_gpp3",
{ data_type => "varchar", is_nullable => 1, size => 255 },
"source_gpp4",
{ data_type => "varchar", is_nullable => 1, size => 255 },
"source_gpp5",
{ data_type => "varchar", is_nullable => 1, size => 255 },
"source_gpp6",
{ data_type => "varchar", is_nullable => 1, size => 255 },
"source_gpp7",
{ data_type => "varchar", is_nullable => 1, size => 255 },
"source_gpp8",
{ data_type => "varchar", is_nullable => 1, size => 255 },
"source_gpp9",
{ data_type => "varchar", is_nullable => 1, size => 255 },
"destination_user_id", "destination_user_id",
{ data_type => "char", is_nullable => 0, size => 36 }, { data_type => "char", is_nullable => 0, size => 36 },
"destination_provider_id", "destination_provider_id",
@ -77,6 +97,26 @@ __PACKAGE__->add_columns(
{ data_type => "varchar", is_nullable => 0, size => 255 }, { data_type => "varchar", is_nullable => 0, size => 255 },
"destination_domain_in", "destination_domain_in",
{ data_type => "varchar", is_nullable => 0, size => 255 }, { data_type => "varchar", is_nullable => 0, size => 255 },
"destination_gpp0",
{ data_type => "varchar", is_nullable => 1, size => 255 },
"destination_gpp1",
{ data_type => "varchar", is_nullable => 1, size => 255 },
"destination_gpp2",
{ data_type => "varchar", is_nullable => 1, size => 255 },
"destination_gpp3",
{ data_type => "varchar", is_nullable => 1, size => 255 },
"destination_gpp4",
{ data_type => "varchar", is_nullable => 1, size => 255 },
"destination_gpp5",
{ data_type => "varchar", is_nullable => 1, size => 255 },
"destination_gpp6",
{ data_type => "varchar", is_nullable => 1, size => 255 },
"destination_gpp7",
{ data_type => "varchar", is_nullable => 1, size => 255 },
"destination_gpp8",
{ data_type => "varchar", is_nullable => 1, size => 255 },
"destination_gpp9",
{ data_type => "varchar", is_nullable => 1, size => 255 },
"peer_auth_user", "peer_auth_user",
{ data_type => "varchar", is_nullable => 1, size => 255 }, { data_type => "varchar", is_nullable => 1, size => 255 },
"peer_auth_realm", "peer_auth_realm",

Loading…
Cancel
Save