Just noticed exec_dset only submits to: uri to the script you plan on running, any quicks ways to pass the from: also? I was thinking a couple ideas, one exec_msg, output to a file then right after exec_dset and read the file, yada yada. or two, simply rewriting exec.c ...
Matt
Matt Schulte wrote:
Just noticed exec_dset only submits to: uri to the script you plan on running, any quicks ways to pass the from: also?
Check http://www.iptel.org/ser/doc/modules/html/exec.html#AEN33 for environment variables passed to the executed script.
Andy