similar to: Net::SMS::BulkSMS 0.2 - with international support

Displaying 20 results from an estimated 11000 matches similar to: "Net::SMS::BulkSMS 0.2 - with international support"

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 Jul 07
2
Testing views with Hpricot
assert_tag smells bad. Hpricot smells nice (apricotty!). Testing your views with Hpricot: http://www.lukeredpath.co.uk/index.php/2006/07/07/testing-your-rails- views-with-hpricot/ Big thanks to _why for a great little library! Feedback is appreciated. rSpec integration coming soon (hopefully!). Cheers, Luke Redpath contact@lukeredpath.co.uk -------------- next part -------------- An HTML
2006 Aug 01
0
Unobtrusive Javascript for Rails 0.2
Dan Webb (http://www.vivabit.com) and I are happy to announce the latest release of the Unobtrusive Javascript plugin for Rails. This release packs in lots of cool new features, a few changes to old ones and some performance enhancements. Now you can write your behaviours in Ruby, attach behaviours directly to elements using content_tag and apply behaviours to elements without HTML IDs.
2006 Jun 29
2
Random routing errors in 1.1.3 with Mongrel
Since upgrading to 1.1.3 on our dev box, we''ve started to see random routing errors with our apps running under Mongrel in production mode. The errors seem to go away after a while but come back everytime we restart the server. This may be a mongrel problem, it may be a rails problem (I''ve posted a bug on the trac) and I was wondering if anybody else had had similar
2006 Jun 05
1
Unobtrusive javascript...what if?
What if...you could produce accessible, unobtrusive javascript, using Rails built-in javascript/prototype helpers, with just one extra line of code in your layout, a plugin, and one small enhancement to the helpers. Something like this: [php] <% form_remote_tag :controller => ''foo'', :action => ''bar'', :unobtrusive => true %> # which produces
2006 Jan 23
1
[INFO] SMS Aggregators
Awhile ago, I posted some information about SMS Aggregators, this is just a follow-up, based on changes in the US market. As of January 31st, any commercial application, sending to US networks, is required to lease a CSC (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
2006 Jul 27
0
Rails Plugin Packs
As the number of Rails plugins steadily increases, remembering and managing these plugins is getting increasingly difficult. There is some significant effort going into improving the process of installing plugins with the RaPT project. However, as you start to find your favourite plugins, you might often find yourself using the same group of plugins on every new Rails project that you
2006 Sep 13
2
Problem with RSpec and Mocha/Stubba
I''ve recently upgraded to the latest versions of Mocha and RSpec (0.3.2 and 0.6.3 respectively) and I''m no longer able to use Mocha/ Stubba with RSpec. Its actually only Stubba I''m interested in as I use RSpec''s built-in mocking library. I require stubba in my spec file but whenever I try and run my spec it fails with the error: Unintialized constant
2006 Mar 21
0
Automatic namespacing of custom Rake tasks
As you know you can create your own .rake files in lib/tasks and Rails will automatically find them - as Rake 0.7 adds namespace support and Rails is already taking advantage of these namespaces if you are on Edge Rails I thought it would make a lot of sense if Rails automatically namespaced your own custom rake files, so I raised a ticket for this and I''ve now implemented it
2006 Mar 05
2
Is Rails getting testing semantics wrong and making things confusing?
Yes, I believe it is and I think it is dangerous, and confusing to people new to the concepts of testing. I''ve mentioned a point similar to this on here before, but with the announcement of Rails "integration" test, I''m worried that somebody somewhere is getting their types of tests worryingly mixed up. Lets start with what we had in the beginning...unit tests (for
2006 Jun 07
9
Unobtrusive Javascript for Rails
I made a brief post on here the other day about this and now I can proudly present the initial release of our unobtrusive_javascript plugin for Rails. We''ll be working with Dan Webb of Vivabit to roll in much of the functionality in his own as-yet unreleased unobtrusive_javascript plugin into a single plugin. This is essentially a preview release and probably not suitable for use on a
2007 Feb 28
0
Occasional SMS problem
Hi, I am using asterisk's SMS functionality for sending messages. Most of the time it works without problems (as in situation 1) but sometimes something seems to go wrong with the transmission (as in situation 2). I am using "Deutsche Telekom", Germany's main TELCO, so I suppose the problem must be on my end. Can anybody tell me what is going on or how I could narrow down
2005 Mar 29
1
Asterisk SMS configuration
Hi, I've been trying to setup SMS on asterisk - would be useful to have for things like server outages, email from important customers, etc. I can send SMS with no issues, although I have to send it over the Zap line.. none of the VOIP providers will route the call. It arrives on my mobile phone a couple of minutes later (usually.. had to wait half an hour for one). Incoming however just
2010 Sep 27
0
PSTN to SMS and SMS to PSTN
Dear All, As per this article http://www.voip-info.org/wiki/view/Asterisk+cmd+Smsasterisk support PSTN to SMS and from SMS support endpoints to PSTN. In my scenario we have SS7 based E'1 on which our SMS provider sending SMS on our DID numbers and my all DID's are registered on OPENSER. What I want to do I want to receive SMS from PSTN on E?1 and forward on Register user?s if Register
2007 Mar 17
2
SMS Integration and SMS commands
Hi i would like to preform the folowing integration 1 send SMS to my asterisk Systen, i hope to know a way to connect a simple GSM or CDMA cell phone to asterisk (how can i connect a cell phone to asterisk) 2 be able to put in the SMS string a command to generate a call (can i pass thru instructions to my server via SMS ? ) 3 after the the SMS is sent my Asterisk system will see the incoming
2004 Aug 10
0
UK SMS troubles
Hi, I've got a recent copy of CVS (09/08/04) with the UK CID patch on and working, but I'm having trouble receiving SMS messages. I can send messages without any problems but whenever an incoming message is detected, nothing is left in the /var/spool/asterisk/sms directory. Can anyone help? Thanks, Darren. extensions.conf: [default] exten = s/08005875290,1,SMS(testq,a) exten =
2010 Apr 14
0
Sending SMS problems.
Dear Sir, I'm trying to configure the SMS capabilities of my provider (Telecom Italia) with my asterisk. I tryed with a normal phone (SMSC number 42100) and all is working fine, incoming and outgoung SMS. Now I'm trying to configure my asterisk for support SMS, the incoming messages are working fine (incoming number 042111) dialplan match and SMS recived. I'm getting troubles in
2005 Jun 18
0
UK SMS Config problems
All, I'm running CVS-HEAD as of 15thJune with an x100p and the x100p callerid patch. I'm trying to use app_sms to recieve sms to my landline but get the following response. Any ideas. -- Executing NoOp("Zap/1-1", "Testing without Answer 08005875290") in new stack -- Executing GotoIf("Zap/1-1", "0?s|5") in new stack -- Executing
2012 Apr 30
0
chan_mobile with Nokia 6021 - incoming SMS causes call to drop
Hello, I'm Using Asterisk 1.8.11.0 on Debian Squeeze. I was experiencing problems with ${SMSSRC} being blank, so I applied this patch: https://issues.asterisk.org/jira/secure/attachment/42026/sms-sender-fix.diff but otherwise everything is standard. As the subject says, if I am making a call through the phone when an SMS is received, the bluetooth connection drops and the call ends. The
2005 Jul 14
0
SMS in Belgium
Hiya, I've been doing some testing with SMS in Belgium (Belgacom), sending SMS seems to work fine. (with .call file and a context that handles the sending) The problem is however, receiving.. Hardware and software is quadBRI from Junghanns, bristuff RC8h (asterisk 1.0.8), Debian 3.1. For receiving SMS in asterisk, I am using: [custom-smsrx] exten => s/0171701,1,Verbose(Receiving SMS