<div>Compared to calling a function in C there is a significant time difference that is only further amplified by scheduling lots of calls in advance.</div>
<div>&nbsp;</div>
<div>Anyways, to make it perfectly clear, as the subject states, I want to do this using pure c.<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 3/8/07, <b class="gmail_sendername">Wai Wu</b> &lt;<a href="mailto:wkwu@calltrol.com">wkwu@calltrol.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>There isn&#39;t really any I/O is your C app just create the call file and move it to the outbound directory.
<br><br>-----Original Message-----<br>From: <a href="mailto:asterisk-dev-bounces@lists.digium.com">asterisk-dev-bounces@lists.digium.com</a> on behalf of Joel<br>Sent: Thu 3/8/2007 6:13 PM<br>To: Asterisk Developers Mailing List
<br>Subject: Re: [asterisk-dev] Placing a new outbound call using C<br><br>Steve,<br><br>Yes, I&#39;m aware of using a standard .call file, and scheduling by touching it<br>to a specific time in the future. Now let&#39;s think about writing an app in c.
<br>Ideally I would just call a C function to place that call instead of writing<br>a .call file from my application. Let&#39;s keep in mind just how heavy of a<br>load I/O can be.<br><br>Thanks,<br>Joel<br><br><br>On 3/8/07, Steve Edwards &lt;
<a href="mailto:asterisk.org@sedwards.com">asterisk.org@sedwards.com</a>&gt; wrote:<br>&gt;<br>&gt; On Thu, 8 Mar 2007, Joel wrote:<br>&gt;<br>&gt; &gt; I&#39;m looking to make an outbound call from within a C application for
<br>&gt; &gt; asterisk. Ideally I would be able to schedule this call as well. I&#39;ve<br>&gt; spent<br>&gt; &gt; some time looking through asterisk source, and it seems like the only<br>&gt; way to<br>&gt; &gt; trigger the call would be through the asterisk manager, but that doesn&#39;t
<br>&gt; &gt; seem to support scheduling. I&#39;m looking specifically for any code<br>&gt; examples<br>&gt; &gt; anyone may have relating to this. If anyone has a link to an api or<br>&gt; anything<br>&gt; &gt; useful like that I sure would appreciate it.
<br>&gt;<br>&gt; <a href="http://www.voip-info.org/tiki-index.php?page=Asterisk+auto-dial+out">http://www.voip-info.org/tiki-index.php?page=Asterisk+auto-dial+out</a><br>&gt;<br>&gt; Half way down the page, look for &quot;Tip on how to schedule a .call file&quot;
<br>&gt;<br>&gt; Thanks in advance,<br>&gt; ------------------------------------------------------------------------<br>&gt; Steve Edwards&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:sedwards@sedwards.com">sedwards@sedwards.com</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Voice: +1-760-468-3867 PST
<br>&gt; Newline&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Fax: +1-760-731-3000<br>&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com
</a> --<br>&gt;<br>&gt; asterisk-dev mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev
</a><br>&gt;<br><br><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-dev mailing list<br>To UNSUBSCRIBE or update options visit:
<br>&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br><br><br></blockquote></div><br>