Displaying 6 results from an estimated 6 matches for "shortcode".
Did you mean:
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
..." The sound stops but the call continues.
Please help!
Debian 5.0 - Asterisk...
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?
...via IAX. I
need to send/receive SMS messages to/from the mobile carrier
network. As far as I understand it I need a SMSC provider with
access to the mobile carrier network.
I currently have Asterisk triggering Kannel to send SMS messages. I
am on a shoestring budget so registering for a ShortCode number is
out of the question.
My objective is to handle incoming voice calls at 222-222-2222 *AND*
be able to send/receive SMS messages from 222-222-2222 without
playing a game of call forwarding or faking my SMSC ID.
Right now, my mobile telephone (hypothetically 777-777-7777) is my
SMS...
2006 Jun 01
0
OT but relevant to SMS
...n 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
branding eg. 738-837 = Reuter
As you can imagine this is a much improved situation over the old 5
digit short code limitation 73883=Reute or 73887=Reutr
Neustar will continue to offer 5 digit short codes as well, which is
fine if your product is 24389=Chev...
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