mirror of https://github.com/sipwise/mediator.git
Change-Id: I507bbccd73e94028ad8ed9ab8c21a4724891b249mr10.0.1
parent
735e85659b
commit
82687473a2
@ -1,52 +1,52 @@
|
||||
F(call_id, 128)
|
||||
|
||||
F(source_user_id, 37)
|
||||
F(source_ext_subscriber_id, 256)
|
||||
F(source_ext_contract_id, 256)
|
||||
F(source_provider_id, 256)
|
||||
F(source_user, 256)
|
||||
F(source_domain, 256)
|
||||
F(source_cli, 65)
|
||||
F(source_ip, 65)
|
||||
FA(source_gpp, 10, 255)
|
||||
F(source_lnp_prefix, 256)
|
||||
F(source_user_out, 256)
|
||||
F(source_lnp_type, 256)
|
||||
|
||||
F(destination_user_id, 37)
|
||||
F(destination_provider_id, 256)
|
||||
F(destination_ext_subscriber_id, 256)
|
||||
F(destination_ext_contract_id, 256)
|
||||
F(destination_user, 256)
|
||||
F(destination_domain, 256)
|
||||
F(destination_user_in, 256)
|
||||
F(destination_domain_in, 256)
|
||||
F(destination_dialed, 256)
|
||||
FA(destination_gpp, 10, 255)
|
||||
F(destination_lnp_prefix, 256)
|
||||
F(destination_user_out, 256)
|
||||
F(destination_lnp_type, 256)
|
||||
|
||||
F(call_type, 8)
|
||||
F(call_status, 16)
|
||||
F(call_code, 4)
|
||||
|
||||
F(peer_auth_user, 256)
|
||||
F(peer_auth_realm, 256)
|
||||
|
||||
F(furnished_charging_info, 256)
|
||||
F(header_diversion, 2048)
|
||||
F(header_pai, 2048)
|
||||
F(header_u2u, 256)
|
||||
|
||||
F(group, 256)
|
||||
|
||||
F(source_concurrent_calls_quota, 32)
|
||||
F(source_concurrent_calls_count, 32)
|
||||
F(source_concurrent_calls_count_customer, 32)
|
||||
F(destination_concurrent_calls_quota, 32)
|
||||
F(destination_concurrent_calls_count, 32)
|
||||
F(destination_concurrent_calls_count_customer, 32)
|
||||
F(source_last_hih, 32)
|
||||
|
||||
F(acc_ref, 256)
|
||||
F(call_id)
|
||||
|
||||
F(source_user_id)
|
||||
F(source_ext_subscriber_id)
|
||||
F(source_ext_contract_id)
|
||||
F(source_provider_id)
|
||||
F(source_user)
|
||||
F(source_domain)
|
||||
F(source_cli)
|
||||
F(source_ip)
|
||||
FA(source_gpp, 10)
|
||||
F(source_lnp_prefix)
|
||||
F(source_user_out)
|
||||
F(source_lnp_type)
|
||||
|
||||
F(destination_user_id)
|
||||
F(destination_provider_id)
|
||||
F(destination_ext_subscriber_id)
|
||||
F(destination_ext_contract_id)
|
||||
F(destination_user)
|
||||
F(destination_domain)
|
||||
F(destination_user_in)
|
||||
F(destination_domain_in)
|
||||
F(destination_dialed)
|
||||
FA(destination_gpp, 10)
|
||||
F(destination_lnp_prefix)
|
||||
F(destination_user_out)
|
||||
F(destination_lnp_type)
|
||||
|
||||
F(call_type)
|
||||
F(call_status)
|
||||
F(call_code)
|
||||
|
||||
F(peer_auth_user)
|
||||
F(peer_auth_realm)
|
||||
|
||||
F(furnished_charging_info)
|
||||
F(header_diversion)
|
||||
F(header_pai)
|
||||
F(header_u2u)
|
||||
|
||||
F(group)
|
||||
|
||||
F(source_concurrent_calls_quota)
|
||||
F(source_concurrent_calls_count)
|
||||
F(source_concurrent_calls_count_customer)
|
||||
F(destination_concurrent_calls_quota)
|
||||
F(destination_concurrent_calls_count)
|
||||
F(destination_concurrent_calls_count_customer)
|
||||
F(source_last_hih)
|
||||
|
||||
F(acc_ref)
|
||||
|
Loading…
Reference in new issue