Displaying 20 results from an estimated 500 matches similar to: "Asterisk 1.6: Custom Name for Recordings file"
2003 Dec 02
7
Meetme Recording
Hi,
Can anybody explain me in configuring Asterisk to record a conference?
Regards...
Girish
_________________________________________________________________
Add zing to Hotmail. Get FREE newsletters.
http://server1.msn.co.in/features/general/Newsletters/index.asp Subscribe
now!
2006 Apr 04
2
queueue recording and what to do next
Guys, if you define recording on queues.conf and also define a
monitor_filename var on your dialplna, you can record a queue call but,
isthere a way to do something with the file after the call ends? I need to
move the file to some other place but I cant find where to define a command
to run after a queue call finishes.
Any hints?
2008 Feb 18
1
Attatch monitor recording to a voicemail
Hello All,
Our old Lucent Argent system had a feature whereby when you initiate
recording during a call, it would afterwards send the recording as a
voicemail message to the user who initiated the recording.
We use the automon *1 recording function in asterisk, which allows users
to record a call if necessary on the fly. Unfortunately there doesn't
appear to be an easy way for the user to
2003 Aug 25
11
Why doesnt anyone reply me ?
I have posted soo many times in the past but never recieved even a single
reply . seem like you people are ignoring me or either way too busy ..
never mind this is my last try .
How can record a conversation with asterisk ?
I tried to use Record() but dint work for me .. here is what i tried .
exten => s,1,Wait,1 ; Wait a second, just for fun
exten => s,2,Answer
2005 Oct 01
7
Updated presentation of Asterisk 1.2
Friends,
I have updated my Asterisk 1.2 presentation with the latest information.
It is still available in the same place as before:
http://www.astricon.net/asterisk1-2/
Please continue to test the beta of Asterisk 1.2, available at
ftp.digium.com. We need all the feedback we can get. If you are a
developer and have some time for community work, please check in with
the bug tracker and help us
2005 Sep 18
5
Monitor and sox mix quality
Hello All,
I am using monitor with soxmix, however the quality seems somewhat low
after sox converts to mp3.
Does anyone know a way to get a higher quality file? Some of my lines
are coming in on isdn.
Regards,
Greg
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 =>
2010 Sep 20
1
Setting 'fname_base' variable doesn't affect 'automon' result file.
Hello List,
Maybe I'm mistaken, but, shouldn't the 'fname_base' variable of
'Monitor' application affect the file name generated through 'automon'
feature?
I initialized this variable with a value as follows:
Set(fname_base=auto-${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)})
a. Should I use 'fname_base' in uppercase (FNAME_BASE)?
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
2005 Feb 02
1
Hangup detection with TDM400 in UK
When a caller hangs up (e.g. after leaving a voicemail), my British Telecom
exchange sends a continuous tone for about 15s and then silence. I can't get
asterisk to recognise this tone as a hangup indication.
I have tried indications.conf with both country=uk and country=us.
My zapata.conf has busydetect=yes, callprogress=yes and I've tried setting
busycount from 1 through 7
I am using
2008 Sep 16
1
how to force Asterisk 1.4 to use soxmix
Hi,
is there anybody who knows how to force Asterisk 1.4 to use soxmix
instead of sox?
Thank you.
Giorgio
2007 Mar 08
1
Call recording and archiving
Does anyone have a good suggestion for a automated solution to record calls
on certain interfaces and easily archiving them in a way which is easily
matched against CDRs? Also can someone suggest the appropriate protocol to
archive the recording when the conversations are transpiring in ulaw.
Basically a nice cost effective trade off between CPU and disk space for
medium call load.
Thanks
Miles
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
2011 Nov 09
1
ConfBridge 1.6.20 user count
Hi all,
I'm using ConfBridge within Asterisk 1.6.20 and want to record the
conference, so I'd like to start the recording when the second user joins,
so in the example below, for example, how can I get the current user count
in ConfBridge 3000?
[conferences]
;authenticated conference (ext C-O-N-F = 2663)
exten => 2663,1,Answer
same => n,Wait(1)
same => n,Authenticate(143382)
2006 Mar 12
7
stop monitor on transfer
Guys.
This idea has been banging my headfor days now and I feel the need to share
with you.
Imagine this scenario: all calls come in thru a receptionist, asterisk
records all incoming calls, the receptionist's work is to transfer the calls
to internal people but some of them are bosses and you know how bosses are,
they don't want their calls to be recorded, so, I have been trying to
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(777 at salesvoice)
exten =>
2003 Nov 06
5
FW: recording calls
Sorry that got accidentally sent incompleted, here's the full post:
OK, here is the long drawn out description of how I am using Zap Barge and
Monitor:
Zapbarge(listen in on live calls):
Very simple actually I just added this to my dial plan(extensions.conf):
; barge monitoring extension
exten => 8159,1,ZapBarge
exten => 8159,2,Hangup
Then when you dial 8159 on
2009 Aug 20
1
Post recording command to be executed after the end of recording
Hi all
Does anybody know where this command is supposed to go?
Set(MONITOR_EXEC=mv /var/spool/asterisk/monitor/^{MONITOR_FILENAME}
/tmp/^{MONITOR_FILENAME})
In the queues.conf file it talks about it. So I naturally thought
after I set up my monitor with
monitor-format = wav
monitor-type = MixMonitor
That I could put a lame command in there to convert and move the file
elsewhere for backup with
2005 Jul 12
1
help needed-call recording
Hi,
I am trying to change the dialplan to enable call recording (incoming
and outgoing calls) on the "click of a button". Is it possible? All the
documentation I found so 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