ParkAndAnnounce()
Synopsis
Park and Announce.
Description
Park a call into the parkinglot and announce the call to another channel.
The variable PARKEDAT
will contain the parking extension into which the call was placed. Use with the Local channel to allow the dialplan to make use of this information.
Syntax
ParkAndAnnounce(announce:announce1[:...],timeout,dial,return_context)
Arguments
announce_template
announce
- Colon-separated list of files to announce. The wordPARKED
will be replaced by a say_digits of the extension in which the call is parked.announce1
timeout
- Time in seconds before the call returns into the return context.dial
- The app_dial style resource to call to make the announcement. Console/dsp calls the console.return_context
- The goto-style label to jump the call back into after timeout. Defaultpriority+1
.
See Also
Import Version
This documentation was imported from Asterisk Version Unknown