Hi all
I need to check a given uri against dispatcher destination entries. I see that it's possible in kamailio 4.2 using ds_is_from_list which allows "uri" parameter but it's not available in version 3.3.
Moving to 4.x is not an option this time.
Any hints about how to check this? Raw sql + string comparation or something more elegant out there?
thanks,
Jon
Hello,
On 19/02/15 12:19, Jon Bonilla (Manwe) wrote:
Hi all
I need to check a given uri against dispatcher destination entries. I see that it's possible in kamailio 4.2 using ds_is_from_list which allows "uri" parameter but it's not available in version 3.3.
Moving to 4.x is not an option this time.
Any hints about how to check this? Raw sql + string comparation or something more elegant out there?
perhaps the sqlops with query to db is the best you can do with that version.
Cheers, Daniel