similar to: how to play music when dial fail or time out

Displaying 20 results from an estimated 80 matches similar to: "how to play music when dial fail or time out"

2011 May 09
2
[LLVMdev] get basic blocks inside a loop
Hi all, I have a question about llvm::LoopBase getBlocks() method. Does it return the basic blocks inside the loop in random order? I need to order the blocks in some valid topological ordering of the AST. If getBlocks() does not do that, what can I do to find the ordering? Thanks, Naznin -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 May 09
2
Rates Importer Tool
Hi All, new to the list. Wondering if anyone has / knows of, a good rate importer tool that can be used to standardize and normalize the ratesheets / rate decks etc. obtained from various carriers so they can be analysed and imported into a DB or be saved as a CSV or something? Thanks so much in advance aeg -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 May 09
4
Slightly OT: Android phone as sip-gw?
Hi, i have some spare (read: Boss get's a new one every few month ;)) Android Phones laying around. Does someone know a way of using them as a mobile gateway for asterisk? I could not find any SIP-Gateway in the Market, and i don't think it's possible to use the GSM Audio directly with something like chan_datacard... Regards, Jay -------------- next part -------------- An HTML
2011 May 06
1
QueueCallerAbandon is not triggering after 1.8.3.3...
Has anyone else noticed that QueueCallerAbandon is not showing up in the AMI after the 1.8.3.3? Am I missing something? I'm getting what seems like everything else but QueueCallerAbandon. v/r, Me -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110506/0d28ef21/attachment.htm>
2011 May 09
2
dovecot user lost entire folder
Hello kind people, OK, today is a bad day for me. A user from a clients' site called early in the morning to inform me that she lost an entire folder on thunderbird with (naturally) important stuff in it. I am trying to find the lost folder, but there is nowhere to be found. Any ideas would greatly appreciated. Regards, Spyros "dovecot -n" :
2011 May 09
0
[LLVMdev] get basic blocks inside a loop
Whenever I was tying to do that (in version 2.8), it didn't give them to me in a topological order. What I did, as a hack-ish temporary measure, was rely on Function's ordering, and just iterated over all the blocks in the function, checking to see if the loop contains that block. Not at all ideal, and what I was writing later evolved to not need the topological ordering constraint, so I
2011 May 09
4
[LLVMdev] Path profiling command
Hi members, I am a LLVM newbee. I am working in path profiling. I got an error message when reading the path profile data I made a sample source named foo.c The command chain to make llvm path profiling as follows: 1. Compile to LLVM Bitcode llvm-gcc –emit-llvm foo.c –c –o foo.bc 2. Insert Path Instruments opt –insert-path-profiling foo.bc –o foo_path.bc 3. Link with profile
2011 May 05
1
Newby question: MP3 streaming
Got side tracked on other issues. I also got access to the BUTT (open source/sourceforge) encoder and found where to set the mount point in the encoder. It was already streaming MP3 and so I set a new mount point with an MP3 extension and that?s all it took to fix it. Clients go to Icecast using the new path in the URL and all works as it should. My assumption is that the mount point is
2011 May 09
3
Sieve & auto_create mail_home
Hello In my setup I have the following in dovecot.conf (dovecot 2.0.12) mail_home = /buzones/mydomain/%2.26Hn/%2.200Hn/%n/home_usuario/ mail_location = mdbox:/buzones/my_domain/%2.26Hn/%2.200Hn/%n:INDEX=/indices_dovecot/indices/%2.26Hn/%2.200Hn/%n My problem is with the autocreation of mail_home. We are using roundcube+sieve plugin and the first time a user tries to use sieve fails with
2011 May 08
2
hardware issues under 5.6
Folks, This is, umm, odd. Two, at least, and possibly a third over the weekend, of some older Dell 1950's, suddenly died shortly after being upgraded to 5.6. They're all about the same age, and it's not happening with other systems, but they claim a scsi abort, and the f/s goes read-only. The little lcd screen goes orange, and shows a fatal error E 171, and B0 F3 D0? D0 F3
2012 May 25
2
Query about creating time sequences
Hi All, I have a query about time based sequences. I know such questions have been asked a lot on forums, but I couldnt find the exact thing that I was looking for. I want to create a time-based sequence which will mimic the trading window AND would span multiple days. Something like below: "2011-01-03 09:15:00 IST" "2011-01-03 09:15:01 IST" .... .... .... "2011-01-03
2011 May 07
7
kswapd taking 100% cpu with no swap on system
Hi All I have xeon server with 16 Gb Ram and no Swap memory.I am running cassandra server on two node in cluster.When there is high load on server kswapd0 kicks inn and take 100% cpu and make machine very slow and we need to restart out cassandra server.I have latest kernel 2.6.18-238.9.1.el5.Please let me know how can i fix this issue .Its hurting us badly this our production server any
2011 May 09
1
Gluster text file configuration information?
Where can I find documentation about manual configuration of Gluster peers/volumes? All documentation seems to be about the gluster CLI. I would prefer manual configuration to facilitate automation via scripts (e.g. Puppet/Chef). I also read in this list that it is possible to configure Raid10 via text files... I would also like to experiment with this setup. Any related documents on how to do
2011 Apr 07
4
Occasional call from "asterisk"
Hi, Now and then our SIP phones ring with "asterisk" showing as the caller-ID. Upon picking up the receiver, there is about five seconds of silence and then the channel is closed (hangup). Can anyone offer some insight? Here's relevant snippets from my extensions.conf and Master.csv log: This line shows up in Master.csv:
2011 May 09
0
Ustream feed as MOH
Hi, Has anyone ever tried getting the Audio of ustream (ustream.tv) in to Asterisk for MOH ? Regards, Dovid -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110509/de091276/attachment.htm>
2011 May 09
0
high PDD
Hi, I am using Asterisk 1.4.17 for my C4 routing but I am experiencing a high pdd of around 20 seconds. Could you please help me to reduce it and what could be the reason. Thanks Abid Saleem -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110509/163192a7/attachment.htm>
2011 May 09
1
V11.1 Problem
Gents, I am getting the following compile error on V11.1 "declaration may not appear after executable statement in block". This occurs in two places in celt.c. ============================================================================ ==================== #ifdef FIXED_POINT #ifndef DISABLE_FLOAT_API CELT_STATIC int celt_encode_with_ec_float(CELTEncoder * restrict st, const
2011 May 09
2
[LLVMdev] How does Timer work?
I slightly modified the Kaleidoscope example to print the timing data using the NamedRegionTimer as below: // Run the main "interpreter loop" now. { const char *GroupName = "MainLoop"; NamedRegionTimer T("Kaleidoscope", GroupName, true); MainLoop(); } My assumption was that when T goes out of scope, it will emit the data on the command line. But I see
2011 May 09
1
[LLVMdev] CreateAddO / CreateUAddO etc in IRBuilder
I guess currently we do not have these arithmetic with overflow variants in IRBuilder . So CreateCall is the only way to do it. Is it a good idea to add them into the IRBuilder? even thought they are in turn implemented with CreateCall only? - sanjiv -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 May 09
2
OT - Which Android handset with Wifi-only ?
Hi, I would be curious to play with an Android phone with Wifi-only capability. My plan is to install Bria on it and see if it could be used within a couple of WiFi access points, as a high-end wireless phone. Which handset would you recommend ? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: