search for: shortcodes

Displaying 6 results from an estimated 6 matches for "shortcodes".

2007 Sep 04
1
SIPBroker vs SIPgate
All, I've been experimenting with shortcodes for SIPgate etc. Passing calls to SIPbroker seems a good way to go, but the message I've had back from SIPgate is "we don't support SIPBroker"... So whats the easiest way to support SIP <> SIP network calling? At the moment, I've setup some local shortcodes (eg dial *...
2010 Jul 16
4
chan_local - Asterisk 1.6.2.6
Hello I just coding a AGI script for billing. - For external calls, I pass the call directly on a trunk. I do : Dial(trunk1/extension) -> OK ! - For internal calls (shortcode, others users ...) I am Dial(Local/extension at context/n) The problem is that through chan_local.so, I sound as it cut! Example if I call the voicemail ... "You have No messa ..." or "You have
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 Sep 01
0
How to resolve SMS/WAP/MMS/VoIP gateways on a shoestring?
I was wondering if anyone could shed some light on what options I have for mapping incoming/outgoing SMS messages to/from a telephone number that I am given by a VoIP provider who does not currently offer SMSC services? In other words, Voicepulse, my VoIP provider, provides me with a PSTN terminated number (hypothetically 222-222-2222). I use my Asterisk server to handle the calls that
2006 Jun 01
0
OT but relevant to SMS
...Common Short Code Administration Announces Open Registration of 6-Digit Codes WASHINGTON, D.C. - CTIA - The Wireless Association(r) (CTIA) and NeuStar Inc. (NYSE: NSR) announced today that the Common Short Code Administration (CSCA) has opened registration for 6-digit codes on their website, www.USshortcodes.com <http://www.usshortcodes.com/> . Common Short Codes (CSC) allow businesses and their customers to communicate directly with each other through mobile devices such as wireless phones and PDAs. The addition of an extra digit to the already available 5-digit CSC format enables an unprecedent...
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