Displaying 10 results from an estimated 10 matches for "clickatell".
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
2009 Nov 09
1
SendText
Does anyone have any success with sending a text message from
extensions.conf
to an PSTN endpoint such as a cell phone?
If so, kindly send configuration for this part. I am working on an IVR and
want
callers to get a text message at a particular part of the call, after
dialing a defined character (such as 22).
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
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
2006 Jan 23
1
[INFO] SMS Aggregators
...short code) from CTIA.
A CSC runs $6000/year for a random code, and $12,000/year for a
vanity code.
These charges are on top of the normal per message fees.
This does NOT affect applications using SMS by E-mail (sending a
mobile phones e-mail address).
I checked with Simplewire.com (US) and Clickatell.com (South Africa).
This policy is dictated by the US mobile providers, and affects all
message terminating on US networks, regardless of origination.
Keep in mind, according to the information I received, a single
complaint from an end user can shutdown your CSC in the US.
Anyway, just wan...
SMS service for Rails app alerts - recommendations for free/cheap service/approach for rails apps???
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
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.
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
2006 Jun 13
2
Getting Remote Response via HTTP
I am trying to query USPS to get shipping rates in my Rails app.
I am currently fighting Net:HTTP and so I thought I''d ask for some help.
USPS only accepts GET requests, no POST... So, I have something along the
following lines:
@response_plain = Net::HTTP.get(USPS_SERVER_URL,
"/ShippingAPITest.dll?API=RateV2&XML=#{data}")
''data'' is an XML string we
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
2009 Aug 06
3
Monitoring Asterisk uptime
We have added Asterisk to a line of 'mission critical' servers at our
business, and being in the web application development business one of
the core things we do is to monitor web server availability.
I'd like to add Asterisk to the servers that our monitoring systems are
handling, and also that our SIP trunk provider has our Asterisk system
correctly registered at all times.