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

Ionut Ionita notifications at github.com
Thu Oct 16 16:09:37 CEST 2014


> @@ -243,6 +246,48 @@ exec_getenv("HOSTNAME");
>  exec_getenv("HOSTNAME", "$avp(localhost)");
>  ...
>  
> +1.4.5.  exec(command, [output], [input], [envavp])
> +
> +   Executes an external command. The input is passed to the
> +   standard input of the new process, if specified, and the output
> +   is saved in the output variable.
> +
> +   Meaning of the parameters is as follows:
> +     * command - command to be executed.It can include
> +       pseudovariables.
> +     * output - pseudovariable where to store the output from the
> +       standard output of the command. Keep in mind that if this
> +       parameter is set, the async paramater will not be taken in
> +       consideration.

No. Stderr is not supported.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/360/files#r18957003
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20141016/79deb1d3/attachment.htm>


More information about the Devel mailing list