search for: enter_numb

Displaying 1 result from an estimated 1 matches for "enter_numb".

Did you mean: enter_name
2007 Aug 09
1
Overlapping Playback() with Dial()?
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 lo...