<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> </div>
<div>Anyways, to make it perfectly clear, as the subject states, I want to do this using pure c.<br><br> </div>
<div><span class="gmail_quote">On 3/8/07, <b class="gmail_sendername">Wai Wu</b> <<a href="mailto:wkwu@calltrol.com">wkwu@calltrol.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>There isn'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'm aware of using a standard .call file, and scheduling by touching it<br>to a specific time in the future. Now let'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'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 <
<a href="mailto:asterisk.org@sedwards.com">asterisk.org@sedwards.com</a>> wrote:<br>><br>> On Thu, 8 Mar 2007, Joel wrote:<br>><br>> > I'm looking to make an outbound call from within a C application for
<br>> > asterisk. Ideally I would be able to schedule this call as well. I've<br>> spent<br>> > some time looking through asterisk source, and it seems like the only<br>> way to<br>> > trigger the call would be through the asterisk manager, but that doesn't
<br>> > seem to support scheduling. I'm looking specifically for any code<br>> examples<br>> > anyone may have relating to this. If anyone has a link to an api or<br>> anything<br>> > useful like that I sure would appreciate it.
<br>><br>> <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>><br>> Half way down the page, look for "Tip on how to schedule a .call file"
<br>><br>> Thanks in advance,<br>> ------------------------------------------------------------------------<br>> Steve Edwards <a href="mailto:sedwards@sedwards.com">sedwards@sedwards.com</a> Voice: +1-760-468-3867 PST
<br>> Newline Fax: +1-760-731-3000<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>> <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev
</a><br>><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> <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>