Hi team,

I have a question in usage of setdsturi().

When I hardcode the uri in the function, such as 
setdsturi("sip:t...@test.com:5060") - this works.

But why I try to use script variable, it complains as bad_uri.
$var(test) = "sip:"+$var(Fqdn)+ ":5060";
setdsturi("$var(test)");

How do I setdsturi() dynamically, with the value in script variable and not by 
hardcoding?

Regards,
Agalya
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to