-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcdr_field_names.inc
56 lines (48 loc) · 1.22 KB
/
cdr_field_names.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
F(call_id, 255)
F(source_user_id, 36)
F(source_ext_subscriber_id, 255)
F(source_ext_contract_id, 255)
F(source_provider_id, 255)
F(source_user, 255)
F(source_domain, 255)
F(source_cli, 64)
F(source_ip, 64)
FA(source_gpp, 10, 255)
F(source_lnp_prefix, 255)
F(source_user_out, 255)
F(source_lnp_type, 255)
F(destination_user_id, 36)
F(destination_provider_id, 255)
F(destination_ext_subscriber_id, 255)
F(destination_ext_contract_id, 255)
F(destination_user, 255)
F(destination_domain, 255)
F(destination_user_in, 255)
F(destination_domain_in, 255)
F(destination_dialed, 255)
FA(destination_gpp, 10, 255)
F(destination_lnp_prefix, 255)
F(destination_user_out, 255)
F(destination_lnp_type, 255)
F(call_type, 0)
F(call_status, 0)
F(call_code, 3)
F(peer_auth_user, 255)
F(peer_auth_realm, 255)
F(furnished_charging_info, 0)
F(header_diversion, 0)
F(header_pai, 0)
F(header_u2u, 0)
F(header_ppi, 0)
F(group, 0)
F(source_concurrent_calls_quota, 0)
F(source_concurrent_calls_count, 0)
F(source_concurrent_calls_count_customer, 0)
F(destination_concurrent_calls_quota, 0)
F(destination_concurrent_calls_count, 0)
F(destination_concurrent_calls_count_customer, 0)
F(hg_ext_response, 0)
F(r_user, 0)
F(r_ua, 0)
F(source_last_hih, 0)
F(acc_ref, 255)