Displaying 2 results from an estimated 2 matches for "recpaused".
Did you mean:
recpause
2010 Apr 29
1
Starting call recording using a dynamic feature to call a macro
I have got call recording working on our 1.4.30 asterisk box together
with a recording pause ability and being able to play different audio to
each party at the start and end of the pause. This all works perfectly
but one wish is to have the audio files have a beep or something in them
so when you listen later you can tell where the audio was paused.
So I changed things around so that instead
2009 May 11
1
PauseMonitor() Hanging Up Call
...[applicationmap] in features.conf is setup as follows:
in-pauseMonitor => *7,self/callee,Macro,pause-record
in-resumeMonitor => *9,self/callee,Macro,resume-record
I also have the following contexts setup in extensions.conf:
[macro-pause-record]
exten => s,1,Playback(sounds/recPaused)
exten => s,n,PauseMonitor()
exten => s,n,MacroExit
[macro-resume-record]
exten => s,1,Playback(sounds/recResumed)
exten => s,n,UnPauseMonitor()
exten => s,n,MacroExit
Now, if I setup the call and hit *7 on the callee phone, the call is hungup
every time! No error messa...