Displaying 2 results from an estimated 2 matches for "recpaus".
Did you mean:
recpause
2010 Apr 29
1
Starting call recording using a dynamic feature to call a macro
...rding off by
default and then use #2 to start it but that doesnt work either. I
wondered if it was something to do with the native bridging so set
canreinvite=no on the test handsets I am using but no change.
Any ideas?
features.conf
[applicationmap]
pauseMonitor => #1,peer/callee,Macro,recpause,monitor-disabled
startMonitor => #2,peer/callee,Macro,recstart
unpauseMonitor => #3,peer/callee,Macro,recunpause,monitor-enabled
extensions.conf
[macro-recpause]
exten => s,1,Playback(disabled)
exten => s,n,PauseMonitor
[macro-recunpause]
exten => s,1,Playback(enabled)
exten =&...
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 mes...