search for: stopmonitor

Displaying 20 results from an estimated 54 matches for "stopmonitor".

2006 Jun 21
1
Monitor / StopMonitor => MixMonitor / ??
Is there an equivalent stopmonitor command if you are using MixMonitor ? StopMonitor does not seem to have an effect on MixMonitor Julian.
2007 Jun 16
2
MixMonitor Problem
Hi, I am facing some issues while using MixMonitor and StopMonitor. My extensions logic is attached below: exten => s,1,MixMonitor(${CALLERID(num)}_${TIMESTAMP}.gsm,b) exten => s,2,Dial(SIP/101,13) exten => s,3,StopMonitor() exten => s,4,NoOp(Dial Status: ${DIALSTATUS}) exten => s,5,Goto(sss-${DIALSTATUS},1) exten => sss-NOANSWER,1,VoiceMail(77...
2006 Mar 12
7
stop monitor on transfer
...es are, they don't want their calls to be recorded, so, I have been trying to figure a way on how to stop monitoring / recoring calls once they are transferred to a bosses extension while othe transferd to other people stay on record mode. Anybody has done this or know of a way? I tried with stopmonitor but stopmonitor will stop recording the call between the receptionist and the boss but once the call is transferred and since the initial call come thru the recepcionist, the call stays on record. What do you think guys?
2005 Jul 12
1
help needed-call recording
...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 files "for-quality-purposes this...
2006 Feb 17
3
MixMonitor and command
...ethod I am using seems to miss some calls 5% of calls fail to mix / convert to mp3 etc. Was hoping that MixMonitor would fix this. exten => s,n,MixMonitor(${CALLDIR}${CALLFILENAME}.wav||System(touch /tmp/test${UNIQUEID})) exten => s,n,Answer exten => s,n,SayDigits(1234) exten => s,n,StopMonitor() exten => s,n,Hangup() Output: -- Executing MixMonitor("Zap/1-1", "/tmp/callrec/20060217-212722-1-IN.wav||System(touch /tmp/test1140211642.11373)") in new stack -- Executing Answer("Zap/1-1", "") in new stack -- Executing SayDigits("Zap/1-...
2004 Apr 27
2
Getting started woes and an archive question
...risk (both v1-0_stable and regular--in separate directories). All built according to the documentation I have found and installed correctly. I have modified/created zaptel.conf zapata.conf as attached. I get the following messages/error during asterisk startup. == Manager registered action StopMonitor == Manager registered action ChangeMonitor [skipping res_musiconhold.so] [chan_sip.so]Apr 27 06:18:03 WARNING[1074412256]: loader.c:240 ast_load_resource: /usr/lib/asterisk/modules/chan_sip.so: undefined symbol: ast_moh_stop Apr 27 06:18:03 WARNING[1074412256]: loader.c:421 load_modules: Loa...
2007 Nov 06
2
Recording just first part of call?
I know that I can record the contents of a call by calling Monitor() or MixMonitor() from the dialplan just before invoking Dial(). I have a potential customer who wants only the first minute of each call recorded (for identification purposes, without the storage overhead of keeping the complete call). Can anyone here think of the easiest way to do this? The only possibilities I can think of
2005 Feb 18
3
Help asterisk startup errors
...asterisk/indications.conf': Not found (No such file or directory) == Registered application 'Playtones' == Registered application 'StopPlaytones' [res_monitor.so] => (Call Monitoring Resource) == Registered application 'Monitor' == Registered application 'StopMonitor' == Registered application 'ChangeMonitor' == Manager registered action Monitor == Manager registered action StopMonitor == Manager registered action ChangeMonitor [res_agi.so] => (Asterisk Gateway Interface (AGI)) == Registered application 'DeadAGI' == Registere...
2004 Nov 28
3
soxmix
Does soxmix works with asterisk ver. 0.9? I have ver. sox-12.17.5 on Gentoo but the option "m" does not combine two WAV files (In and Out) into one file. I have two separate files in /monitor folder. exten => 711,1,SetVar(CALLFILENAME=${EXTEN:1}-${TIMESTAMP}) exten => 711,2,Monitor(wav,${CALLFILENAME},m) exten => 711,3,Dial(${sales_support},20,r) exten =>
2006 Dec 18
0
Wait command
...exten => s,3,DIAL(ZAP/g2/${ARG1},70) exten => s,4,AGI(logerror.py,${ARG1},${CALLERIDNUM},${CHANNEL},${DIALSTATUS},${DATETIME}, ${CAUSECODE}) exten => s,5,hangup exten => s,104,AGI(logerror.py,${ARG1},${CALLERIDNUM},${CHANNEL},${DIALSTATUS},${DATETIME}, ${CAUSECODE}) exten => h,1,stopmonitor exten => h,2,SetVar(CALLFILEDIR=/var/www/recordings/${TIMESTAMP:0:8:7}) exten => h,3,System(/etc/asterisk/agi-bin/filexfer ${CALLFILENAME} ${CALLFILEDIR}) It causes me some problems occausionsly and I want to pause the scipt by wait in 5 s. exten => s,1,SetVar(CALLFILENAME=/var/www/re...
2011 May 13
1
Asterisk 1.6: Custom Name for Recordings file
Hi, I have latest Elastix 64 bit setup and running fine (Asterisk 1.6.2.13) I would like to customize the file name of call recordings: /var/spool/asterisk/monitor/20110511-110858-1305126538.912.wav I would like to include the extension number in the file name. Did a lot of googling but not much help. Pls advice. Thx Sans -------------- next part -------------- An HTML attachment was
2005 Sep 21
1
Problem with meetme monitor (recording)
...T audio (announcement get pin and than nothing). Anyone knows why this so happens??? I have asterisk 1.0.7 (debian package) and DIGIUM TE410P card. I attached my configuration file. --- [konf] exten => 800,1,Monitor(wav,conf-201-${TIMESTAMP}) exten => 800,2,MeetMe(200|p) exten => 800,3,StopMonitor() --- Micha? Misiak -- Have a nice day! phone: (+48 22) 4330419 mobile: (+48) 888 395 336 e-mail: michal.misiak@etel.pl homepage: www.michalmisiak.prv.pl
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 brief overview of them. We are using the Asterisk Ma...
2003 Nov 06
5
FW: recording calls
...on whose phone you have selected is on a phone call, the recording button is enabled and you can start recording. Recording is accomplished by the program telnetting into the Asterisk Manager and sending the Monitor command for the specific channel, and Stopping recording is done similarly with the StopMonitor command. I also created the ability to Originate calls through this interface. I eventually plan on adding a recently called Browsebox to initiate calls and a few other Manager commands like transfers and moving calls into meetme rooms. I chose Perl/TK because it is very fast and easy to develop in...
2003 Dec 28
0
Is there something wrong with "show manager commands"?
...Redirect bebop*CLOriginate Originate Call bebop*CLMailboxStatus Check Mailbox bebop*CLCommand Execute Command bebop*CLExtensionState Check Extension Status bebop*CLAbsoluteTimeout Set Absolute Timeout bebop*CLMailboxCount Check Mailbox Message Count bebop*CLMonitor Monitor a channel bebop*CLStopMonitor Stop monitoring a channel bebop*CLChangeMonitor Change monitoring filename of a channel bebop*CLZapTransfer Transfer Zap Channel bebop*CLZapHangup Hangup Zap Channel bebop*CLZapDialOffhook Dial over Zap channel while offhook bebop*CLIAXpeers List IAX Peers bebop*CLIAXpeers List IAX Peers beb...
2005 Feb 19
3
Still asterisk startup crash plz help
...#39;nz' -- Setting default indication country to 'us' == Registered application 'Playtones' == Registered application 'StopPlaytones' [res_monitor.so] => (Call Monitoring Resource) == Registered application 'Monitor' == Registered application 'StopMonitor' == Registered application 'ChangeMonitor' == Manager registered action Monitor == Manager registered action StopMonitor == Manager registered action ChangeMonitor [res_agi.so] => (Asterisk Gateway Interface (AGI)) == Registered application 'DeadAGI' == Registere...
2006 Nov 16
2
installing asterisk for Ubuntu Synaptic
...der Starting: [res_indications.so] => (Indications Configuration) == Registered application 'PlayTones' == Registered application 'StopPlayTones' [res_monitor.so] => (Call Monitoring Resource) == Registered application 'Monitor' == Registered application 'StopMonitor' == Registered application 'ChangeMonitor' == Manager registered action Monitor == Manager registered action StopMonitor == Manager registered action ChangeMonitor [res_adsi.so] => (ADSI Resource) [res_agi.so] => (Asterisk Gateway Interface (AGI)) == Registered applica...
2005 Mar 04
0
Monitor Application with Queued calls
...Device(s) to ring ; ; Ring the interface, 18 seconds maximum : Note: This timeout must be greater than the queue timeout otherwise queue ; calls roll to voicemail!!!!!!!!!!!! exten => s,1,Monitor(WAV,${UNIQUEID},m) exten => s,2,Dial(${ARG2},18,tT,) ; Send to voicemail exten => s,3,StopMonitor() exten => s,4,Voicemail(u${ARG1}) exten => s,5,Hangup ; If unavailable, send to voicemail w/ unavail announce exten => s,103,StopMonitor() exten => s,104,Voicemail(b${ARG1}) exten => s,105,Hangup ; If they press *, send the user into VoicemailMain exten => a,1,VoicemailMain(${...
2005 Feb 14
0
cdr_mysql losing logs
...cuting Answer("Zap/3-1", "") in new stack Urgent handler Launching 'Wait' ^M -- Executing Wait("Zap/3-1", "1") in new stack Enabled echo cancellation on channel 1 Dropping duplicate answer! ^M > Channel Zap/1-1 was answered. Launching 'StopMonitor' ^M -- Executing StopMonitor("Zap/1-1", "") in new stack Launching 'Answer' ^M -- Executing Answer("Zap/1-1", "") in new stack Launching 'Playback' ^M -- Executing Playback("Zap/1-1", "30seconds") in new stack...
2004 Sep 14
1
asterisk does not start...
...rce) == Registered application 'Monitor' == Registered application 'StopMonitor' == Registered application 'ChangeMonitor' == Manager registered ac...