mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-10 03:31:06 +00:00
Add a new feature for Music on Hold. If you set the "digit" option for a
class in musiconhold.conf, a caller on hold may press this digit to switch to listening to that music class. This involved adding a new callback for generators, which allow generators to get notified of DTMF from the channel they are running on. Then, a callback was implemented for the music on hold generators. (patch from bbryant) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@65505 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
9
CHANGES
9
CHANGES
@@ -82,7 +82,7 @@ ENUM changes
|
||||
* Added two new dialplan functions, ENUMQUERY and ENUMRESULT. These
|
||||
functions will allow you to initiate an ENUM lookup from the dialplan,
|
||||
and Asterisk will cache the results. ENUMRESULT can be used to access
|
||||
the results without doing multiple DNS queries.
|
||||
the results without doing multiple DNS queries.
|
||||
|
||||
Voicemail Changes
|
||||
-----------------
|
||||
@@ -135,6 +135,13 @@ MeetMe Changes
|
||||
except it does operations on a channel by name, instead of number in a conference.
|
||||
This is a very useful feature in combination with the 'X' option to ChanSpy.
|
||||
|
||||
Music On Hold Changes
|
||||
---------------------
|
||||
* A new option, "digit", has been added for music on hold classes in
|
||||
musiconhold.conf. If this is set for a music on hold class, a caller
|
||||
listening to music on hold can press this digit to switch to listening
|
||||
to this music on hold class.
|
||||
|
||||
Miscellaneous
|
||||
-------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user