Thank you. Got it. Regards, Agalya
From: [email protected] [mailto:[email protected]] On Behalf Of Razvan Crainea Sent: Friday, November 11, 2016 8:33 AM To: [email protected] Subject: Re: [OpenSIPS-Users] usage of setdsturi Hi, Agalya! The setdsturi() function only accepts strings as parameters, not pseudo-variables[1]. As Ben suggested, the $du pseudo-variable is more flexible and recommended. [1] http://www.opensips.org/Documentation/Script-CoreFunctions-2-2#toc49 Best regards, Răzvan Crainea OpenSIPS Solutions www.opensips-solutions.com<http://www.opensips-solutions.com> On 11/10/2016 11:58 PM, Newlin, Ben wrote: I would recommend just using $du. [1] $du = “sip:” + $var(Fqdn) + “:5060”; [1] http://www.opensips.org/Documentation/Script-CoreVar-2-2#toc35 Ben Newlin From: <[email protected]><mailto:[email protected]> on behalf of "Ramachandran, Agalya (Contractor)" <[email protected]><mailto:[email protected]> Reply-To: OpenSIPS users mailling list <[email protected]><mailto:[email protected]> Date: Thursday, November 10, 2016 at 4:35 PM To: OpenSIPS users mailling list <[email protected]><mailto:[email protected]> Subject: [OpenSIPS-Users] usage of setdsturi Hi team, I have a question in usage of setdsturi(). When I hardcode the uri in the function, such as setdsturi(“sip:[email protected]:5060<mailto:sip:[email protected]: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 [email protected]<mailto:[email protected]> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
