Re: [SR-Users] The problem of get_aor_hash function

2018-07-20 Thread Henning Westerholt
Am Freitag, 20. Juli 2018, 07:23:24 CEST schrieb tyd: > I had modified ims_usrloc_pcscf/udomain.c about hash function and related > codes. > ex. via_host replaces with aor > > aorhash = get_aor_hash(_d, _info->aor, contact_info->via_port, > contact_info->via_prot); > //aorhash =

Re: [SR-Users] The problem of get_aor_hash function

2018-07-19 Thread tyd
Hi, Danial I had modified ims_usrloc_pcscf/udomain.c about hash function and related codes. ex. via_host replaces with aor aorhash = get_aor_hash(_d, _info->aor, contact_info->via_port, contact_info->via_prot); //aorhash = get_aor_hash(_d, _info->via_host, contact_info->via_port,

Re: [SR-Users] The problem of get_aor_hash function

2018-07-16 Thread Daniel-Constantin Mierla
Hello, On 04.07.18 09:25, tyd wrote: > Dear all, > > I'm trying Kamailio 5.1.4 and IMS module. > When registering to Kamailio IMS using the same ip and port for 30 > users (different contact user part), the P-CSCF get the same hash > number and aor value. > > The function get_aor_hash(_d,

[SR-Users] The problem of get_aor_hash function

2018-07-05 Thread tyd
Dear all, I'm trying Kamailio 5.1.4 and IMS module. When registering to Kamailio IMS using the same ip and port for 30 users (different contact user part), the P-CSCF get the same hash number and aor value. The function get_aor_hash(_d, &_ci->via_host, _ci->via_port, _ci->via_prot) in