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
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
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