Re: [asterisk-users] Call Recording

2016-01-10 Thread Ian Harding
I'm not super sure about the names for these various things.. but it's PBX in a Flash FreePBX 12.0.76.2 on Centos6.5 2.6.32-431.1.2.0.1.el6.x86_64 (SMP) x86_64. I see PBX in a Flash has a forum so I'll hit them up too. Thanks! On 01/10/2016 01:39 PM, Steve Edwards wrote: > On Sun, 10 Jan 2016, I

Re: [asterisk-users] Call Recording

2016-01-10 Thread Steve Edwards
On Sun, 10 Jan 2016, Ian Harding wrote: Inbound route: Don't Care Queue: Yes Extension: Don't Care What front end are you using? What version of Asterisk, OS, etc? You may get more interest on a mailing list specific to that front end. -- Thanks in advance, -

Re: [asterisk-users] call recording via 3rd INVITE/SIP leg

2012-12-13 Thread TT Browning
On Thu, Dec 13, 2012 at 9:45 AM, Joshua Colp wrote: > If you don't want to incur the overhead of a full blown conference bridge > you can use ChanSpy to spy on a channel. It will provide a mixed stream of > the incoming and outgoing part of the channel. So essentially use Originate > to call your

Re: [asterisk-users] call recording via 3rd INVITE/SIP leg

2012-12-13 Thread Joshua Colp
Tom Browning wrote: I have a call recording (audio) requirement that isn't addressed by local Monitor/Record features. All signalling and media currently pass through the Asterisk servers, so that won't be an issue. Instead of locally recording audio, for certain calls I need to add what is eff

Re: [asterisk-users] Call Recording

2012-08-28 Thread Brandon B.
You should simplify until you have something that works, then add your conditions back in one line at a time. On 12-08-28 11:05 AM, Josh Hopkins wrote: -- Executing [s@macro-one-touch-record:3] ExecIf("SIP/1010-0161", "1?MacroExit()") in new stack This is where the inbound call is

Re: [asterisk-users] Call recording and transfer issue (asterisk 1.8)

2012-07-31 Thread Ishfaq Malik
On Mon, 2012-07-30 at 08:39 -0500, Matthew Jordan wrote: > > - Original Message - > > From: "Ishfaq Malik" > > To: "Asterisk Users Mailing List - Non-Commercial Discussion" > > > > Sent: Wednesday, July 18, 2012 9:58:47 AM > > S

Re: [asterisk-users] Call recording and transfer issue (asterisk 1.8)

2012-07-30 Thread Matthew Jordan
- Original Message - > From: "Ishfaq Malik" > To: "Asterisk Users Mailing List - Non-Commercial Discussion" > > Sent: Wednesday, July 18, 2012 9:58:47 AM > Subject: Re: [asterisk-users] Call recording and transfer issue (asterisk 1.8) > >

Re: [asterisk-users] Call recording and transfer issue (asterisk 1.8)

2012-07-18 Thread Ishfaq Malik
On Thu, 2012-04-19 at 12:20 +0100, Ishfaq Malik wrote: > Hi > > I'm having a problem with the entirety of a call being recorded in the > following scenario > I'm using asterisk 1.8.7.0 > > Person A (asterisk peer) calls Person B (not on asterisk, real world > number via a SIP trunk) > Mixmonitor

Re: [asterisk-users] Call recording and hosted PBX platform using Asterisk

2012-07-02 Thread James Sharp
On 7/2/2012 5:15 PM, Carlos Alvarez wrote: We are a hosted PBX service provider using Asterisk (primarily 1.6, moving to 1.8 soon). In the past, when we've been asked to provide call recording, we deploy a custom server just for that customer. I'd like to bring call recording to our standard ho

Re: [asterisk-users] Call recording - methodology

2011-04-10 Thread Silver Thorne
Hey! I did a little bit of digging - and I solved my issue! Apparently, in my extensions.conf, I specified the wrong variable. I had DYNAMIC_FEATURES=callrec (which is the name of my macro) I changed it to DYNAMIC_FEATURES=MixMonApp, which is what is it aliased to in the features.conf. Lookin

Re: [asterisk-users] Call recording - methodology

2011-04-10 Thread Dan Journo
> I am at a loss. Can you pastebin the following:- - Run asterisk-cvvvddd and paste the output - Pastebin your features.conf - Pastebin your extensions.conf I'll see if I can spot anything obvious. Dan Journo Kesher Communications (UK) Business Phone Systems

Re: [asterisk-users] Call recording - methodology

2011-04-10 Thread Silver Thorne
Hi Dan et al; I had actually done a sip reload, dialplan reload, module reload res_features.so and logger reload. However, upon seeing your email, I restarted the Asterisk server completely to see if I had missed anything. I still see the same behaviour. I am at a loss. Glen On 4/10/2011 1

Re: [asterisk-users] Call recording - methodology

2011-04-10 Thread Dan Journo
> I set the logger.conf to show reading of DTMF tones as per your instructions > below. This is what I see: > [Apr 10 11:57:19] DTMF[14783] channel.c: DTMF begin '*' received on > SIP/6000-002e > [Apr 10 11:57:19] DTMF[14783] channel.c: DTMF begin passthrough '*' on > SIP/6000-002e > [A

Re: [asterisk-users] Call recording - methodology

2011-04-10 Thread Dan Journo
> What am I missing? > > Not reading the DTMF tones. Thus not executing the macro. Start by checking you are receiving the DTMF tones. Edit logger.conf and add dtmf to the console line. So it looks something like this:- console => notice,warning,error,dtmf Then see if you are receiving the ton

Re: [asterisk-users] Call recording - methodology

2011-04-10 Thread Silver Thorne
Dan et al; Okay - I have declared DYNAMIC_FEATURES=MixMonApp in the [global] section of my extensions.conf I dial into my trunk, the softphone rings, I answer and I press '*1' - I hear the tones, but I see no indication in the Asterisk CLI and I see no .wav file being created. I must stil

Re: [asterisk-users] Call recording - methodology

2011-04-09 Thread Dan Journo
> If you don't want to record every call, you can give the operator the option > of press *1. We did this by adding the following to features.conf:- > > MixMonApp => *1,self/both,Macro,mixmon As brought up in another post, I forgot to add the following:- DYNAMIC_FEATURES=MixMonApp, eit

Re: [asterisk-users] Call Recording using MixMonitor - close, but would like some more words of wisdom.

2011-04-09 Thread Dan Journo
> DYNAMIC_FEATURES=MixMonApp, either declared in your globals section of > extensions.conf, or used in a Set(DYNAMIC_FEATURES=MixMonApp) fashion on a > per channel basis in extensions.conf. Sorry, i forgot to mention that one. Dan Journo Kesher Communications (UK) Business Phone Systems

Re: [asterisk-users] Call Recording using MixMonitor - close, but would like some more words of wisdom.

2011-04-08 Thread Warren Selby
On Fri, Apr 8, 2011 at 3:35 PM, Silver Thorne wrote: > Dan et al; > > This looks like a perfect solution. > > It pretty much is. I've used it in similar situations. I was just about to respond to your original post, but I see you reposted here, so I'll respond here. > Steps. > >1. added

Re: [asterisk-users] Call recording - methodology

2011-04-08 Thread Silver Thorne
Dan et al; This looks like a perfect solution. However, I have one issue. If I initiate the macro manually (put it in the proper context/dialplan) it works. I see the *.wav file being created and growing in the /var/spool/asterisk/monitor directory. If I try to implement it adding the MixMon

Re: [asterisk-users] Call recording - methodology

2011-04-06 Thread Danny Nicholas
_ From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Dan Journo Sent: Wednesday, April 06, 2011 6:29 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Call recording - methodology >

Re: [asterisk-users] Call recording - methodology

2011-04-06 Thread Dan Journo
> I am looking for a solution to record calls that come into our Asterisk > server. I am hoping for something that is easy to use - however, if I > have to modify it to make it easier to use, I do not mind. > Does anyone know of any opensource or otherwise solutions out there that > I can try

Re: [asterisk-users] Call recording - methodology

2011-04-06 Thread Sherwood McGowan
On Wed, Apr 6, 2011 at 5:54 AM, Silver Thorne wrote: > Hello Everyone; > > I am looking for a solution to record calls that come into our Asterisk > server. I am hoping for something that is easy to use - however, if I have > to modify it to make it easier to use, I do not mind. > > Does anyone kn

Re: [asterisk-users] Call recording - methodology

2011-04-06 Thread Steven Howes
On 6 Apr 2011, at 11:54, Silver Thorne wrote: > Does anyone know of any opensource or otherwise solutions out there that I > can try out? Asterisk. Google it. If you're too lazy, Google MixMonitor. If you're too lazy for that: http://www.voip-info.org/wiki/view/MixMonitor S -- ___

Re: [asterisk-users] Call Recording audio file quality query

2011-02-09 Thread Sherwood McGowan
On Wed, Feb 9, 2011 at 12:31 PM, Tilghman Lesher wrote: > On Wednesday 09 February 2011 03:50:51 Sherwood McGowan wrote: > > Tilghman, > > > > When you say "reformat the audio", do you mean sample rate and bits per > > sample, etc...or do you mean the format in which each packet of data is > > str

Re: [asterisk-users] Call Recording audio file quality query

2011-02-09 Thread Tilghman Lesher
On Wednesday 09 February 2011 03:50:51 Sherwood McGowan wrote: > Tilghman, > > When you say "reformat the audio", do you mean sample rate and bits per > sample, etc...or do you mean the format in which each packet of data is > structured ? I just want to make sure I know which one I'd be dealing >

Re: [asterisk-users] Call Recording audio file quality query

2011-02-09 Thread Sherwood McGowan
Tilghman, When you say "reformat the audio", do you mean sample rate and bits per sample, etc...or do you mean the format in which each packet of data is structured ? I just want to make sure I know which one I'd be dealing with if recording a call that was using one of the higher quality codecs t

Re: [asterisk-users] Call Recording audio file quality query

2011-02-08 Thread Tilghman Lesher
On Tuesday 08 February 2011 06:34:56 Sherwood McGowan wrote: > On Tue, Feb 8, 2011 at 6:01 AM, wrote: > > But if you are getting calls all the way on VoIP then you can have > > calls in HD audio using HD audio codec on all locations (Server and > > Client). In that case you either need use some av

Re: [asterisk-users] Call Recording audio file quality query

2011-02-08 Thread Sherwood McGowan
-Commercial Discussion" < > asterisk-users@lists.digium.com> > Subject: Re: [asterisk-users] Call Recording audio file quality query > > On Tue, Feb 8, 2011 at 6:01 AM, wrote: > >> But if you are getting calls all the way on VoIP then you can have calls >> in HD au

Re: [asterisk-users] Call Recording audio file quality query

2011-02-08 Thread faisal
Yes. The technology need to be used on LAN switches is "port mirroring" or "line tapping" -Original Message- From: "Sherwood McGowan" Sent: Tuesday, February 8, 2011 7:34am To: "Asterisk Users Mailing List - Non-Commercial Discussion" Subj

Re: [asterisk-users] Call Recording audio file quality query

2011-02-08 Thread Sherwood McGowan
On Tue, Feb 8, 2011 at 6:01 AM, wrote: > But if you are getting calls all the way on VoIP then you can have calls in > HD audio using HD audio codec on all locations (Server and Client). In that > case you either need use some available 3rd party solution which uses packet > capturing to trace th

Re: [asterisk-users] Call Recording audio file quality query

2011-02-08 Thread Sherwood McGowan
> > > That answer was pretty much what I was expecting. Just wanted to make > sure. > Glad to be of service :D -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introduc

Re: [asterisk-users] Call Recording audio file quality query

2011-02-08 Thread faisal
;Asterisk Users Mailing List - Non-Commercial Discussion" Subject: Re: [asterisk-users] Call Recording audio file quality query On Tue, 2011-02-08 at 05:40 -0600, Sherwood McGowan wrote: > On Tue, Feb 8, 2011 at 5:09 AM, Ishfaq Malik > wrote: > Hi > > We're getting req

Re: [asterisk-users] Call Recording audio file quality query

2011-02-08 Thread William Stillwell
> -Original Message- > From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users- > boun...@lists.digium.com] On Behalf Of Ishfaq Malik > Sent: Tuesday, February 08, 2011 6:10 AM > To: asterisk-users@lists.digium.com > Subject: [asterisk-users] Call Recording audio file quality

Re: [asterisk-users] Call Recording audio file quality query

2011-02-08 Thread Ishfaq Malik
On Tue, 2011-02-08 at 05:40 -0600, Sherwood McGowan wrote: > On Tue, Feb 8, 2011 at 5:09 AM, Ishfaq Malik > wrote: > Hi > > We're getting requests coming in for higher quality audio in > our call > recordings. We currently use MixMonitor and everything is >

Re: [asterisk-users] Call Recording audio file quality query

2011-02-08 Thread Sherwood McGowan
On Tue, Feb 8, 2011 at 5:09 AM, Ishfaq Malik wrote: > Hi > > We're getting requests coming in for higher quality audio in our call > recordings. We currently use MixMonitor and everything is being saved in > it's native 8000Hz, 16 bit wav format. > > I have seen information on using Monitor and s

Re: [asterisk-users] Call recording format

2010-11-22 Thread Vilius Adamkavicius
We are using wav, not WAV. I believe WAV is the one with GSM. Its a very good idea to compare WAV against wav, will run some tests and come back with outcome, will try Tzafrir's suggestion as well. Thanks guys Vilius. On 22 November 2010 16:31, Joel Maslak wrote: > WAV or wav? One of these has

Re: [asterisk-users] Call recording format

2010-11-22 Thread Joel Maslak
WAV or wav? One of these has GSM-encoding inside a WAV formatted envelope. That said, I wouldn't expect that to have any noticeable CPU utilization above that of GSM. If you are using the non-GSM version of WAV, then I am as baffled as you - hopefully someone who knows more about this can help.

Re: [asterisk-users] Call recording format

2010-11-22 Thread Tzafrir Cohen
On Mon, Nov 22, 2010 at 03:28:27PM +, Vilius Adamkavicius wrote: > Hi David, > > Looking at MOS G.711alaw wav most definitely has the higher score than gsm. > Moreover recording in gsm is more CPU intense than wav. Therefore your > suggestion to do more CPU intense recording and afterwards use

Re: [asterisk-users] Call recording format

2010-11-22 Thread Vilius Adamkavicius
Hi David, Looking at MOS G.711alaw wav most definitely has the higher score than gsm. Moreover recording in gsm is more CPU intense than wav. Therefore your suggestion to do more CPU intense recording and afterwards use system resources to convert it back to wav is not a solution. Also some of our

Re: [asterisk-users] Call recording format

2010-11-22 Thread David Backeberg
On Mon, Nov 22, 2010 at 8:47 AM, Vilius Adamkavicius wrote: > Hi All, > We have a requirement to record over 60 simultaneous calls. Our recording > facilities are implemented using Monitor() over AMI. The thing we have > noticed that making 60 simultaneous call recordings using wav CPU load is > s

Re: [asterisk-users] Call recording format

2010-11-22 Thread Vilius Adamkavicius
Hi Joel, We have a meetme on which we are landing two G.711 alaw calls, one coming from TDM another from SIP. Once we those parties are in the conference we are adding one more leg using Local channel and starting to record it. Surely it would be logical if it would be less overhead recording ala

Re: [asterisk-users] Call recording format

2010-11-22 Thread Joel Maslak
What format are the actual calls in? Are they in G.711u/a format or are they in something else (perhaps gsm?) format? I'm asking to find out if Asterisk would need to transcode them. On Mon, Nov 22, 2010 at 6:47 AM, Vilius Adamkavicius wrote: > Hi All, > We have a requirement to record over 60

Re: [asterisk-users] Call Recording Questions

2010-09-15 Thread Sebastian
Hi, On 09/15/2010 09:02 PM, Dan Journo wrote: > Hi, > > I'm using the CallTime and a few other variables to name a recording so that > I can then take the wav file name and see when it was recorded, and what the > recording contains. > > However, since ${CDR(start)} contains a space in part of t

Re: [asterisk-users] Call Recording Questions

2010-09-15 Thread Dan Journo
Hi, I'm using the CallTime and a few other variables to name a recording so that I can then take the wav file name and see when it was recorded, and what the recording contains. However, since ${CDR(start)} contains a space in part of the date, the filename becomes corrupted when I use samba a

Re: [asterisk-users] Call Recording Questions

2010-09-14 Thread Dan Journo
Is there any way to prevent the end user hearing the *1 key tones when the touch recording is activated? Thanks Dan -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live

Re: [asterisk-users] Call Recording Questions

2010-09-02 Thread Prince Singh
In asterisk.conf, use these options:- cache_record_files = yes ; Cache recorded sound files to another directory during recording record_cache_dir = /tmp ; Specify cache directory (used in cnjunction with cache_record_files) -- Regards, Prince Singh Drishti-Soft Solutions Pvt Ltd W: http://www.

Re: [asterisk-users] Call Recording Questions

2010-09-02 Thread Dan Journo
> I have our recordings written to a solid state drive rather than straight to > storage disks then moved to long term storage to avoid this problem. Not an option for me at the moment. I'm running Asterisk on a cloud to reduce startup costs. Once I reach around 1,000 extensions, I'll move over

Re: [asterisk-users] Call Recording Questions

2010-09-02 Thread Antonio Berrios
On 09/02/2010 01:09 PM, Ishfaq Malik wrote: > On Thu, 2010-09-02 at 07:21 -0400, Dan Journo wrote: >>> 1) I want to create add *1 call recording and wanted to know whether the >>> file is created during recording or only after? I want to syncronise the >>> recorded files with my web server (on a

Re: [asterisk-users] Call Recording Questions

2010-09-02 Thread Ishfaq Malik
On Thu, 2010-09-02 at 08:20 -0400, Dan Journo wrote: > How do you sort out the issue of having 2 wav files per call? > > Also, when I press *1, asterisk thinks that both the caller and the callee > have pressed *1 and therefore it starts recording twice (therefore making 4 > wav files). Any idea

Re: [asterisk-users] Call Recording Questions

2010-09-02 Thread Dan Journo
How do you sort out the issue of having 2 wav files per call? Also, when I press *1, asterisk thinks that both the caller and the callee have pressed *1 and therefore it starts recording twice (therefore making 4 wav files). Any idea what's going on there? Heres the CLI output:- -- Called

Re: [asterisk-users] Call Recording Questions

2010-09-02 Thread Ishfaq Malik
On Thu, 2010-09-02 at 07:21 -0400, Dan Journo wrote: > > 1) I want to create add *1 call recording and wanted to know whether the > > file is created during recording or only after? I want to syncronise the > > recorded files with my web server (on a different machine (Windows)) so I > > need a

Re: [asterisk-users] Call Recording Questions

2010-09-02 Thread Antonio Berrios
1) I use a bash script I wrote to check if call recordings are being written to and if not then move them. I move them to a locally mounted NFS share but this will work with any type of locally mounted share (Samba for Windows). I run the script every minute with cron. It also sorts the record

Re: [asterisk-users] Call Recording Questions

2010-09-02 Thread Gareth Blades
The DTMF mode can cause problems. The main rule is to make sure everything is using the same method. I normally use SIP-Info as the method as it allows to rtp stream to be switch directly between the two end points but asterisk still sees all the dtmf digits. Dan Journo wrote: >> 1) I want to c

Re: [asterisk-users] Call Recording Questions

2010-09-02 Thread Gareth Blades
1) The file is written in real time. Personally I would add a dialplan entry into the 'h' extension to move the recording into a different directory when the call ends. That will make your syncronisation much easier. Dan Journo wrote: > Hi, > > > > 1) I want to create add *1 call recor

Re: [asterisk-users] Call Recording Questions

2010-09-02 Thread Dan Journo
> 1) I want to create add *1 call recording and wanted to know whether the file > is created during recording or only after? I want to syncronise the > recorded files with my web server (on a different machine (Windows)) so I > need a way of telling when the recorded call has ended before copyin

Re: [asterisk-users] Call Recording and Posting

2009-10-13 Thread Steve Edwards
On Tue, 13 Oct 2009, Elliot Otchet wrote: > To Steve's other point, you could put all of this into an AGI > program/script, but you'll still also need a fallback mechanism to > actually copy the files to the remote server in the event that it is > unavailable/unreachable. To me, having two lin

Re: [asterisk-users] Call Recording and Posting

2009-10-13 Thread Elliot Otchet
ow the logic behind the code. Just some more thoughts. -Elliot -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Ivan Stepaniuk Sent: Tuesday, October 13, 2009 3:01 AM To: Asterisk Users Mailing List - Non-Commercial

Re: [asterisk-users] Call Recording and Posting

2009-10-13 Thread Ivan Stepaniuk
Steve Edwards wrote: > On Tue, 13 Oct 2009, Dan Journo wrote: > > >> To avoid the problem of deleting/copying calls that are still being >> recorded, I could record the call into a temp directory. Then using the >> dial plan, I could copy the temp recording into the ftp root directory >> once

Re: [asterisk-users] Call Recording and Posting

2009-10-13 Thread Ivan Stepaniuk
Dan Journo wrote: > Thanks for that. > > I really appreciate it! > > Dan > As pointed by the follow-ups, note that the recordings are not taken from the monitor but from an upload folder inside, the dialplan takes care to move there the files for the ended files only issuing a 'System' comman

Re: [asterisk-users] Call Recording and Posting

2009-10-12 Thread Steve Edwards
On Tue, 13 Oct 2009, Dan Journo wrote: > To avoid the problem of deleting/copying calls that are still being > recorded, I could record the call into a temp directory. Then using the > dial plan, I could copy the temp recording into the ftp root directory > once the call has ended. True, but i

Re: [asterisk-users] Call Recording and Posting

2009-10-12 Thread Dan Journo
-Commercial Discussion Subject: Re: [asterisk-users] Call Recording and Posting > On Behalf Of Ivan Stepaniuk >The script is very simple and far from complete, it just moves the > content into the mounted FTP directory. It has some verbose output as it > is run from inside another

Re: [asterisk-users] Call Recording and Posting

2009-10-12 Thread Steve Edwards
> On Behalf Of Ivan Stepaniuk >The script is very simple and far from complete, it just moves the > content into the mounted FTP directory. It has some verbose output as it > is run from inside another script that redirects the output to a log > file. What happens if the script is run whil

Re: [asterisk-users] Call Recording and Posting

2009-10-12 Thread Dan Journo
: Re: [asterisk-users] Call Recording and Posting Dan Journo wrote: > Thank you for replying. I hadn't thought about the problem of simultaneous > calls. It would be a problem if a number of calls ended at the same time. > > If you can post it, the script would really be help

Re: [asterisk-users] Call Recording and Posting

2009-10-12 Thread Ivan Stepaniuk
Dan Journo wrote: > Thank you for replying. I hadn't thought about the problem of simultaneous > calls. It would be a problem if a number of calls ended at the same time. > > If you can post it, the script would really be helpful as I'm only a beginner > with Linux The script is very simple a

Re: [asterisk-users] Call Recording and Posting

2009-10-12 Thread Dan Journo
--Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Ivan Stepaniuk Sent: 12 October 2009 12:44 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Call Recording and Posting Dan Journo wr

Re: [asterisk-users] Call Recording and Posting

2009-10-12 Thread Ivan Stepaniuk
Dan Journo wrote: > I'm working on a call recording solution. I would like recordings to > either be automatically uploaded via FTP, or posted to a URL for > processing by our main server. > Is Asterisk capable of doing this or will I have to create a separate > application that monitors a temp dir

Re: [asterisk-users] Call Recording and Posting

2009-10-12 Thread Dovid Bender
You can try using NFS. Also you can pay some one to write script that would move the files over on hang up. - Original Message - From: Dan Journo To: asterisk-users@lists.digium.com Sent: Monday, October 12, 2009 01:15 Subject: [asterisk-users] Call Recording and Posting H

Re: [asterisk-users] Call Recording and Posting

2009-10-11 Thread Steve Edwards
On Mon, 12 Oct 2009, Dan Journo wrote: > I'm working on a call recording solution. I would like recordings to > either be automatically uploaded via FTP, or posted to a URL for > processing by our main server. > > Is Asterisk capable of doing this or will I have to create a separate > application

Re: [asterisk-users] Call Recording and Posting

2009-10-11 Thread Elliot Otchet
Dan, You can do this directly in the dialplan. See the System command. It allows you to call any program on the system (ftp, scp, mv, etc). Keep in mind that depending on the volume of calls you're handling, you might run into I/O issues on the disk side. If you're talking about a machine u

Re: [asterisk-users] Call recording in - out

2009-06-10 Thread Miguel Molina
David Backeberg escribió: On Sun, Jun 7, 2009 at 12:51 PM, Joao Gomes Pereira wrote: Hello to all I'm trying to record the calls going to my queues, but asterisk creates 2 files, one with the inbound and another with the outbound sound. I know Sox should mix the 2 files automatically in the e

Re: [asterisk-users] Call recording in - out

2009-06-10 Thread David Backeberg
On Sun, Jun 7, 2009 at 12:51 PM, Joao Gomes Pereira wrote: > > Hello to all > I'm trying to record the calls going to my queues, but asterisk creates > 2 files, one with the inbound and another with the outbound sound. > I know Sox should mix the 2 files automatically in the end, but this > isn't h

Re: [asterisk-users] Call recording in - out

2009-06-08 Thread Lenz Emilitri
You should look on the log for when the "sox" command is called, if the invocation makes sense or not. l. 2009/6/7 Joao Gomes Pereira > Hello > I did as you told me, but the problem remains. > Im using Asterisk 1.2.x > > and this is my config: > > queues.conf

Re: [asterisk-users] Call recording in - out

2009-06-07 Thread Joao Gomes Pereira
Hello I did as you told me, but the problem remains. Im using Asterisk 1.2.x and this is my config: queues.conf - [general] persistentmembers = no [queue_1] persistentmembers = no monitor-format=wav monitor-join=yes monitor-type=MixMonitor wrapuptime=3 tim

Re: [asterisk-users] Call recording in - out

2009-06-07 Thread Kurian Thayil
Hi, I had similar issue which happened when record option was mentioned in both agents.conf and queues.conf. When I commented the recordagentcalls option in agents.conf, it started to work. Mention the monitor option only in the queues.conf file. Do try. Regards, Kurian Thayil. On Sun, 2009-06-

Re: [asterisk-users] Call recording - posible to remove recorded fileat the end of the call

2009-04-28 Thread Danny Nicholas
Here are two ways to handle this scenario: 1. call an AGI at the end of the call sample dialplan exten => s,1,Set(Callid=time) exten => s,2,Mixmonitor(${Callid}.wav) exten => s,3,background(zeroorone) exten => s,4,waitexten(2) exten => s,n,hangup exten => 0,1,system(/bin/rm /var/lib

Re: [asterisk-users] Call Recording Alias

2009-01-29 Thread Philipp Kempgen
David @ULC schrieb: > Where did I make mistake ? You posted (even re-posted) a question about Vicidial and Apache configuration on asterisk-users. Philipp Kempgen -- AMOOCON 2009, May 4-5, Rostock / Germany -> http://www.amoocon.de Asterisk: http://the-asterisk-book.com - http://das-aste

Re: [asterisk-users] Call Recording Alias

2009-01-29 Thread David @ULC
Where did I make mistake ? On Thu, Jan 29, 2009 at 1:07 AM, David @ULC wrote: > > > http://download.vicidial-group.com/svn/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt > > vi /usr/local/apache2/conf/httpd.conf > add the following lines: > "AddType application/x-htt

Re: [asterisk-users] Call Recording Alias

2009-01-28 Thread David fire
you aren't giving enough info you should use vicidialnow it is an out of the box system. http://vicidialnow.org/blog and you should start whit Linux and asterisk with something more modest. David 2009/1/28 David @ULC > > > Thanks for your advice , but I asked for expert guidance as I read the

Re: [asterisk-users] Call Recording Alias

2009-01-28 Thread Danny Nicholas
David @ULC Sent: Wednesday, January 28, 2009 1:30 PM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Call Recording Alias Thanks for your advice , but I asked for expert guidance as I read the doc and it says like that. but somehow It didn't work out. On Thu, Jan

Re: [asterisk-users] Call Recording Alias

2009-01-28 Thread David @ULC
http://download.vicidial-group.com/svn/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt vi /usr/local/apache2/conf/httpd.conf add the following lines: "AddType application/x-httpd-php .php .phtml" "LoadModule php4_module libexec/libphp5.so"

Re: [asterisk-users] Call Recording Alias

2009-01-28 Thread David @ULC
http://download.vicidial-group.com/svn/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt vi /usr/local/apache2/conf/httpd.conf add the following lines: "AddType application/x-httpd-php .php .phtml" "LoadModule php4_module libexec/libphp5.so"

Re: [asterisk-users] Call Recording Alias

2009-01-28 Thread David @ULC
Thanks for your advice , but I asked for expert guidance as I read the doc and it says like that. but somehow It didn't work out. On Thu, Jan 29, 2009 at 12:13 AM, David @ULC wrote: > > Modified httf.conf file and added : > -- > > Alias /record

Re: [asterisk-users] Call Recording Alias

2009-01-28 Thread David fire
dud please go to asterisk.org support and download the asterisk book and then READ IT. David 2009/1/28 David @ULC > > Modified httf.conf file and added : > -- > > Alias /recordings/ "/var/spool/asterisk/monitorDONE/" > > > Options Indexes

Re: [asterisk-users] Call Recording - Asterisk

2008-12-09 Thread Chris Rowson
> > > > > > I wanted to setup Oreka to monitor calls on a trixbox box I have > > setup. Oreka doesn't seem to be catching all of the calls > > though I have port mirroring setup on the port that trixbox is > > connected to, mirrored to the port Oreka is connected to. > > > >

Re: [asterisk-users] Call Recording - Asterisk

2008-12-08 Thread Matthew J. Roth
Chris Rowson wrote: > > I wanted to setup Oreka to monitor calls on a trixbox box I have > setup. Oreka doesn't seem to be catching all of the calls > though I have port mirroring setup on the port that trixbox is > connected to, mirrored to the port Oreka is connected to. > >

Re: [asterisk-users] Call Recording - Asterisk

2008-12-08 Thread Chris Rowson
> > Hello folks, > > I wanted to setup Oreka to monitor calls on a trixbox box I have setup. > Oreka doesn't seem to be catching all of the calls though I have port > mirroring setup on the port that trixbox is connected to, mirrored to the > port Oreka is connected to. > > I have read that Ast

Re: [asterisk-users] Call recording problems from queue

2008-03-06 Thread Scott Gifford
"Ex Vito" <[EMAIL PROTECTED]> writes: > I don't have access to an asterisk system right now > (nor any other sort of information source) but I seem > to recall that from 1.4 onwards the config option for > recording queue calls is named differently... > > Is it mixmonitor ? Check you 1.4

Re: [asterisk-users] Call recording problems from queue

2008-03-05 Thread Ex Vito
I don't have access to an asterisk system right now (nor any other sort of information source) but I seem to recall that from 1.4 onwards the config option for recording queue calls is named differently... Is it mixmonitor ? Check you 1.4 queues.conf sample. PS: I'm not really sure ab

Re: [asterisk-users] Call Recording on Hanup

2007-12-19 Thread Jamshed Zaidi
sure it will really help me thanx for responding. On 12/19/07, Marco Mouta <[EMAIL PROTECTED]> wrote: > What makes you decide wehter or not you want to keep the recorded file? Is > the fact that the user hangup the call before the 30 seconds or the fact > that he really talked? > > As far as I kno

Re: [asterisk-users] Call Recording on Hanup

2007-12-19 Thread Marco Mouta
What makes you decide wehter or not you want to keep the recorded file? Is the fact that the user hangup the call before the 30 seconds or the fact that he really talked? As far as I know current version of asterisk doesn't allow you to detect who end up the call. Of course you may use some trick

Re: [asterisk-users] Call Recording on Hanup

2007-12-18 Thread Jamshed Zaidi
yes, the senario is this when user gets a call IVR starts playing and after hearing beep user starts recording message for 30 seconds(call duration is for 30 seconds). What i want is During 30 seconds if user does hangup his/her call then message should be recorded otherwise(after timeout) message

Re: [asterisk-users] Call Recording on Hanup

2007-12-18 Thread Marco Mouta
What do you mean with record a call on hangup? If the calling party ends the call you want to keep recorded file? On Dec 18, 2007 6:27 PM, Jamshed Zaidi <[EMAIL PROTECTED]> wrote: > Hello everyone out there, I am having a problem in call recording with php > agi library. I have already recorded v

Re: [asterisk-users] Call recording on demand...

2007-10-10 Thread Reggie Payne
Awesome. Thanks all. I am still gonna work on some other possible logic. It would really be cool to have all of that functionality in Asterisk. Reg >>> "Mojo with Horan & Company, LLC" <[EMAIL PROTECTED]> 10/10/2007 3:24 PM >>> Reggie Payne wrote: > The call is recorded after a key sequence

Re: [asterisk-users] Call recording on demand...

2007-10-10 Thread Mojo with Horan & Company, LLC
Reggie Payne wrote: > The call is recorded after a key sequence has been pressed. > > Example: > > SIP/101 makes an outbound call to 5551212 > 5551212 starts to get rowdy > SIP/101 enters *99 to start recording the call > After the call is ended the recording is sent to the voicemail of 101 >

Re: [asterisk-users] Call recording on demand...

2007-10-10 Thread Mojo with Horan & Company, LLC
Reggie Payne wrote: > The call is recorded after a key sequence has been pressed. > > Example: > > SIP/101 makes an outbound call to 5551212 > 5551212 starts to get rowdy > SIP/101 enters *99 to start recording the call > After the call is ended the recording is sent to the voicemail of 101 >

Re: [asterisk-users] Call recording on demand...

2007-10-10 Thread Reggie Payne
The call is recorded after a key sequence has been pressed. Example: SIP/101 makes an outbound call to 5551212 5551212 starts to get rowdy SIP/101 enters *99 to start recording the call After the call is ended the recording is sent to the voicemail of 101 >>> Razza <[EMAIL PROTECTED]> 10/10/20

Re: [asterisk-users] Call recording on demand...

2007-10-10 Thread Razza
On 10/10/2007, Reggie Payne <[EMAIL PROTECTED]> wrote: > > Hello All! I am new to the list. Does know how to record a call on > demand? What I would like to do is setup something that during a call > someone can hit a button a the call is recorded the after the call is over > the recording is se

Re: [asterisk-users] Call recording on demand...

2007-10-10 Thread Mojo with Horan & Company, LLC
And is there a way the automon can send the result to voicemail? I hadn't found that yet. Moj Reggie Payne wrote: > Ok. I know you have to use touch monitor but what I am after is the > variables that need to be specified and where in the extensions.conf to > configure for users? > >

Re: [asterisk-users] Call recording on demand...

2007-10-10 Thread Reggie Payne
Ok. I know you have to use touch monitor but what I am after is the variables that need to be specified and where in the extensions.conf to configure for users? >>> Brian West <[EMAIL PROTECTED]> 10/10/2007 12:00 PM >>> Look at features.conf /b On Oct 10, 2007, at 10:48 AM, Reggie Payne wrote

Re: [asterisk-users] Call recording on demand...

2007-10-10 Thread Brian West
Look at features.conf /b On Oct 10, 2007, at 10:48 AM, Reggie Payne wrote: > Hello All! I am new to the list. Does know how to record a call > on demand? What I would like to do is setup something that during > a call someone can hit a button a the call is recorded the after > the call

  1   2   >