[asterisk-users] Overlapping Playback() with Dial()?

Anthony Francis anthonyf at rockynet.com
Thu Aug 9 10:00:28 CDT 2007


Jeng Yu wrote:
> Hi All,
>
> Can I overlap Playback() with Dial() in a dialplan?
>
> For example, I have this scenario: A call comes in, Asterisk picks it up,
> does Background(enter_number), then does Playback(bulletin_message),
> and while the Playback() is still going, I want to execute Dial() to 
> the target
> extension so it overlaps with the Playback() and the call will be bridged
> instantly upon completion of Playback(). Is this possible in Asterisk?
>
> I am trying to save callers long distance charges by eliminating wait time
> as much as possible.
>
> Thank you.
>
> Jeng
>
> ------------------------------------------------------------------------
> Yahoo! Mail is the world's favourite email. Don't settle for less, 
> sign up for your free account today 
> <http://uk.rd.yahoo.com/evt=44106/*http://uk.docs.yahoo.com/mail/winter07.html>. 
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
Just execute the dial after the playback. Otherwise use a queue and put 
the audio as the announcement.

Anthony



More information about the asterisk-users mailing list