search for: debiting

Displaying 20 results from an estimated 42 matches for "debiting".

Did you mean: debating
2005 Jun 29
2
Play an announcement to the CALLING party
Hi folks, how could I play an announcement to the calling party as soon, as the called party picked up. I would like to deploy an asterisk in an environment, where a premium rate support-number is offered to customers which do not want to pay a monthly support contract. In Germany, you are commited by law to announce the cost per minute of a premium rate number at the beginning of the call. So,
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
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
2004 Aug 06
0
About sample code
I write a sample code like speex provide , as follows: SpeeXCodec::SpeeXCodec() { rate = 8000; speex_bits_init(&enbits); speex_bits_init(&debits); enc_state = speex_encoder_init(&speex_nb_mode); dec_state = speex_decoder_init(&speex_nb_mode); // set option for encoder speex_encoder_ctl(enc_state, SPEEX_GET_FRAME_SIZE, &frame_size); speex_encoder_ctl(enc_state,
2007 Jun 18
2
SIP Termination with automatic debit
Can anyone recommend any wholesale SIP termination providers that will automatically charge a credit card? Most seem to want upfront payment and a credit balance but that sucks when you have to watch it like a hawk to make sure the balance never hits zero. I'm looking for a provider that can automatically charge a credit card. Douglas. -------------- next part -------------- An HTML
2006 Jul 31
0
Polymorphic has_many association through a belongs_to
Hi, Let''s say I''ve the following Models and their relative associations: Seat ---- belongs_to :booking Booking ------- has_many :seats has_many :debits, :as => :chargeable Debits ------ belongs_to :chargeable, :polymorphic => true Why >> seat.booking.debits nil while >> Booking.find(seat.booking_id).debits [] ? Thanks. Cheers, Marco
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 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
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
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
2008 Mar 19
1
running balance down a dataframe referring back to previous row
Good morning, I've searched high and low and I've tried many different ways of doing this, but I can't seem to get it to work. I'm looking for a way of vectorising a "running balance"; i.e. the value in the first row of the dataframe is zero, and following rows add to this running balance. This is easy to write in a loop, but I can't seem to get it working in
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
2009 Feb 05
2
Amazon Flexible Payment System - micropayments finally cracked?
First posted at: http://deancollinsblog.blogspot.com/2009/02/amazon-flexible-payment-syst em.html Amazon have just announced they are finally opening up their API's to their credit card processing platform https://payments-sandbox.amazon.com/sdui/sdui/business?sn=devfps/o So does this mean that micropayments have finally been cracked? It certainly helps out users because you can
2009 Jun 25
2
Consistent snapshots
Hi! How do i create consistent snapshots of VM''s from Dom0?. What are the backup methods or snapshot/snaprestore methods that are followed for Xen Virtual environments?. thoughts/ideas?. -- I have the simplest of tastes; I am easily satisfied with the best. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2008 May 07
2
design question
Hi, I''m developing a budget planner for myself and do have a table for recurring expenses, as well as a transaction table for my bank account CSV file uploads. Questions: For the projections forward in time I''m wonder whether to: (a) keep it simple and just calculate future balance projections on the fly, then feed to gruff graphs (b) each time a recurring item changes, or
2005 May 09
0
RE: Asterisk at home with Broadvoice?
As a general rule of thumb it would be good to make the distinction between 'Credit Card' and 'Debit Card' too. If possible, never ever use a debit card for online purchases. It taps directly into your account and removes REAL money. Credit cards are 'virtual' money in that they are credit and your cash in account remains untouched. That way if your credit card account