<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">From: Henry Junior &lt;<a href="mailto:henryjunior@gmail.com">henryjunior@gmail.com</a>&gt;<br><br>I want to issue a System cmd in my dialpan that is similar to the
<br>unix echo command stated above. *EXCEPT* that I want to pipe the<br>results into a *new* variable (vs a text file.)<br><br>Ideally, what would happen is in my diaplan I would issue the 'echo |<br>date' command and pipe the output to a newly created variable with
<br>the appropriate output.<br><br>example:<br>NewVariable=Mon Aug 29 18:32:45 EDT 2005<br><br></blockquote>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Do you know how I can do this?</blockquote>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Assuming that you want to execute some Unix commands and feedback the output as variables to the dialplan in Asterisk this is possible with an AGI bash script. Use the 'set variable' command&nbsp;<br><a href="http://www.voip-info.org/tiki-index.php?page=set+variable">
http://www.voip-info.org/tiki-index.php?page=set+variable</a></div>
<div>&nbsp;</div>
<div>You can use the example at </div>
<div><a href="http://yakko.cs.wmich.edu/~drclaw/asterisk/cidname/">http://yakko.cs.wmich.edu/~drclaw/asterisk/cidname/</a>&nbsp; , reuse the framework to read the standard AGI variables and rewrite it to your own code.</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>Michel</div>