[SR-Users] Dispatcher algorithm 9 ignores weight=xx attribute

2014-09-05 Thread Alejandro Recarey
Hi, I have a kamailio with the dispatcher module setup. I use: ds_select_dst("1", "9"); to load balance between 3 gateways. My database looks like this: id setid destination flags priority attrs 5 1 sip:1.1.1.1 0 0 weight=10 8 1 sip:1.1.1.2 0 0 weight=45 9 1 sip:1.1.1.3 0 0 weight=45

Re: [SR-Users] Change the name of the location table for the usrloc module

2014-02-04 Thread Alejandro Recarey
table"); > save("my_location_table2"); > > -- Alex > > > On 02/04/2014 10:47 AM, Alejandro Recarey wrote: > > Hi everybody, >> >> I have been trying to setup a new installation of kamailio, and I need >> the user location table to have a specific

[SR-Users] Change the name of the location table for the usrloc module

2014-02-04 Thread Alejandro Recarey
Hi everybody, I have been trying to setup a new installation of kamailio, and I need the user location table to have a specific name. This will allow two kamailio servers to use the same database for their registry information. I cannot find any modparam in the documentation that allows me to set