From c300a8ebbbf036e565b1f8116c4b188c47e54071 Mon Sep 17 00:00:00 2001 From: Rene Krenn Date: Tue, 26 Apr 2016 16:03:08 +0200 Subject: [PATCH] MT#19329 add lnp_prefix fields for cdr-exporter Change-Id: I58d66c8857c871e2ad5a76faec45e576304f3755 --- lib/get_cdr_export_fields | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/get_cdr_export_fields b/lib/get_cdr_export_fields index 15e27a32..1032a991 100644 --- a/lib/get_cdr_export_fields +++ b/lib/get_cdr_export_fields @@ -22,7 +22,7 @@ # presets that map directly into accounting.cdr.X columns - X_cdr_id_list = [ 'call_code', 'call_id', 'call_status', 'call_type', 'destination_account_id', 'destination_carrier_cost', 'destination_carrier_free_time', 'destination_customer_cost', 'destination_customer_free_time', 'destination_domain', 'destination_domain_in', 'destination_external_contract_id', 'destination_external_subscriber_id', 'destination_provider_id', 'destination_reseller_cost', 'destination_reseller_free_time', 'destination_user', 'destination_user_dialed', 'destination_user_id', 'destination_user_in', 'duration', 'peer_auth_realm', 'peer_auth_user', 'rated_at', 'rating_status', 'source_account_id', 'source_carrier_cost', 'source_carrier_free_time', 'source_cli', 'source_clir', 'source_customer_cost', 'source_customer_free_time', 'source_domain', 'source_external_contract_id', 'source_external_subscriber_id', 'source_ip', 'source_provider_id', 'source_reseller_cost', 'source_reseller_free_time', 'source_user', 'source_user_id', 'update_time', 'type', 'reseller_id', 'old_status', 'new_status' ]; + X_cdr_id_list = [ 'call_code', 'call_id', 'call_status', 'call_type', 'destination_account_id', 'destination_carrier_cost', 'destination_carrier_free_time', 'destination_customer_cost', 'destination_customer_free_time', 'destination_domain', 'destination_domain_in', 'destination_external_contract_id', 'destination_external_subscriber_id', 'destination_provider_id', 'destination_reseller_cost', 'destination_reseller_free_time', 'destination_user', 'destination_user_dialed', 'destination_user_id', 'destination_user_in', 'duration', 'peer_auth_realm', 'peer_auth_user', 'rated_at', 'rating_status', 'source_account_id', 'source_carrier_cost', 'source_carrier_free_time', 'source_cli', 'source_clir', 'source_customer_cost', 'source_customer_free_time', 'source_domain', 'source_external_contract_id', 'source_external_subscriber_id', 'source_ip', 'source_provider_id', 'source_reseller_cost', 'source_reseller_free_time', 'source_user', 'source_user_id', 'update_time', 'type', 'reseller_id', 'old_status', 'new_status', 'source_lnp_prefix', 'destination_lnp_prefix' ]; FOREACH X_num IN [ 0 .. 9 ]; X_cdr_id_list.push("source_gpp" _ X_num, "destination_gpp" _ X_num);