Hi,
I am looking into migrating from dispatcher to load balancer module.
Currently I use the socket column in the dispatcher table to specify the
socket to use for a particular destination.
However, I dont see a similar option in load balancer module.
While I could attempt to use force_send_soc
g as expected.
On Sat, Aug 17, 2019 at 9:00 PM Peter Pulham wrote:
> Hi,
>
> I have the following configuration for mid_registrar :
>
> loadmodule "mid_registrar.so"
> modparam("mid_registrar", "tcp_persistent_flag", "TCP_PERSIST")
> mo
Hi,
I have the following configuration for mid_registrar :
loadmodule "mid_registrar.so"
modparam("mid_registrar", "tcp_persistent_flag", "TCP_PERSIST")
modparam("mid_registrar", "mode", 2)
modparam("mid_registrar", "received_avp", "$avp(received_nh)")
modparam("mid_registrar", "max_expires", 20)
Hi,
I am using mid_registrar to save registrations to the location table.
If I use is_registered - everything works as expected. So AOR matching is
working.
However, when I use is_contact_registered - it returns false.
I have checked the contact header in the request against the contact value
o