mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
app_queue: Add option for predial handlers on caller and callee channels
Add predial handler support to app_queue. app_dial (ASTERISK_19548) and app_originate (ASTERISK_26587) have the ability to execute predial handlers on caller and callee channels. This patch adds predial handlers to app_queue and uses the same options as Dial and Originate (b and B). The caller routine gets executed when the caller first enters the queue. The callee routine gets executed for each queue member when they are about to be called. ASTERISK-27912 Change-Id: I5acf5c32587ee008658d12e8a8049eb8fa4d0f24
This commit is contained in:
committed by
Richard Mudgett
parent
d87631d21f
commit
184b375b41
4
CHANGES
4
CHANGES
@@ -67,6 +67,10 @@ app_queue
|
||||
When set the wrapuptime on the member is used instead of the wrapuptime
|
||||
defined for the queue itself.
|
||||
|
||||
* Added predial handler support for caller and callee channels with the
|
||||
B and b options respectively. This is similar to the predial support
|
||||
in app_dial.
|
||||
|
||||
res_config_sqlite
|
||||
------------------
|
||||
* The res_config_sqlite module is now deprecated, users should migrate to the
|
||||
|
Reference in New Issue
Block a user