similar to: Monitor application temporary hack

Displaying 20 results from an estimated 20000 matches similar to: "Monitor application temporary hack"

2004 Jan 11
2
macro error "exited non-zero"
On this macro I keep getting exited non-zero on s,3, but s,3 is doing what it is suppose to do but the macro stops. Is there a way to make a macro ignore errors and continue to s,4? I have the lattes ver of sox 12.17.4. Also if I just run this line from the command line I don't get an error. [root@redhat monitor]# sox in.wav in-rev.wav reverse [root@redhat monitor]# [macro-record-cleanup]
2004 Jan 20
1
help - recording both sides of a conversati on
This is what I'm doing it gets you both sides of the phone call...small size...and playable on windows through a share. My notes: On redhat 9 I have to run the following command for asterisk to start LD_ASSUME_KERNEL=2.4.1 asterisk -vvvvgc [macro-record-on] exten => s,1,SetVar(CALLFILENAME=${TIMESTAMP}-${ARG2}-${ARG1}) exten => s,2,Monitor(wav,${CALLFILENAME}) ;exten =>
2003 Aug 25
6
Syncronize Monitored Calls
I thought I would post this in case it might be of any use to anyone. Not anything special but it does work. Keep in mind you need sox and wmix. Here is some relevant exerpts of my extensions.conf using John Todds macro. [globals] CALLFILENAME=foo FOO=foo CALLERIDNUM=foo [default] exten => 287,1,Macro(dial,SIP/agent20002|20) exten => 287,2,Voicemail(u287) exten =>
2003 Apr 20
1
Macros not working as expected with extension "h" in some circumstances
I have a question on how to handle the "h" routines. I have noticed that if the call is hung up by the side that originated the call, the "h" routine is not extendable via a macro, or at least I have been unable to do it. My tests have included only SIP->SIP calls. If the originating side hangs up first: The macro is called from "exten =>
2004 Jun 25
3
Using Soxmix on extensions.conf
Hi, i want to use soxmix to record some calls in my PBX. If i use soxmix on my linux shell it works so i can mixed two calls into one consolidated call. I want to do the process automatically since extensions.conf but it doesnt work. My extensions.conf looks like this: exten => 407,1,SetVar(MONITORDIR=/var/spool/asterisk/monitor) exten => 407,2,Monitor(wav,${TIMESTAMP}.${CALLERIDNUM}.wav)
2006 Feb 10
1
2wav2mp3, monitor, mixmonitor, mpg123, queues
Hello! I'm using Asterisk for our office telephony, but we have some problems that still we can't resolve about it. Here they are: 1) merge in/out call recording files I also tried to use a script I found on the internet, called 2wav2mp3 In extensions.conf I added the following lines ; script to be executed when monitoring has been finished MONITOR_EXEC=/usr/local/bin/2wav2mp3 exten
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 08
1
cal recording with email
I'm trying to set on-demand call recording. Here's a snippet of the pertinent dialplan. The purpose of this is to allow one user in particular to be able to receive an email recording of the call everytime he dials *91 + number. The problem is that the email is not going out or being generated when I use the ${CALLFILENAME} variable. When I use the actual file name of the gsm recording,
2004 Sep 15
3
call recording and CDR "feature" discovered?
Hi Folks, I've been playing with call recording for our support department which was kinda going ok until I spotted something odd in the CDR. None of the support calls are being entered into the CDR properly. I'm using mysql as the back end and Areski's web based front end and all was going fine. The problem seems to be that the CDR doesn't get populated with the destination
2004 Dec 01
2
Asterisk Call Monitor and soxmix error
Asterisk Monitor seems to be working fine. Though the problem I am having is the two files (in & out) muxing. I added ,m to the string, yet the call records two files still, and I get the resulting error, at the bottom. monitor executing ( nice -n 19 soxmix /var/spool/asterisk/monitor/rec_fr_1624672199_to_621950_at_01122004-13:4 8:23-in.gsm
2008 Jan 14
1
Asterisk 1.4 Call Recording
I am trying to record a call into a stereo mp3 in Asterisk 1.4, but I can't seem to get it to work correct. Could someone point me to what I need to do? I have attached what I believe are the relevant parts. [globals] ; script to be executed when monitoring has been finished MONITOR_EXEC=/usr/local/bin/2wav2mp3 ; uncomment this line if you are using Ogg Vorbis
2006 Nov 27
1
calls hang up even after Background() message eventhough response timeout is set to 10 sec
I'm experiencing a strange problem. My inbound calls are hanging up right after Background() message even though response timeout is set to 10 sec. [voicepulseincoming] exten=>_X.,1,Answer exte=>_X.,n,GotoIfTime(9:00-17:00|mon-thu|*|*?business-hours,s,1) exten=>_X.,n,GotoIfTime(9:00-15:00|fri|*|*?business-hours,s,1) exten=>_X.,n,GotoIfTime(*|*|*|*?after-business-hours,s,1)
2004 Jun 14
3
<<< GSM AUDIOFiles >>>
Hello: I would like to produce some GSM Prompt audio files for a Telephone Directory Project-- and have hired a freelance audio engineer to record, and edit the actual files-- However the GSM files he gives me to upload into asterisk DO NOT work when played back throgh "Stream File" or "Get Data" in my agi. It seems that there may be more than one GSM file type (with
2008 Jun 30
4
Voicemail- Recorded Mesage Low Volume
> Hi Daniel, > > I'm intrigued by this and wanted to try it out - but I'm wondering how > you get Asterisk to call sox at all during Voicemail()? Our server > doesn't even have sox installed, so I'm not sure how to go about > tricking Asterisk into running a different one. To do anything useful you would have to get sox installed on your server. But to get
2007 Apr 09
1
Re: asterisk-users Digest, Vol 33, Issue 35
We i have settup it like this it giveme caller id agent id and date-time on gsm file but i want them to be in folder on every day basis datewise. exten => _1NXXNXXXXXX,2,Set(CALLFILENAME=${ACCOUNTCODE}-${EXTEN}-${TIMESTAMP}) exten => _1NXXNXXXXXX,3,Monitor(gsm,/rec/asterisk/apr07/${CALLFILENAME},mb) Any Idea ? Faisal > ------------------------------ > > Message: 16 >
2009 Oct 21
1
Incorrect voice mail format on transfer
Hello, all. I'm running Asterisk 1.6.1.6 on CentOS 5.3 in a multi-tenant environment with IMAP voice mail storage on Zimbra. One of our clients is having a problem when transferring voice mails from one mailbox to another (option 8 in the standard voice application menu) using their Snom 320 and 360 phones. The end results is the final recipient cannot listen to the voicemail. We also email
2012 Jan 25
3
Executing Script after MixMonitor is called
Hello Guys, I am trying to convert files that are .wac to mp3 after mixmonitor command is called but it doesnt execute the command, I tried the command in terminal it worked, any help please ... below is my dial plan exten=6500,n,Set(MIXMONITOR_EXEC=&& nice -n 19 /usr/local/bin/lame -b 8 -t -F -m m --bitwidth 8 --quiet "/var/spool/asterisk/monitor/${CALLFILENAME}.wav"
2005 Aug 05
1
TE405P Dropping Calls
Hi, Urgently response would be wonderful, system is a Fedora Core 2. I have a Ericsson BP250 connected to 1 port on the TE405P and another connected to a local telco ISDN30. I have been running CVS-HEAD from about a 2 months ago and upgraded it again just in cause it was a version issue (didn't fix it) but this is what I am getting. When a person calls out from an extension on the BP250 to
2004 Sep 12
1
Monitor and AGI - doesn't record much!
I have setup as per the monitor example configuration on the wiki site and all works well for an extension dialing 8 then the number. However, if I dial from an AGI script the recording stops after a few seconds. I see an extra answer in the console and suspect that is the reason. Could any kind soul help me to get around this? Extensions.conf.. exten =>
2004 Jun 14
4
<<< GSM Audio Files >>>
Hello: Thanks for the input so far. Heres the issue-- This is a production environment-- where many people "touch" the files. ie-- The audio engineer is a freelancer who wants to master the files at the highest quality TO HIS EAR and experience-- He knows NADA, Not a thing about SOX-- but is a ProTools GURU. The SOX resampled files work on our asterisk box-- but I gotta put someone