[OpenSIPS-Devel] [opensips] added exec(cmd, output, input, error, avpenv) function for exec (#375)

Walter Doekes notifications at github.com
Wed Oct 29 09:39:11 CET 2014


> +		</para>
> +		<para>
> +		This function can be used from REQUEST_ROUTE, FAILURE_ROUTE,
> +		LOCAL_ROUTE, STARTUP_ROUTE, TIMER_ROUTE, EVENT_ROUTE, ONREPLY_ROUTE.
> +		</para>
> +		<example>
> +		<title><function moreinfo="none">exec</function> usage</title>
> +		<programlisting format="linespecific">
> +...
> +$avp(env) = "a";
> +$avp(env) = "b";
> +exec("ls -l", "$var(out)",, "$avp(env)");
> +xlog("The output is $var(out)\n");
> +...
> +$var(input) = "input";
> +exec("/home/../myscript.sh",, "this is my $var(input) for exec\n", "$avp(env)");

Nor does this.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/375/files#r19524771
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20141029/9324eedd/attachment.htm>


More information about the Devel mailing list