similar to: Play an announcement to the CALLING party

Displaying 20 results from an estimated 600 matches similar to: "Play an announcement to the CALLING party"

2007 Jan 06
3
speeding up pagination
I need help to optimize a query (sort of ...) if params[:debit] == "on" @schools = School.find(:all, :conditions => ["name like ?", "%#{params[:search]}%"], :order => ''name'') @schools.delete_if { |s| s.debit <= 0 } @school_pages = Paginator.new self, @schools.length, 20 The problem here is that
2006 Nov 21
5
Specification Reuse to avoid Combinatorial Explosions
Hello, While reading Dan North''s BDD tutorial <http://dannorth.net/introducing-bdd>, I tried to implement his ATM example as spec stubs. When I first implemented it creating a context for each of his scenarios, I noticed that there is duplication and a combinatorial explosion of the specs. I attached the full files to this email. For brevity, I will use scenario 1 in the body of
2005 Dec 22
2
Documentation for generate controller
I can find the API documentation, but where is the documentation for the standard generators. The wiki has 3rd party generators- but I want to know specifically what generate controller does, and how it differs from generate scaffold, and what other generators there are. Where is this succinctly documented? -- Posted via http://www.ruby-forum.com/.
2016 Feb 24
1
Bitcoin for CentOS 7
> Meanwhile banks like Chase charge poor people $12.00 a month just have > checking and push debit card paychecks on low income jobs where they > charge just for the poor to check how much they have on it. That bad, huh?
2006 Aug 16
11
just don''t ''get'' "has one" and "belongs to one"
Well, I understand what they do and how, I just don''t get why! It seems to me that any time you would have this relationship between two tables...they should be one table! Agile Rails book gives what seems to me to be a lame example for this. They use the example of an "invoice" and an "order". An invoice belongs to an order and an order has one invoice. Seems
2016 Feb 24
5
Bitcoin for CentOS 7
On 02/24/2016 06:04 AM, m.roth at 5-cent.us wrote: > Alice Wonder wrote: >> For those interested I have a working spec file for Bitcoin 0.12.0 >> >> https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/bitcoin.spec >> >> I believe the only BuildRequires that isn't in CentOS/EPEL is >> miniupnpc-devel but that's trivial to build
2004 Aug 19
1
Debit/Credit Card Terminals
Has anyone tried using a debit/credit card terminal as such: Terminal <-> SPA-2000 <-> Public Internet <-> * <-> PRI I'm hoping someone will tell me they have done this successfully and rarely experience dropped calls. Though I'd like to hear from anyone who has tried and failed as well. Thanks, Trevor Peirce
2006 Feb 07
3
model and controller organization
Hi. I am making an application and its going to have dozens of model objects and maybe as many controllers. I want to organize this stuff into logical directories ... like I used to do in Java (using the package declaration). I am interesting in learning how RoR handles this seemingly common situation and also what are best practices using Ruby in general. Using ./script/generate model
2004 Apr 29
2
tc class htb
Hi, I am new to this group. I use this script tc qdisc add dev eth0 root handle 1: htb tc class add dev eth0 parent 1:0 classid 1:1 htb rate 500kbit ceil 500kbit tc class add dev eth0 parent 1:1 classid 1:2 htb rate 300Kbit ceil 500kbit tc class add dev eth0 parent 1:1 classid 1:3 htb rate 200kbit ceil 500kbit I like to know: If two customers of the same class (for example 1:2) work
2008 Jan 11
13
Role of stories vs specs, revisited
A couple months ago I asked how stories and specs might impact each other. [1] If you look at Dan North''s example of what''s in a story [2], and you imagine using the spec framework to drive the design, you can probably imagine a significant bit of overlap in the two. Is that a bad thing? I''m not sure. It has made me a bit uncomfortable though, and I''ve
2008 Nov 23
3
Trouble Donating on centos.org
Hello, I tried making a donation via the centos.org website but was blocked by PayPal. I tried today and a few weeks ago. The error I got in both instances was: "The card you entered cannot be used for this payment. Please enter a different credit or debit card number." This strikes me as a strange response. It didn't say the card was declined; it said it "cannot be
2003 Apr 24
3
Collecting dialed digits
I am trying to set up an auto attendant for the first time, and am having trouble getting to the submenu. My extensions.conf file looks like this: [incoming] exten=> s,1,Background,menu1 exten=> s,2,Wait,20 exten=> s,3,Goto,s|1 exten=> 1,1,Playback,option1 exten=> 2,1,Playback,option2 exten=> 3,1,Playback,option3 It is my understanding that asterisk treats the digits entered
2006 Mar 14
5
Dreamhost and fcgi....help!
I''ve got my app running under cgi, but I keep getting pwned by fcgi. - app is installed at www.mydomain.com - web root is www.mydomain.com/public (this works w/ regular cgi) - /public has correct permissions - .htaccess: rewrite rule changed to use .fcgi - shebang on dispatch.fcgi and dispatch.rb is set to #!/usr/bin/ruby1.8 (also tried just ruby) -environment.rb : running in prod Any
2006 Jan 17
1
Asterisk & Genesys integration
Hi All, Would it be possible to integrate Asterisk with Genesys CTI? Has anyone done any work on Asterisk/Genesys integration? Regards Ivan Marakovic Operations Manager Link:Q <mailto:ivan@qita.com.au> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060117/bcb10257/attachment.htm
2009 Dec 16
5
OT: Google Earth - How to uninstall, before installing newest version?
Desktop is CentOS 5.4 (32 bit). I have Google Earth version 4.2.205.5730 (13NOV2007 build date) installed. I have checkinstall (spelling?) installed, but am not sure if that was installed before or after Google Earth was installed. I have the Google Repository installed, but apparently Google Earth cannot be updated via yum and probably it was not installed via yum. Question: What is the best
2010 Jan 17
7
OT: free DNS service?
I have been using a free DNS service for the past seven (7) years. This morning, at 4 A.M., , I changed the "A" record for one of my web sites, to point to an IP address on a different server, so I could test. After watching the TTL count down from 3600 to zero, with the "dig" command, it then reset to 3600, but still resolved to the original IP address. :-) I set the
2004 Mar 23
2
optimal hardware for computations in R?
Hi, I am planning to buy a new PC for computing simulations in R under Linux. I was searching the web/mailing list-archives for useful hints about the "optimal" choice of hardware - surprisingly I found no recent topics. As far as I know, R doesn't use threads, so I think that there should be no benefit in choosing a dual-processor machine. So the remaining affordable choices
2008 Jan 18
1
R2-Unicall Asterisk as CPE and as CO
Hi! Im having some troubles trying to configure * as a bridge between a telco and a pbx with R2, the scenario is this: ------------ E1/R2 --------- E1/R2 ------------ | Telco |-------------| * |-------------| PBX | | (Telmex) | --------- | | ------------ ------------ I can receive calls from the telco
2003 Nov 21
4
Unable to create channel of type 'SIP'
I recently moved my Asterisk configuration to a new server and re-built Asterisk from CVS. Now, I'm experiencing the following issue with SIP: Executing Dial("Zap/1-1", "SIP/100|20") in new stack NOTICE[-1232077904]: File app_dial.c, Line 518 (dial_exec): Unable to create channel of type 'SIP' == Everyone is busy at this time Has anyone seen this issue before?
2010 Jul 13
1
MyFuel Express FO - Shortcomings
Re-sent copying UNON and Expand Technologies. Apologies for the omission. Rgds, Alphonse On Tue, Jul 13, 2010 at 3:27 PM, Alphonse Ogulla <aogulla at gmail.com> wrote: > Dear Esther, > > The foregoing mail notes sent to Expand Technology refer, in view that you > were not copied in the initial correspondence. > > We were hoping that Expand Technology would make a