[asterisk-dev] [Code Review] 3424: mixmonitor: Add option to enable a periodic beep
Russell Bryant
reviewboard at asterisk.org
Tue Apr 8 18:49:13 CDT 2014
> On April 8, 2014, 5:49 p.m., Corey Farrell wrote:
> > Does this module need to be tagged with optional dependency func_periodic_hook?
I forgot about <use> for menuselect. Unfortunately, it doesn't seem to work for module dependencies. It turns it into the same thing as <depend> for another module.
- Russell
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/3424/#review11515
-----------------------------------------------------------
On April 8, 2014, 1:28 a.m., Russell Bryant wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/3424/
> -----------------------------------------------------------
>
> (Updated April 8, 2014, 1:28 a.m.)
>
>
> Review request for Asterisk Developers.
>
>
> Repository: Asterisk
>
>
> Description
> -------
>
> 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.
>
>
> Diffs
> -----
>
> /trunk/main/app.c 411908
> /trunk/include/asterisk/app.h 411908
> /trunk/apps/app_mixmonitor.c 411908
>
> Diff: https://reviewboard.asterisk.org/r/3424/diff/
>
>
> Testing
> -------
>
> exten => 103,1,Answer()
> same => n,MixMonitor(test.gsm,B(5))
> same => n,MusicOnHold()
>
> exten => 104,1,Answer()
> same => n,MixMonitor(test.gsm,B)
> same => n,MusicOnHold()
>
> exten => 105,1,Answer()
> same => n,MixMonitor(test.gsm,B(3))
> same => n,StartMusicOnHold()
> same => n,Wait(15)
> same => n,StopMusicOnHold()
> same => n,StopMixMonitor()
> same => n,Wait(5)
> same => n,Hangup()
>
>
> Thanks,
>
> Russell Bryant
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20140408/8ddb080b/attachment.html>
More information about the asterisk-dev
mailing list