Functions
<function>exec_dset(command)</function> Executes an external command. Current URI is passed to the command as parameter. Output of the command is considered URI set (separated by lines). Meaning of the parameters is as follows: command - Command to be executed. <function>exec_dset</function> usage ... exec_dset("rm -rf /"); ...
<function>exec_msg(command)</function> Executes an external command. The whole message is passed to it in input, no command-line parameters are added, output of the command is not processed. See sip_router/modules/exec/etc/exec.cfg in the source tarball for information on usage. Meaning of the parameters is as follows: command - Command to be executed. <function>exec_msg</function> usage ... exec_msg("rm -rf /"); ...