-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/3424/
-----------------------------------------------------------

(Updated April 8, 2014, 11:49 p.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 (updated)
-----

  /trunk/main/app.c 412023 
  /trunk/include/asterisk/app.h 412023 
  /trunk/funcs/func_periodic_hook.c 412023 
  /trunk/apps/app_mixmonitor.c 412023 
  /trunk/CHANGES 412023 

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

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to