(mix)monitor: Add options to enable a periodic beep
authorRussell Bryant <russell@russellbryant.com>
Tue, 15 Apr 2014 23:21:19 +0000 (23:21 +0000)
committerRussell Bryant <russell@russellbryant.com>
Tue, 15 Apr 2014 23:21:19 +0000 (23:21 +0000)
commit5b7a769fd8b02dcb1d6326ebbe1d4eafcdc75491
tree04a508265c012a493e472d4380bafb7884257896
parentba1db5d8f536807415068810832ab2daed56f3bb
(mix)monitor: Add options to enable a periodic beep

Add an option to enable a periodic beep to be played into a call if it
is being recorded.  If enabled, it uses the PERIODIC_HOOK() function
internally to play the 'beep' prompt into the call at a specified
interval.  This option is provided for both Monitor() and
MixMonitor().

Review: https://reviewboard.asterisk.org/r/3424/

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@412427 65c4cc65-6c06-0410-ace0-fbb531ad65f3
CHANGES
apps/app_mixmonitor.c
apps/app_queue.c
bridges/bridge_builtin_features.c
funcs/func_periodic_hook.c
include/asterisk/beep.h [new file with mode: 0644]
include/asterisk/monitor.h
res/res_monitor.c