[OpenSIPS-Users] force send socket for load balancer ping

2019-11-05 Thread Peter Pulham
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

Re: [OpenSIPS-Users] mid_registar max-expires does not work as expected (3.0.0)

2019-08-19 Thread Peter Pulham
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

[OpenSIPS-Users] mid_registar max-expires does not work as expected (3.0.0)

2019-08-17 Thread Peter Pulham
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)

[OpenSIPS-Users] is_contact_registered - not working as expected

2019-08-16 Thread Peter Pulham
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