similar to: Cache sound files for faster processing

Displaying 20 results from an estimated 9000 matches similar to: "Cache sound files for faster processing"

2010 Mar 29
5
Continue a dialplan when the client hang up the call
Hi all, When a user make a call to Asterisk, and when user hang up the call at any point of the conversation,? Asterisk will stop Diaplan intermediately. At this situation,? Are there any way to make? Asterisk continue execute the Diaplan ?, so Asterisk can do something like that delete temporary file, .. etc. Thanks in advance, Giang -------------- next part -------------- An HTML
2010 Mar 26
7
Asterisk load balancing and failover
Hi List, I'm finding a solution to provide failover and load balancing features to my IVR system. Anyone suggest me what is the best solution please?. what the hardware I should use ?. I heard about RedFone, but someone on the mail list said that it is not good because TDMoE module in asterisk is not so stable and TDMoE is stale. And It seems that RedFone doesn't not support load
2010 Jun 24
1
Astersik can not detect DTMF key
Hi all, I'm building a karaoke service. Asterisk will play a music file, people can detect the point when they want to sing and record by press * key during the music is playing, and press # key to stop recording. I use 2 functions: ast_streamfile and ast_seekstream to play audio file, and function ast_waitstream_fr to detect whenever people press DTMF key. The problems is that, Asterisk
2010 Mar 19
1
Define an array of sip number in sip.conf
Hi List, How can I define an array of sip number in sip.conf ? I want to define an array of sip number from 1000 to 2000, so I can make a performance test on Asterisk using sipp. Thanks in Advance, Giangnh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100318/858dcd1d/attachment.htm
2010 Oct 24
1
ISDN & SS7
Hi all, I'm being requested to deploy an?IVR service?using SS7. I've deployed Asterisk before using ISDN connection, but never with SS7. Can anyone explain me the different between using ISDN and SS7 ? What need I do now to change to use SS7 ?. Many thanks, Giang -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Feb 03
2
[LLVMdev] LLVM version with working Alpha backend
Hi, For my work, I want to use LLVM to compile SPEC 2k for Alpha. Since Alpha support has been dropped, I tried using version 2.8, but it is quite buggy, probably because the Alpha backend has not been maintained. I was wondering if there is an earlier version where the Alpha backend is stable enough to compile SPEC 2k? For my purpose, I do not need the most advanced optimizations, so an
2007 May 02
3
Dumping Xen dom0 kernel output to serial console
Hi- I am having a weird problem with setting dom0 kernel output to the serial console with Xen 3.0.4-1, below is my grub setting. With this setting if I don''t enter the grub menu and have the default boot to the first image, everything works fine and I can get output/input to the serial console. The problem is when I enter the grub menu and select the image to boot from, if I
2011 Feb 17
16
Unindent ERB output
Hi all, I''d like to unindent a block of ERB specifically to combat the extra spacing being added to content inside <textarea> by the browser. Is there such a feature in ERB? I shall denote indentation with underscores in the pseudo code example below. Thanks in advance, Khoan. myview.erb: <html ...> __<%= render ''form'' %> </html>
2012 Feb 03
0
[LLVMdev] LLVM version with working Alpha backend
Hi Giang, Given that the community deprecated the Alpha backend, I'm doubtful anyone would be able to point you in the right direction. Have you iteratively tried the difference versions of LLVM (i.e., 2.9, 2.8, 2.7 on down the line)? Chad On Feb 3, 2012, at 12:34 PM, Giang Hoang <ghoang84 at gmail.com> wrote: > Hi, > > For my work, I want to use LLVM to compile SPEC 2k
2010 Oct 16
1
[LLVMdev] llvm-gcc as Alpha cross compiler
Thanks Andrew. I would like to clarify what I tried to do. I want to use llvm-gcc on x86 linux to compile C programs into Alpha binary. Giang On Fri, Oct 15, 2010 at 5:41 PM, Andrew Lenharth <andrewl at lenharth.org>wrote: > llvm-gcc doesn't not compile *on* alpha (128bit fp and int issues). I > haven't tried it as a cross compiler. > > Andrew > > On Fri, Oct
2010 Oct 15
2
[LLVMdev] llvm-gcc as Alpha cross compiler
Hi, I wonder if anyone has been able to successfully build llvm-gcc as an Alpha cross compiler? I have tried many different combinations of flags and gcc compiler, but have not been able to build successfully. Currently, this is the command that I used to build on Ubuntu 10.10: ../llvm-gcc-4.2-2.8.source/configure --enable-llvm=/home/ghoang/research/llvm/llvm-objects --enable-languages=c,c++
2012 Jan 16
2
[LLVMdev] Problem with building llvm-gcc
Hi, I am trying to build the front end llvm-gcc 2.8 on 32-bit Ubuntu 10.04, using gcc 4.2.4. I was able to configure and build llvm-2.8 in the directory llvm-2.8-build. Here is the command I used to configure llvm-gcc build: ../llvm-gcc-4.2-2.8.source/configure --enable-checking --disable-bootstrap --disable-multilib --enable-llvm=/home/ghoang/llvm-test/llvm-2.8-build/ --enable-languages=c
2012 Jan 16
1
[LLVMdev] Problem with building llvm-gcc
Thank you, I did try that and got the following error: checking for library containing strerror... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES. make[1]: *** [configure-target-libiberty] Error 1 make[1]: Leaving directory `/home/ghoang/llvm-test/llvm-gcc-2.8-build' make: *** [all] Error 2 I also tried adding --disable-libiberty but make would fail even earlier
2010 Oct 15
0
[LLVMdev] llvm-gcc as Alpha cross compiler
llvm-gcc doesn't not compile *on* alpha (128bit fp and int issues). I haven't tried it as a cross compiler. Andrew On Fri, Oct 15, 2010 at 5:19 PM, Giang Hoang <ghoang84 at gmail.com> wrote: > Hi, > > I wonder if anyone has been able to successfully build llvm-gcc as an Alpha > cross compiler? > > I have tried many different combinations of flags and gcc
2012 Jan 16
0
[LLVMdev] Problem with building llvm-gcc
try --disable-libmudflap when you config llvm-gcc FE:) On Mon, Jan 16, 2012 at 9:44 AM, Giang Hoang <ghoang84 at gmail.com> wrote: > Hi, > > I am trying to build the front end llvm-gcc 2.8 on 32-bit Ubuntu 10.04, > using gcc 4.2.4.  I was able to configure and build llvm-2.8 in the > directory llvm-2.8-build.  Here is the command I used to configure llvm-gcc > build: >
2017 Jun 15
1
How to expand Replicated Volume
Hi Nag Pavan Chilakam Can I use this command "gluster vol add-brick vol1 replica 2 file01g:/brick3/data/vol1 file02g:/brick4/data/vol1" in both file server 01 and 02 exited without add new servers. Is it ok for expanding volume? Thanks for your support Regards, Giang 2017-06-14 22:26 GMT+07:00 Nag Pavan Chilakam <nag.chilakam at gmail.com>: > Hi, > You can use add-brick
2011 Jan 12
1
[LLVMdev] Adding a new instruction to Alpha ISA
Hi, I want to add an extra instruction to the Alpha ISA. This is not a new operation; it is just an addition with a lower latency, let's call it fast-add. Could you give me advice on what's an easy and clean approach to this? I am thinking of adding an extra instruction to the LLVM IR to represent this fast-add operation (I want to make the decision of using either the normal addition
2011 Mar 31
1
[LLVMdev] indirectbr implementation for Alpha backend
Hi, I encountered an error while trying to use the indirectbr instruction with Alpha backend (current build). Here's part of the code sequence that I tried to compile: bb1: %1 = load i32* %i, align 4 %2 = add nsw i32 %1, 1 store i32 %2, i32* %i, align 4 indirectbr i8* blockaddress(@main, %bb1), [ label %bb1 ] br label %return This compiles correctly when I use the X86 or PPC
2005 Mar 16
2
Dial multiple extensions, but different variables/timeouts
Hi everyone, I'm wondering I would accomplish the following: I want to dial several SIP extensions simultaneously, HOWEVER, for different times (say ext 10 for 15 sec and ext 11 for 30 sec), and potentially with different headers (such as ALERT_INFO) and codecs for each extension. Obviously whoever picks up first gets the call. After the longest timeout expires (30 sec in this example) I want
2005 Jan 08
2
Marking ftp inbound traffic is impossible ?
Hello, I searched the archives mailing list of LARTC. Everyone discussed about marking outbound ftp traffic . I could not find any thread discussed about marking inbound ftp traffic. With inbound ftp traffic , we don''t know the random ports specified by ftp servers in passive mode ? So marking inbound ftp traffic is impossible ? If it is possible, can you tell me, Thanks in