TT#138950 add missing accounting.cdr field defs

-source_user_out
-destination_user_out
-source_lnp_type
-destination_lnp_type

Change-Id: I53a237fb6c198ca7e0c592bada366119f15320f7
mr10.3
Rene Krenn 4 years ago
parent 7f6814dcb6
commit b75069b799

@ -66,6 +66,7 @@ my $expected_fieldnames = [
"source_external_contract_id",
"source_account_id",
"source_user",
"source_user_out",
"source_domain",
"source_cli",
"source_clir",
@ -81,6 +82,7 @@ my $expected_fieldnames = [
"source_gpp8",
"source_gpp9",
"source_lnp_prefix",
"source_lnp_type",
"destination_user_id",
"destination_provider_id",
"destination_external_subscriber_id",
@ -91,6 +93,7 @@ my $expected_fieldnames = [
"destination_user_dialed",
"destination_user_in",
"destination_domain_in",
"destination_user_out",
"destination_gpp0",
"destination_gpp1",
"destination_gpp2",
@ -102,6 +105,7 @@ my $expected_fieldnames = [
"destination_gpp8",
"destination_gpp9",
"destination_lnp_prefix",
"destination_lnp_type",
"peer_auth_user",
"peer_auth_realm",
"call_type",

Loading…
Cancel
Save