similar to: [INFO] SMS Aggregators

Displaying 20 results from an estimated 600 matches similar to: "[INFO] SMS Aggregators"

2006 Feb 21
26
Net::SMS::BulkSMS 0.1
This is the first release of a new Ruby library for the www.bulksms.co.ukAPI which should allow simple integration of SMS functionality into your Ruby or Rails apps. Sending a message is as simple as: @service = Service.new(''username'', ''password'') @service.send_message(''This is my message!'', ''4479123456789'') # whats my
2005 Sep 25
12
Browsercam.com Annual Membership
I have been using browsercam.com for CSS testing, but it is rather expensive. Recently, I discovered others using funadable.org to purchase a yearly membership as a group. A year long membership at browsercam.com costs $480.00. This gives us 25 user accounts. I am proposing that 25 people throw in $19.20 for their 1/25th share of the membership cost. Once I have raised $479.40 I will
2005 Mar 02
1
Cleaning up has_and_belongs_to_many?
Does has_and_belongs_to_many know to delete an object when the last reference to it is removed? In my case I have Receiver <<->> Message (with a join table of course), but have noticed that when the last receiver removes a message from the association the message still exists. Before adding code to manage this situation I want to check to see if I am missing something? --
2006 Feb 27
1
Instance methods in runner?
I am having a devil of a time with some runner actions. I can not seem to call any instance methods on found records. Even when I strip is down to the basics: def self.deliver self.find(:all, :conditions => ["#{Message.table_name}.status = ?", ''pending''], :include => [:site, :template]).each {|m| logger.info m.is_recurring? # my method logger.info
2006 Jun 01
0
OT but relevant to SMS
I know a lot of people on this list are involved in SMS and my apologies to people outside of the USA but for those of us involved in this space it's been long overdue. Great news today!! Neustar have finally released the long awaited 6 digit Common Short Codes (CSC's) and is now in a position to accept your order to secure the 6 digit shortcode that best reflects your company's
2006 Feb 02
1
Grouping with tags or joins?
This more of a best practices question. I''m implementing group functionality in a couple of applications. The typical method, using HABTM, where you create a group and add members, is typical. For example, Users, Groups and Messages. Does anyone prefer tagging instead? Any advice would be great! -- Lon Baker http://www.speedymac.com AIM: spdemac
2007 Feb 13
3
Sending SMS from Asterisk
Hi: Say I want to build an IVR application which sends an SMS message to a mobile telephone when the caller responds to a prompt in certain way. I think I can manage the part about generating the message and building something to actually send it. The part I'm foggy about is: how would I actually get the SMS message to the carrier? Discussions with the carrier have led absolutely nowhere
2005 Mar 24
5
* -> SMS w/out PSTN
Hi all I have been googling and wiki-ing and have found a number of potential solutions to my questions, but I don't want to have to play about for too long and risk messing up my * box now I've just got it working, if one of you kind folk could offer your 2 penneth, (being a Brit I'll have none of this cents business ;] ). I want to send an SMS message whenever I get a voicemail
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 13
1
Cell Phone SMS
Though this is not exactly an asterisk question, I have thoughts of asterisk integration. Does anyone know how I might get a several digit SMS code and allow people to SMS it? The second step is, is there a way to charge their bill x dollars when they do that (ie for a donation to a non-profit type thing). -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Jan 13
2
SMS Gateway
Does anyone know of any companies where I can interconnect with for SMS? ? .o-------------------------------------------------------o. Brian Fertig Network Engineer Planet Telecom, Inc. Tampa, FL Office
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
2005 Jan 05
5
Happy Wednesday Morning SMS question, slightly OT
We all mostly know that * as well as various SIP phones support SMS. While the final setup is somewhat of a mystery, there are reports of those lucky souls who have it working. We also know that in order to send an SMS to a mobile phone, we need to connect to some SMS message center and get the word out that way. Now, here's the new (?) element: How can I *accept* messages on my
2006 Apr 17
5
Orative
Has anyone heard anything about these guys? Anyone seen anything like this? http://www.orative.com/solutions.php It's seems very cool, basically uses GPRS as a digital overlay on your mobile phone for additional functionality such as presence and IM though I'm sure they have some other functionality (voicemail access, call announce etc) coming down the pipeline. Any thoughts,
2007 Apr 09
0
OT: But telephony related and funny
Want to speak French? Just pick up the phone <http://r.smartbrief.com/resp/gChsiHrfsXpnbACibucXDiJM> A new mobile-phone service provides users with pictures of fictitious lovers, and even fake conversations that let you pretend you're speaking French. "So many people make fake phone calls to impress others, I thought I'd make it easier, with better material," Mobile Faker
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
2006 Jan 20
2
Creating thumbnail on the fly
I was doing some research about creating thumbnail images on the fly after an image has been uploaded in a form, but for some reason it''s not working for me. I''ve downloaded ImageMagick 6.2.5 for Mac but when I run a test (identify image.gif) it gives me this error: dyld: Library not loaded: /sw/lib/libjpeg.62.dylib Referenced from: /Developer/ImageMagick-6.2.5/bin/identify
2006 Feb 07
11
Possible Rails Security Issue?
I have an e-commerce site and users check out with a form. The results of that form are sent to a "confirm your order" page via POST. I take great pains to NEVER store the full credit card number on my server--just the last 4 digits. I was very surprised to find that by default Rails will record POST requests with parameters in the production.log. And those parameters
2005 Jun 24
14
apache2 fastcgi (fcgi) internal server errors, still :(
hi all, I can blab, but here is a sample of my /var/log/apache2/error.log, it has all the info: any ideas what I can do prevent 500s from hitting my users? (besides redirecting them with javascript to the same URL which will be fine on the next request? :) thanks, _alex [Fri Jun 24 12:30:45 2005] [error] [client 172.20.0.175] FastCGI: incomplete headers (0 bytes) received from
2006 Apr 13
4
OT: MWI on Treo 600/650
My cell vm goes to asterisk, not the carrier. Apparently MWI is turned on/off with specially formatted SMS messages. Anyone know how to do this on a Treo 600? Having the phone light from Asterisk would be HUGE ... not to mention extremely cool. dbc.