Do you need two way or just one way MO (Mobile Originated) or MT (Mobile Terminated)?<br><br>There are companies that will do just one way that might be cheaper.  Voicetrading does MT for fairly low rates. <a href="http://www.voicetrading.com/en/wholesalesms.html">http://www.voicetrading.com/en/wholesalesms.html</a><br>
<br>Otherwise, look at the SMPP protocol and write an SMSC that can interface with a large aggregator such as Syniverse, Singlepoint, Sybase365, or Verisign.<br><br><div class="gmail_quote">On Fri, Aug 7, 2009 at 9:25 PM, Alex Balashov <span dir="ltr">&lt;<a href="mailto:abalashov@evaristesys.com">abalashov@evaristesys.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Hi Alan,<br>
<br>
Thanks a lot for the suggestion.<br>
<br>
I think the main problem I face here is the cost.  Even at .02 and<br>
assuming 12 messages/minute (and it could be higher), that&#39;s $345/day if<br>
the messages are continuously sent at a uniform distribution.  And it<br>
could be easily twice that.<br>
<br>
But, I&#39;m guessing this is the best one is going to do with SMS.  I don&#39;t<br>
think it&#39;s the right technology choice for this endeavour for a variety of<br>
reasons.  However, that is the question I&#39;ve come up against.<br>
<br>
Thanks,<br>
<div><div></div><div class="h5"><br>
&gt; What you need is a shortcode ($1000/mo) to receive the text messages on.<br>
&gt; Mblox will provide you with a cost effective service and APIs to receive<br>
&gt; all of those messages on. Largeish investment up front ($3000 or so) but<br>
&gt; incoming SMS (MT) costs fairly low ($0.02-0.03c per message) on large<br>
&gt; volume.<br>
&gt;<br>
&gt; Failing that you use a 3rd party service: Group2call.com does it, so does<br>
&gt; <a href="http://extexting.com" target="_blank">extexting.com</a> (confession: I own Group2call.com). You rent a keyword on a<br>
&gt; public shortcode. Low cost setup ($25-30/mo) and you get the APIs.<br>
&gt; Downside is you pay more per incoming text ($0.05) and delayed incoming<br>
&gt; SMS while it&#39;s routed through the 3rd party servers (but still fairly<br>
&gt; instantaneous).<br>
&gt;<br>
&gt; Not sure if that is what you are wanting or not.<br>
&gt;<br>
&gt; Alan.<br>
&gt;<br>
&gt;<br>
&gt; Alan<br>
&gt;<br>
&gt;<br>
&gt; --- On Fri, 8/7/09, Alex Balashov &lt;<a href="mailto:abalashov@evaristesys.com">abalashov@evaristesys.com</a>&gt; wrote:<br>
&gt;<br>
&gt; From: Alex Balashov &lt;<a href="mailto:abalashov@evaristesys.com">abalashov@evaristesys.com</a>&gt;<br>
&gt; Subject: Re: [asterisk-biz] SMS gateway API.<br>
&gt; To: &quot;Alex Balashov&quot; &lt;<a href="mailto:abalashov@evaristesys.com">abalashov@evaristesys.com</a>&gt;<br>
&gt; Cc: <a href="mailto:asterisk-biz@lists.digium.com">asterisk-biz@lists.digium.com</a><br>
&gt; Date: Friday, August 7, 2009, 9:06 PM<br>
&gt;<br>
&gt;<br>
&gt; Let me add something else here:<br>
&gt;<br>
&gt; Obviously, there are various ways to get this data off of a cell device<br>
&gt; that rely on use of a network rather than SMS, and can be bridged straight<br>
&gt; into IP.  That would be far more straightforward, cheaper and more<br>
&gt; sensible.<br>
&gt;<br>
&gt; However, that defeats one of the specific problems I&#39;m trying to solve<br>
&gt; here, which is that the operating area has very, very spotty<br>
&gt; 3G/EDGE/EVDO/etc. coverage, but always has basic digital coverage.<br>
&gt;<br>
&gt;&gt; Hi everyone,<br>
&gt;&gt;<br>
&gt;&gt; Sorry if this is a little off-topic, but I thought I would tap the<br>
&gt;&gt; enormous collective wealth of knowledge here.<br>
&gt;&gt;<br>
&gt;&gt; I come from the fixed-line world, so I don&#39;t know terribly much about<br>
&gt;&gt; SMS<br>
&gt;&gt; or mobile anything.<br>
&gt;&gt;<br>
&gt;&gt; I have a situation where I need an endpoint to receive a fairly large<br>
&gt;&gt; amount of SMS messages in something close to real-time and then be able<br>
&gt;&gt; to<br>
&gt;&gt; automatically do something with them as part of a backoffice process,<br>
&gt;&gt; and<br>
&gt;&gt; need to set up something rather quickly.<br>
&gt;&gt;<br>
&gt;&gt; For example, an SMS message comes into some sort of device or service,<br>
&gt;&gt; and<br>
&gt;&gt; this triggers a RESTful HTTP call (or SOAP, or whatever) to some agent<br>
&gt;&gt; that does something with that data.<br>
&gt;&gt;<br>
&gt;&gt; Speed is of the essence;  this rules out most SMS-to-email gateways<br>
&gt;&gt; because it usually takes at least several minutes to receive the e-mail.<br>
&gt;&gt; In this case, that won&#39;t work; the delay is just too long.<br>
&gt;&gt;<br>
&gt;&gt; Likewise, vertically integrated SMS gateway services that provide some<br>
&gt;&gt; sort of interactive online &quot;chat&quot; window with an interface into an SMS<br>
&gt;&gt; conversation won&#39;t do.  This needs to be development-friendly;  I need<br>
&gt;&gt; to<br>
&gt;&gt; be able to write some code to do something with the contents of that<br>
&gt;&gt; message post haste.  The other thing is, vendors providing those<br>
&gt;&gt; products<br>
&gt;&gt; and services in this category charge a fair bit per text message, which<br>
&gt;&gt; isn&#39;t going to fly in this case because there may be a dozen text<br>
&gt;&gt; messages<br>
&gt;&gt; per minute or more, occasionally.  Something flat-rate would be<br>
&gt;&gt; desirable,<br>
&gt;&gt; even if it&#39;s expensive (say, a few hundred dollars a month).<br>
&gt;&gt;<br>
&gt;&gt; Lastly, I don&#39;t know if it&#39;s possible to get any kind of access circuit<br>
&gt;&gt; in<br>
&gt;&gt; North America over which SMS messages can be received, but even if it<br>
&gt;&gt; were, that&#39;s not really an option in this case due to time constraints.<br>
&gt;&gt; Likewise, setting up a GSM or CDMA receiver device registered on a cell<br>
&gt;&gt; network - legitimately or otherwise - is out too, for similar reasons.<br>
&gt;&gt;<br>
&gt;&gt; What it really comes down to is that I need a fast SMS data relay<br>
&gt;&gt; service<br>
&gt;&gt; that handle a relatively high-volume at relatively little expense, and<br>
&gt;&gt; one<br>
&gt;&gt; which can provide that data via some sort of HTTP or XML-RPC or SOAP<br>
&gt;&gt; type<br>
&gt;&gt; API callback so that the data can be plumbed to an agent on my side for<br>
&gt;&gt; further processing.<br>
&gt;&gt;<br>
&gt;&gt; I have no idea if something like this exists, or if that&#39;s tantamount to<br>
&gt;&gt; a<br>
&gt;&gt; request for magic.  That&#39;s why I&#39;m inquiring.<br>
&gt;&gt;<br>
&gt;&gt; Thanks!<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Alex Balashov<br>
&gt;&gt; Evariste Systems<br>
&gt;&gt; Web    : <a href="http://www.evaristesys.com/" target="_blank">http://www.evaristesys.com/</a><br>
&gt;&gt; Tel    : (+1) (678) 954-0670<br>
&gt;&gt; Direct : (+1) (678) 954-0671<br>
&gt;&gt; Mobile : (+1) (678) 237-1775<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Alex Balashov<br>
&gt; Evariste Systems<br>
&gt; Web    : <a href="http://www.evaristesys.com/" target="_blank">http://www.evaristesys.com/</a><br>
&gt; Tel    : (+1) (678) 954-0670<br>
&gt; Direct : (+1) (678) 954-0671<br>
&gt; Mobile : (+1) (678) 237-1775<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; --Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
&gt;<br>
&gt; AstriCon 2009 - October 13 - 15 Phoenix, Arizona<br>
&gt; Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>
&gt;<br>
&gt; asterisk-biz mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;    <a href="http://lists.digium.com/mailman/listinfo/asterisk-biz" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-biz</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
<br>
--<br>
Alex Balashov<br>
Evariste Systems<br>
Web    : <a href="http://www.evaristesys.com/" target="_blank">http://www.evaristesys.com/</a><br>
Tel    : (+1) (678) 954-0670<br>
Direct : (+1) (678) 954-0671<br>
Mobile : (+1) (678) 237-1775<br>
<br>
<br>
<br>
_______________________________________________<br>
--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
<br>
AstriCon 2009 - October 13 - 15 Phoenix, Arizona<br>
Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>
<br>
asterisk-biz mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-biz" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-biz</a><br>
</div></div></blockquote></div><br>