Sorry Dany, I am new to agi scripting. If you do not mind can you please give me a sample script for this. That would be really helpful to me.<br><br><br><div class="gmail_quote">On Mon, Aug 9, 2010 at 11:51 PM, Danny Nicholas <span dir="ltr">&lt;<a href="mailto:danny@debsinc.com">danny@debsinc.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">








<div link="blue" vlink="purple" lang="EN-US">

<div>

<div>

<p class="MsoNormal"><b><font face="Tahoma" size="2"><span style="font-size: 10pt; font-family: Tahoma; font-weight: bold;">From:</span></font></b><font face="Tahoma" size="2"><span style="font-size: 10pt; font-family: Tahoma;">
<a href="mailto:asterisk-users-bounces@lists.digium.com" target="_blank">asterisk-users-bounces@lists.digium.com</a>
[mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com" target="_blank">asterisk-users-bounces@lists.digium.com</a>] <b><span style="font-weight: bold;">On Behalf Of </span></b>Tino<br>
<b><span style="font-weight: bold;">Subject:</span></b> [asterisk-users] &#39;System&#39;
application in asterisk</span></font></p>

</div><div><div></div><div class="h5">

<p class="MsoNormal" style="margin-bottom: 12pt;"><font color="navy" face="Times New Roman" size="3"><span style="font-size: 12pt; color: navy;">&gt;</span></font>Hello,<br>
<font color="navy"><span style="color: navy;">&gt;</span></font>Is there any 
way to capture the output of the &#39;System&#39; application in asterisk dialplan and
evaluate it. <br>
<br>
<font color="navy"><span style="color: navy;">&gt;</span></font>For example, i
would like to get the output of following System application and use its value
in next line<br>
<font color="navy"><span style="color: navy;">&gt;</span></font>for decision making<br>
<br>
<font color="navy"><span style="color: navy;">&gt;</span></font>exten =&gt; 5000,n,System(command)<br>
<br>
<font color="navy"><span style="color: navy;"></span></font></p>

</div></div><p class="MsoNormal" style="margin-bottom: 12pt;"><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">I think
this answer is no.  system only returns ${SYSTEMSTATUS} as SUCCESS or
FAILURE to tell you that the command finished or died.  You could however
do a bash AGI that would set a variable with the result of what you would have
sent to system</span></font></p>

<p class="MsoNormal" style="margin-bottom: 12pt;"><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">Replace </span></font></p>

<p class="MsoNormal" style="margin-bottom: 12pt;"><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">Exten =&gt;
5000,n,System(‘/bin/ls’)</span></font></p>

<p class="MsoNormal" style="margin-bottom: 12pt;"><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">With </span></font></p>

<p class="MsoNormal" style="margin-bottom: 12pt;"><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">Exten =&gt;
5000,n,AGI(bashsys.sh,”/bin/ls’)</span></font></p>

<p class="MsoNormal" style="margin-bottom: 12pt;"><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">Exten =&gt;
5000,n.Gotoif(${RESULT}…</span></font></p>

<p class="MsoNormal" style="margin-bottom: 12pt;"><font face="Times New Roman" size="3"><span style="font-size: 12pt;"><br>
<br>
<br>
</span></font></p>

</div>

</div>


<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>