[asterisk-dev] Overlapped dialling on SIP trunks for outgoing calls

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Tue Apr 29 09:40:24 CDT 2008


On Tuesday 29 April 2008 09:15:05 Benny Amorsen wrote:
> Tilghman Lesher <tilghman at mail.jeffandtilghman.com> writes:
> > What I'm planning on doing is using one of the channel flags to
> > indicate whether a channel type can individually handle the
> > incomplete indication, and if it can, we'll pass the cause code back
> > to the channel type (which is then responsible for issuing a 484 in
> > the case of SIP, or some other indication for another channel type).
> > If it can't, we'll wait in the PBX core for more digits or a
> > timeout.
>
> Wouldn't it be easier to implement it for all channels, so you don't
> have to wait in the core? There could be a generic_wait_for_digits
> function or something which channels could use if they just want to
> wait.

I have created a very simple implementation already in the core.  If you
would like to suggest an alternative implementation (with code), I'd be
happy to review it.

-- 
Tilghman



More information about the asterisk-dev mailing list