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

2007-08-09 Thread Jeng Yu
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 freeaccount today.___
--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

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

2007-08-09 Thread Anthony Francis
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

___
--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