Hi,

Thank you for your help!

In my case i have 2 servers: 192.168.100.1 & 192.168.100.2
Both of this servers have one domain name voip.bla.com

No load-balancer is used.

I can register to any of this server with user 1...@voip.bla.com and
2...@voip.bla.com

Call is failing when I'm trying to call from 1...@voip.bla.com to
2...@voip.bla.com, when user 1...@voip.bla.com registered to 192.168.100.1
and 2...@voip.bla.com registered to 192.168.100.2.

As far as I understood I need to add path header.

Could you please let me know where exactly I need to add path header? I'm
using default config, with almost no changes.

Additionally it is little bit confusing about parameters what I should add.

Should I add following parameters to config file or not?

modparam("usrloc", "matching_mode", 1)
modparam("registrar", "use_path", 1)

Thank you!

2015-07-20 16:31 GMT+03:00 Daniel Tryba <d.tr...@pocos.nl>:

> On Monday 20 July 2015 16:02:00 Jurijs Ivolga wrote:
> > But could you please provide more info?
> >
> > Should I add add_path() before if (!save("location"))?
>
> Path is a module you can use for user lookups/registration
>
> http://kamailio.org/docs/modules/stable/modules/usrloc.html#usrloc.p.matching_mode
>
> http://kamailio.org/docs/modules/stable/modules/registrar.html#registrar.p.use_path
>
> Depending on how you register on a registrater server you'll need to add
> the
> Path header (in my previuos supplied URL, clients which register directly
> to a
> register server don't have any Path headers, so I added them manually
> (because
> add_path doesn't work in that place/time of routing/handling). If you are
> using a loadbalancer that adds Path headers then ofcourse adding Path
> headers
> before save() isn't neccessary.
>
> My guess is your question is kind of the same as the one I asked (I don't
> know
> what Kazoo is/does):
> http://lists.sip-router.org/pipermail/sr-users/2015-April/087867.html
>
>
> --
>
> Telefoon: 088 0100 700
> Sales: sa...@pocos.nl | Service: serviced...@pocos.nl
> http://www.pocos.nl/ | Croy 9c, 5653 LC Eindhoven | Kamer van Koophandel
> 17097024
>
>
> _______________________________________________
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users@lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to