similar to: TOUCH_MONITOR

Displaying 20 results from an estimated 100000 matches similar to: "TOUCH_MONITOR"

2007 Apr 02
0
automonitor and CDR(userfiled)
Hi all ! I'm trying to make a automonitor generated filename to "make its way" into CRD(usrefiled), so I can keep track of recorded conversations in CDR logs. Looking how to do that, I have found cool (but almost undocumented) option of res_monitor: if you set monitor format in form of "format:<string>" (i.e. "wav:monitor"), res_monitor will prefix the
2008 Feb 14
1
Touch monitor file name format
Hi list, The default file name format for touch monitor (automon) recordings is: auto-${EPOCH}-caller-calee It's possible to use the ${TOUCH_MONITOR} variable to change the 'caller-calee' part, but what about the 'auto-${EPOCH}-' part? I've been trying to use ${MONITOR_EXEC_ARGS} to add some more commands after the somix sequence for mp3 conversion. This should
2008 Feb 18
0
Changing the automon output filename
Hi list, The default automon (touch monitor) output file name format is: auto-epoch-caller-callee.wav A variable is available to modify the second half: auto-epoch-${TOUCH_MONITOR}.wav But, I can't modify the first half, 'auto-epoch-', with any variables that I know of, including ${MONITOR_FILENAME}. I want to immediately convert this output file to mp3, e.g. with
2004 Dec 01
4
Voicemail - Danish, German an French audio files download?
Hi all, Is it possible to download Danish, German and French audio files for Asterisk somewhere, or does everybody just record them? Thank you in advance Thorben -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041202/02cec53d/attachment.htm
2010 Dec 16
2
[BUG?] There is a possibility that 'i_ino' overflows
Hi, In btrfs, inode number is increased each time a new file or directory is made. Therefore, if the making deletion of the file is repeated, value of ''i_ino'' increases rapidly. For example, inode number changes as follows. $ touch foo $ ls -i foo 266 foo $ rm foo $ touch bar $ ls -i bar 267 bar $ And then, length of ''i_ino'' and
2011 Oct 28
2
[LLVMdev] instcombine does silly things with vector x+x
Consider the following function which doubles a <16 x i8> vector: define <16 x i8> @test(<16 x i8> %a) { %b = add <16 x i8> %a, %a ret <16 x i8> %b } If I compile it for x86 with llc like so: llc paddb.ll -filetype=asm -o=/dev/stdout I get a two-op function that just does paddb %xmm0 %xmm0 and then returns. llc does this regardless of the
2011 Oct 28
0
[LLVMdev] instcombine does silly things with vector x+x
On Oct 28, 2011, at 2:13 PM, andrew adams wrote: > Consider the following function which doubles a <16 x i8> vector: > > define <16 x i8> @test(<16 x i8> %a) { > %b = add <16 x i8> %a, %a > ret <16 x i8> %b > } > > If I compile it for x86 with llc like so: > > llc paddb.ll -filetype=asm -o=/dev/stdout > > I get a
2005 Mar 18
2
Parking a call in manager interface
Is it possible to park a call through the manager interface? If yes; how? Regards Thorben -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050318/ec2a5f90/attachment.htm
2007 Jun 26
1
CDR Records "s" as dst
I am using VoiceOne http://voiceone.it/ as my management interface. I am not 100% sure when it started, but my CDR is now full of "s" as the DST instead of the actual dialed number. As I understand it - it is because it is being recorded in the CDR while in a macro (as below). Is there any work around so that I can record the actual dialed number? [macro-dialout] exten =
2005 Dec 15
0
Ezstream Program Call Patch
Daniel Ballenger a ?crit : > Alrighty, > Got it patched and working (at least in my one setup). You can pull > the patch from: > http://denetron.com/~dballenger/ezstream-program.patch > (I can post the pre-patched source too if people would like) > Ok, it compiles fine on debian Sarge ! > You'll have to add a "<filetype></filetype>" line into your
2006 Mar 31
1
Asterisk hosted solution
http://voip-info.org/wiki/view/Easy+PABX With Easy PABX you can create your own virtual PABX online in just minutes. Easy PABX is based on Asterisk and best of all - it's completely free. Regards thorben.dk
2005 Mar 16
19
IPSwitchBoard BETA
Hi all, I have just published my last few weeks of hard work: IPSwitchBoard BETA. Please let me know what you think and post comments on the Wiki. http://www.voip-info.org/wiki-IPSwitchBoard+BETA Thank you
2011 Oct 30
1
[LLVMdev] instcombine does silly things with vector x+x
Opened pr11266. I will try to make time to work on it. -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Chris Lattner Sent: Saturday, October 29, 2011 01:04 To: andrew adams Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] instcombine does silly things with vector x+x On Oct 28, 2011, at 2:13 PM, andrew adams wrote: >
2013 Dec 11
1
Queue with linear strategy does not work
I have a queue with linear strategy. When I add dynamic members it does NOT ring the members in the order they are added. I use the command "AddQueueMember" to add members but it seems to be random how it rings the members. Hope somebody can help. This is the description of linear strategy: *linear: Rings interfaces in the order they are listed in the configuration file. Dynamic
2011 May 17
1
R crashes if "toFile" given "~/" in Linux envirnonment
I was running some sample code from a help page tonight and wished to redirect the sample output to my Desktop under Linux (Mint-Debian 64 if it makes a different). I was surprised to find that file name expansion using the ubuquitious "~/" was not recognized, in fact it caused R to crash. Is this expected behavior? See my output below and sessionInfo(). Also, not shown, but
2015 Apr 17
0
Why is CDR(recordingfile) not being written to the database despite being set in the dialplan?
I am using Asterisk 11.17.1 with my program that uses AMI Originate calls to generate a bunch of calls for a callcenter. The PBX configuration is handled by FreePBX 2.11. I want to understand the dialplan behavior in order to figure out why the CDR(recordingfile) is blank on the CDR records despite the dialplan setting it. My program generates the calls by setting Channel=Local/NUMBERTODIAL at
2008 Jun 03
5
savePlot() no longer automatically adds an extension to the filename.
Plaintive squeak: Why the change? Some OS's and desktops use the extension, so forgetting it causes trouble. The new default filename keeps a filetype (as before) but the user now has to type a filetype twice (once as the type, once as extension) to get the same effect fo rtheir own filenames. And the extension isn't then checked for consistency with valid file types, so it can be
2007 Jan 22
0
[LLVMdev] addPassesToEmit(Whole)File changes?
On Sun, 21 Jan 2007, Marcel Weiher wrote: > just installed the new llvm 1.9 build and noticed that my code no > longer worked. It seems something has changed with > addPassesToEmitFile(). First, the arguments to that method changed so > that it no longer takes a PassManager, but only a > FunctionPassManager. Instead there is a addPassesToEmitWholeFile() > method, but that is
2006 Dec 27
2
Google Desktop Search and R script files
I want to be able to search my saved R script files on my hard drive. Thankfully the files are all saved with the .R filename extension which means that "filetype:R" in the Google Desktop Search (GDS) box limits the search to those files. Unfortunately if I put any other term in the search box (for example, "hist" to find scripts where I have created a histogram) then GDS does
2007 Jan 22
2
[LLVMdev] addPassesToEmit(Whole)File changes?
Hi folks, just installed the new llvm 1.9 build and noticed that my code no longer worked. It seems something has changed with addPassesToEmitFile(). First, the arguments to that method changed so that it no longer takes a PassManager, but only a FunctionPassManager. Instead there is a addPassesToEmitWholeFile() method, but that is marked as optional, and when I change my code to