[SR-Users] Dispatcher question

Antony Stone Antony.Stone at kamailio.open.source.it
Fri Aug 31 12:18:30 CEST 2018


On Friday 31 August 2018 at 12:11:53, Igor Olhovskiy wrote:

> Hi!
> 
> I’m having some issues with dispatcher and cannot get why it’s not working
> 
> Idea is to use ds_next_dst right after ds_select_dst
> 
> I’m having it like this
> 
> modparam("dispatcher", "list_file", "/tmp/dispatcher.list")
> modparam("dispatcher", "flags", 2) # Enable dispather failover
> modparam("dispatcher", "xavp_dst", "_dispacher_dst_list_")
>> 
> ds_select_dst(«1», «0»);

Maybe a problem with the style of quotation marks you used there?

> ...
> # Some extra check on $du here
>> ds_next_dst();
> 
> But get in logs
> WARNING: dispatcher [dispatch.c:2285]: ds_update_dst(): no xavp uri field
> in next destination record
> 
> But contents of /tmp/dispatcher.list is
> 1 sip:172.28.0.12:5060
> 1 sip:172.28.0.19:5060
> 
> 
> Can I somehow dump xavp_dst var to check if ds_select_dst is correct?
> 
> kamailio 5.2.0-dev6

Regards,


Antony.

-- 
This email was created using 100% recycled electrons.

                                                   Please reply to the list;
                                                         please *don't* CC me.



More information about the sr-users mailing list