similar to: how to send sms

Displaying 20 results from an estimated 200000 matches similar to: "how to send sms"

2007 May 15
3
Sending bulk SMS messages from Rails app
Hi, One of my model generates short messages that has to be delivered to mobile phones as SMS''s. I am not sure how to proceed from here. 1. What are the components I would need? 2. Do I need a GSM modem? If yes how would it integrate with my app? 3. Does my hosting provider needs to have a GSM modem? 4. Does sending an SMS cost anything? If yes how much would a single SMS cost? Any
2007 Feb 13
2
SMS service for Rails app alerts - recommendations for free/cheap service/approach for rails apps???
Hi, I''m interested in triggering SMS alerts from my Rails app (hosted on Dreamhost) for key events or errors. Any recommendations re whether there is a free SMS service to enable this? Or else a cheap service? Also whether there is a rails plugin to make this easy? Tks Greg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to
2009 Feb 24
3
Free SMS limit (using sms_fu)
I have been using SMS_fu but it seems too good to be true for production. I''m wondering, is there any sort of limit on email to sms depending on the carrier that you can send in a given amount of time? I remember reading somewhere that there is a limit to the number of free email to sms that you can send through AT&T in a given month. Does anyone know anything aobut this? I guess I
2008 Mar 27
1
Free Call and SMS (World Wide)
Free Call and SMS (World Wide) http://www.freecall2phone.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to
2007 Feb 19
2
How to call java apis
Hi, In my application, I have to make 3rd party java apis. Actually, I have to use a sms gateway provider''s apis. They have a java sdk which I have to use to send and receive sms. How can I call java apis from within a controller? In my controller, I have to receive request and use the java api to get the data out of request. Process the data in controller action and then send the
2007 Jul 28
3
SMS Gateway .... for Rails app? (a bit OOT)
I''m simply looking for a SMS gateway... The ones like what Twitter uses... The intended audience would be globally. Some of you would have used them and I''d really appreciate if you could share your experience. I''ve Googled and the problem isn''t that there is none, the problem is that there are simply too many. Almost like looking for a webhosting. So human
2007 Dec 28
3
Any help on SMS and payment gateway in India
Hi, I am developing a ROR application in India, wonder if anyone can suggest good MS and payment gateways + any help on how to integrate them in my application. Also, where do you host a ROR site in India ? Thanks atul -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2008 Jan 29
8
Sending file from mobile phone to Rails app
Hi guys, So I''m trying to add the ability to send files (pictures) from mobile phones to my Rails app using an SMS number, NOT an email address. Can anyone share how this is done? Thanks, Adeel -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2004 Dec 20
1
AW: SMS - how to send one
Is it possible to get a conf.-example? -----Urspr?ngliche Nachricht----- Von: Stefan Reuter [mailto:asterisk@stefan.de] Gesendet: Montag, 20. Dezember 2004 00:40 An: Asterisk Users Mailing List - Non-Commercial Discussion Betreff: Re: [Asterisk-Users] SMS - how to send one > > Um, sorry, but if SMS is not for sending to mobile phones, then what is it > > for (if it matters, I'm
2006 May 25
2
Help: How to write tests for a sms service interface
I''m working on a website that integrates sms services. When someone sends an sms to my service number, the sms provider posts an xml doc to an url specified by me. I have implemented the processing method like this: <code> def process_notification xml = XmlSimple.xml_in(@request.raw_post, ''ForceArray'' => false) @params.merge! xml sms_request =
2010 Mar 19
1
Envoi de SMS
Bonjour, Quelqu''un envoie des sms à partir de son application? Vous avez des fournisseurs à conseiller. Le plus simple c''est d''envoyer à partir d''un email puis le fournisseur transforme ça en sms. Niveau tarif ça va du simple au triple apparement. Merci pour vos suggestions -- Posted via http://www.ruby-forum.com/. -- You received this message because you
2007 Dec 20
4
object.send problem within ActiveRecord
I am using the send method in one of my active records ... executing a method without any parameters works fine.. but when it comes to parameters it says ArgumentError: wrong number of arguments (1 for 0) u = User.new #works u.send :firstname #does not work => ArgumentError: wrong number of arguments (1 for 0) u.send :firstname, ''michal'' does someone know why? the rubydoc
2010 Sep 13
2
How to send SMS to Gigaset phones ?
Hi, Searching this list archives, I couldn't find a definitive answer to my question : how to send SMS to Gigaset phones ? My goal is to send Alert SMS such as "This phone system will be stopped in 5mn for maintenance" to every terminal (SIP phones and Gigaset DECT phones). (So at the moment, I'm not looking for way to send SMS from handsets). I could successfully send 1 short
2008 Jun 14
1
help with collection_select
Hi, I have a table called ''users'', there is a field called ''username'' and another field called ''mobile_number'' (among other fields). In my application the user can send SMS message and can choose between his/her username and mobile number as the sender id. Both of them are of course stored in the users table. Also there is a third option which
2007 Oct 15
2
Cross-Browser History management
Hi ! Is it plan to release a Browser History Management in Scriptaculous ? Or does anybody know a "prototype" library to manage browser history compatible with IE6, IE7 and FF ? We tried to use Really Simple History: http://code.google.com/p/reallysimplehistory/ But it seems to be incompatible with some Prototype event management. Regards, Jp -- Jean-Philippe Encausse - Veille /
2008 Apr 26
1
Best cron job method for email notifications?
There are so many ways to do cron jobs in Rails (Backgroundrb, script/ runner, etc.) but I am wondering what would be the best to use in production, just for sending out email/SMS notifications? For example, an email automatically gets sent a day before the due date of a project milestone. Thanks for the help! --~--~---------~--~----~------------~-------~--~----~ You received this message because
2004 Dec 19
4
SMS - how to send one
I've read quite a bit in the older mailing list posts and the wiki but I'm missing some simple point. 1) What is required to send an SMS to a mobile outside the office given: Channel: ZAP/1 send it to $SMS_RECIPIENT (which includes the final "extra" digit) via $SMS_CENTER=the national message center server for sending messages $MESSAGE= the message text How is the .call file
2007 Feb 02
2
Quick Element.getElementsBySelector() question
Hi, Does this code should works ? elm.getElementsBySelector(''UL.class1 > LI.class2''); I have an error caused by "UL.class1 > LI.class2" - Does CSS Selector ">" works ? - What is the exact ? may be "UL.class1>LI.class2" Regards, -- Jean-Philippe Encausse - R&D Jalios SA Jp [at] encausse.net - http://www.encausse.com -
2007 Feb 12
4
Proper use of "send" method
I have the following models: class MainService < ActiveRecord::Base has_one :travel_service end class TravelService < ActiveRecord::Base belongs_to :main_service end I can use the following: @main_service.travel_service = TravelService.new But I can''t use the following: @main_service.send("travel_service") = TravelService.new It says " unexpected
2005 Aug 04
1
send an sms through a gateway GSM (stargate)
Good afternoon, I am triying to send an sms through a gateway gsm (stargate) that is connected to a ZAP/g1 card on my asterisk. But I get this message : -- Attempting call on ZAP/g1 for application SMS(0) (Retry 9) -- Requested transfer capability: 0x00 - SPEECH -- Channel 0/1, span 1 got hangup -- Channel 0/1, span 1 received AOC-E charging 0 units > Channel Zap/1-1 was