[asterisk-dev] Placing a new outbound call using C

Joel jjshoe at gmail.com
Thu Mar 8 16:49:08 MST 2007


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.

Anyways, to make it perfectly clear, as the subject states, I want to do
this using pure c.


On 3/8/07, Wai Wu <wkwu at calltrol.com> wrote:
>
>
> There isn't really any I/O is your C app just create the call file and
> move it to the outbound directory.
>
> -----Original Message-----
> From: asterisk-dev-bounces at lists.digium.com on behalf of Joel
> Sent: Thu 3/8/2007 6:13 PM
> To: Asterisk Developers Mailing List
> Subject: Re: [asterisk-dev] Placing a new outbound call using C
>
> Steve,
>
> Yes, I'm aware of using a standard .call file, and scheduling by touching
> it
> to a specific time in the future. Now let's think about writing an app in
> c.
> Ideally I would just call a C function to place that call instead of
> writing
> a .call file from my application. Let's keep in mind just how heavy of a
> load I/O can be.
>
> Thanks,
> Joel
>
>
> On 3/8/07, Steve Edwards <asterisk.org at sedwards.com> wrote:
> >
> > On Thu, 8 Mar 2007, Joel wrote:
> >
> > > I'm looking to make an outbound call from within a C application for
> > > asterisk. Ideally I would be able to schedule this call as well. I've
> > spent
> > > some time looking through asterisk source, and it seems like the only
> > way to
> > > trigger the call would be through the asterisk manager, but that
> doesn't
> > > seem to support scheduling. I'm looking specifically for any code
> > examples
> > > anyone may have relating to this. If anyone has a link to an api or
> > anything
> > > useful like that I sure would appreciate it.
> >
> > http://www.voip-info.org/tiki-index.php?page=Asterisk+auto-dial+out
> >
> > Half way down the page, look for "Tip on how to schedule a .call file"
> >
> > Thanks in advance,
> > ------------------------------------------------------------------------
> > Steve Edwards      sedwards at sedwards.com      Voice: +1-760-468-3867 PST
> > Newline                                             Fax: +1-760-731-3000
> > _______________________________________________
> > --Bandwidth and Colocation provided by Easynews.com --
> >
> > asterisk-dev mailing list
> > To UNSUBSCRIBE or update options visit:
> >   http://lists.digium.com/mailman/listinfo/asterisk-dev
> >
>
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-dev mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-dev
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-dev/attachments/20070308/b3c19ca6/attachment.htm


More information about the asterisk-dev mailing list