Displaying 5 results from an estimated 5 matches for "startmonitor".
Did you mean:
start_monitor
2005 Jul 12
1
help needed-call recording
...far, enable recording for 'all calls' to an
extension.
Does this code look ok?
Currently Recording "on" only for 1030
when user presses *44, start recording.
*55 to stop recording
Extensions.conf
#include extensions_custom.conf
[from-internal]
include => custom-startmonitor
include => custom-stopmonitor
[macro-dial]
include => custom-startmonitor
include => custom-stopmonitor
Extensions_custom.conf
[custom-startmonitor]
exten => *44,1,GotoIf($[${EXTEN} = 1030]?2:20)
exten => *44,2,BackGround(for-quality-purposes) ;play background
fil...
2010 Apr 29
1
Starting call recording using a dynamic feature to call a macro
...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 => s,n,UnpauseMonitor
[macro-...
2003 Nov 05
6
recording calls
Hello,
You can use ZapBarge as an extension in your dialplan to listen in on
conversations going on in Zap channels(Zaptel device channels)
As for recording you can use the Manager interface command StartMonitor to
start recording of a Zap channel and StopMonitor to stop it.
Zap channels are pretty much the only ones right now that you can directly
monitor and record through Asterisk.
If these sound like they'll work for you, you can lookup the specifics
online or ask me and I'll try to do a b...
2004 Jul 10
0
Asp.net via samba share problem
...following problem:
[HttpException (0x80070038): Falha ao iniciar monitora??o de altera??es em 'h:\Directory_of_the_virtual_host_here\'.]
System.Web.DirMonCompletion..ctor(DirectoryMonitor dirMon, String dir, Boolean watchSubtree, UInt32 notifyFilter) +140
System.Web.DirectoryMonitor.StartMonitoring() +42
System.Web.DirectoryMonitor.StartMonitoringFile(String file, FileChangeEventHandler callback, String alias) +154
System.Web.FileChangesMonitor.StartMonitoringDirectoryRenamesAndBinDirectory(String dir, FileChangeEventHandler callback) +278
System.Web.HttpRuntime.FirstRequestInit(H...
2003 Nov 06
5
FW: recording calls
...'asterisk-users@lists.digium.com'
Subject: RE: [Asterisk-Users] recording calls
Hello,
You can use ZapBarge as an extension in your dialplan to listen in on
conversations going on in Zap channels(Zaptel device channels)
As for recording you can use the Manager interface command StartMonitor to
start recording of a Zap channel and StopMonitor to stop it.
Zap channels are pretty much the only ones right now that you can directly
monitor and record through Asterisk.
If these sound like they'll work for you, you can lookup the specifics
online or ask me and I'll try to do...