Hi,
I have a dispatcher.list file like the following:
1 sip:127.0.0.1:5060 0 0 duid=abcd;maxload=5
1 sip:127.0.0.2:5060 0 0 duid=efgh;maxload=5  

After calling the ds_select_dst("1", "4") function(ie, round-robin selection),  I want to read the value of the "duid" attribute of the selected destination and then pass it to a database. How can I read this value in the configuration file?

Jani Biju Babjan