> +             </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
_______________________________________________
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to