Hello Julian,<br><br>I am using Asterisk 1.4.33.1(AsteriskNOW iso) and curl function is not available in this version.<br><br><div class="gmail_quote">On Tue, Aug 10, 2010 at 1:21 PM, Julian Lyndon-Smith <span dir="ltr">&lt;<a href="mailto:asterisk@dotr.com">asterisk@dotr.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;">You could always use the CURL  function directly in the dialplan<br>
<font color="#888888"><br>
Julian<br>
</font><div><div></div><div class="h5"><br>
On 10 August 2010 08:36, Tino &lt;<a href="mailto:tino@sparksupport.com">tino@sparksupport.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi Steve, thanks for your interest in this matter.<br>
&gt; I will explain my requirement here.<br>
&gt;<br>
&gt; In my asterisk server before an agent doing manual dial is allowed a call,<br>
&gt; asterisk will make an http request (to my crm, do not worry about this part<br>
&gt; )  and get back an OK or something else. … if it receives OK, it allows the<br>
&gt; call, otherwise we just play an &quot;unauthorized call&quot;  recording to the agent.<br>
&gt; We make the http request using a  &quot;wget | perl &quot; command and we want to<br>
&gt; capture the output of the wget | perl command.<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Aug 10, 2010 at 12:42 PM, Steve Edwards &lt;<a href="http://asterisk.org" target="_blank">asterisk.org</a>@<a href="http://sedwards.com" target="_blank">sedwards.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Un-top-posting...<br>
&gt;&gt;<br>
&gt;&gt; On Tue, 10 Aug 2010, Tino wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; &gt;Is there any  way to capture the output of the &#39;System&#39; application in<br>
&gt;&gt;&gt; &gt; &gt;asterisk dialplan and evaluate it.<br>
&gt;&gt;<br>
&gt;&gt;&gt; On Mon, Aug 9, 2010 at 11:51 PM, Danny Nicholas &lt;<a href="mailto:danny@debsinc.com">danny@debsinc.com</a>&gt;<br>
&gt;&gt;&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; I think this answer is no.  system only returns ${SYSTEMSTATUS} as<br>
&gt;&gt;&gt; SUCCESS or FAILURE to tell you that the command finished or died.  You could<br>
&gt;&gt;&gt; however do a bash AGI that would set a variable with the result of what you<br>
&gt;&gt;&gt; would have sent to system<br>
&gt;&gt;<br>
&gt;&gt; On Tue, 10 Aug 2010, Tino wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; Sorry Dany, I am new to agi scripting. If you do not mind can you please<br>
&gt;&gt;&gt; give me a sample script for this. That would be really helpful to me.<br>
&gt;&gt;<br>
&gt;&gt; Unless the output from your system command is trivial, you should parse it<br>
&gt;&gt; in the AGI and set channel variables as needed.<br>
&gt;&gt;<br>
&gt;&gt; If you provide a bit more detail, you may get a more specific answer.<br>
&gt;&gt; System() may not be the &quot;best&quot; approach.<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Thanks in advance,<br>
&gt;&gt; -------------------------------------------------------------------------<br>
&gt;&gt; Steve Edwards       <a href="mailto:sedwards@sedwards.com">sedwards@sedwards.com</a>      Voice: +1-760-468-3867 PST<br>
&gt;&gt; Newline                                              Fax: +1-760-731-3000<br>
&gt;&gt; --<br>
&gt;&gt; _____________________________________________________________________<br>
&gt;&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;&gt; New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
&gt;&gt;               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
&gt;&gt;<br>
&gt;&gt; asterisk-users mailing list<br>
&gt;&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;&gt;   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; _____________________________________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt; New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
&gt;               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
&gt;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
&gt;<br>
<br>
</div></div>--<br>
<div><div></div><div class="h5">_____________________________________________________________________<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>
</div></div></blockquote></div><br>