<br>Hi Steve, thanks for your interest in this matter.<br>I will explain my requirement here.<br><br> In my asterisk server before an agent doing manual dial is allowed a call, asterisk will make an http request (to my crm, do not worry about this part )  and get back an OK or something else. … if it receives OK, it allows the call, otherwise we just play an &quot;unauthorized call&quot;  recording to the agent. We make the http request using a  &quot;wget | perl &quot; command and we want to capture the output of the wget | perl command.<br>
<br><br><div class="gmail_quote">On Tue, Aug 10, 2010 at 12:42 PM, Steve Edwards <span dir="ltr">&lt;<a href="http://asterisk.org">asterisk.org</a>@<a href="http://sedwards.com">sedwards.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;">
Un-top-posting...<div class="im"><br>
<br>
On Tue, 10 Aug 2010, Tino wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
&gt;Is there any  way to capture the output of the &#39;System&#39; application in &gt;asterisk dialplan and evaluate it.<br>
</blockquote>
<br>
</div><div class="im"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
On Mon, Aug 9, 2010 at 11:51 PM, Danny Nicholas &lt;<a href="mailto:danny@debsinc.com" target="_blank">danny@debsinc.com</a>&gt; wrote:<br>
</blockquote>
<br>
</div><div class="im"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
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<br>

</blockquote>
<br></div><div class="im">
On Tue, 10 Aug 2010, Tino wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
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>
</blockquote>
<br></div>
Unless the output from your system command is trivial, you should parse it in the AGI and set channel variables as needed.<br>
<br>
If you provide a bit more detail, you may get a more specific answer. System() may not be the &quot;best&quot; approach.<br><font color="#888888">
<br>
-- <br>
Thanks in advance,<br>
-------------------------------------------------------------------------<br>
Steve Edwards       <a href="mailto:sedwards@sedwards.com" target="_blank">sedwards@sedwards.com</a>      Voice: +1-760-468-3867 PST<br>
Newline                                              Fax: +1-760-731-3000</font><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>