<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>Clickatell AU Blog</title>
	
	<link>http://www.clickatell.com.au/blog</link>
	<description>Clickatell AU Blog</description>
	<lastBuildDate>Fri, 05 Mar 2010 11:07:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/clickatell_au" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="clickatell_au" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">clickatell_au</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Bulk SMS is Helping The Deaf!</title>
		<link>http://www.clickatell.com.au/blog/2010/03/bulk-sms-is-helping-the-deaf/</link>
		<comments>http://www.clickatell.com.au/blog/2010/03/bulk-sms-is-helping-the-deaf/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 11:05:43 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Messaging in Action]]></category>
		<category><![CDATA[application programming interface]]></category>
		<category><![CDATA[bulk sms]]></category>
		<category><![CDATA[bulk SMS interface]]></category>
		<category><![CDATA[high-volume API]]></category>
		<category><![CDATA[two-way messaging]]></category>

		<guid isPermaLink="false">http://www.clickatell.com.au/blog/?p=768</guid>
		<description><![CDATA[Bulk SMS messaging is supplying New Zealand's deaf community with the ability to get in touch with the country's local emergency services. How are they doing it?


Related posts:<ol><li><a href='http://www.clickatell.com.au/blog/2009/11/why-you-shouldnt-send-unsolicited-bulk-sms/' rel='bookmark' title='Permanent Link: Why You Shouldn&#8217;t Send Unsolicited Bulk SMS'>Why You Shouldn&#8217;t Send Unsolicited Bulk SMS</a> <small>Sending out unsolicited bulk SMS messages can be dangerous &...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/06/the-exciting-future-of-mobile-messaging/' rel='bookmark' title='Permanent Link: The exciting future of mobile messaging'>The exciting future of mobile messaging</a> <small>The invention of mobile phones has dramatically changed the way...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/12/texting-through-the-sms-gateway/' rel='bookmark' title='Permanent Link: Texting Through The SMS Gateway'>Texting Through The SMS Gateway</a> <small>South Australia, the latest state to employ an emergency warning...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Bulk SMS messaging is supplying New   Zealand&#8217;s deaf community with the ability to get in touch with the country&#8217;s local emergency services. How are they doing it?</p>
<h3>The Ubiquity of Bulk SMS</h3>
<p>It isn&#8217;t in the least surprising that the use of bulk SMS ha<ins datetime="2010-03-04T09:29" cite="mailto:Daryl%20Brown">s</ins> spread to emergency services. The fact that it is implemented to help the deaf community is innovative to say the least, showing that SMS as a communications medium has grown to be a part of our everyday lives.</p>
<p>After all, 4.6 billion people have access to a mobile phone – a figure set to increase to 5 billion a bit later this year. And, taking into account that 94% of SMS messages are read (75% are read almost immediately), it’s easy to understand why bulk SMS has become the ideal way to get in touch with a large number of people, in a very short time.</p>
<p>So to better illustrate how you can use bulk SMS effectively, let’s see if we can’t figure out what possible systems the <a title="www.stuff.co.nz" href="http://www.stuff.co.nz/technology/digital-living/3388110/World-first-for-deaf-111-text-calls" target="_blank">New Zealand</a> deaf community might have in place to achieve their aim of effective communication.</p>
<h3>The Bulk SMS Interface</h3>
<p>To start off, one would have to assume that the emergency services themselves are using a custom interface that will allow them to link all incoming (and outgoing) text messages with an individual&#8217;s profile. This points to custom programming, and therefore the use of an API, or Application Programming Interface.</p>
<p>Now before we list the API&#8217;s, one would have to keep in mind that not all API&#8217;s are capable of two-way bulk SMS messaging. However, it is possible to combine API&#8217;s to suit business needs. This means that one API can be implemented to send SMS messages while another can be used to receive messages. Note that all API&#8217;s are capable of sending SMS messages by default.</p>
<p>So what are the available API&#8217;s?</p>
<p>Two-way:</p>
<ul>
<li>HTTP/S</li>
<li>SMPP</li>
<li>SOAP</li>
<li>FTP</li>
</ul>
<p>One-way:</p>
<ul>
<li>XML</li>
<li>SMTP</li>
<li>COM</li>
</ul>
<p>That being said, one would have to assume that, seeing as a custom interface might be used by New Zealand&#8217;s emergency services, a high-volume API is being used to possibly cater for the entire deaf population of 79,000. One such API is SMPP, capable of two-way sending and rapid bulk SMS message transmission. And that&#8217;s one possible scenario of how New Zealand is able to provide its deaf community with access to emergency services.</p>
<h3>What Can You Do?</h3>
<p>While the above explains a scenario where high-volume messaging might be appropriate, keep in mind that there are tools that would allow even smaller businesses to do much the same for their local deaf community.</p>
<p>The benefit of using bulk SMS is that you’ll be able to reach more customers using a medium common to almost 5 billion people on earth. This will not only add to your demographic, but also supply you with a platform for business expansion.</p>
<p>For more information on how you can text-message enable your business to cater for a greater target audience, read more on our <a title="Clickatell AU | Bulk SMS" href="http://www.clickatell.com.au/solutions/bulksms.php" target="_blank">bulk SMS</a> page.</p>
<!-- SiteCatalyst code version: H.20. 
Copyright 1997-2009 Omniture, Inc. More info available at http://www.omniture.com -->
<script language="JavaScript" type="text/javascript" src="/blog/australia_s_code.js"></script>
<script language="JavaScript" type="text/javascript"><!--
/* You may give each page an identifying name, server, and channel on
the next lines. */
s.pageName="Post: Bulk SMS is Helping The Deaf!"
s.channel="Post: Bulk SMS is Helping The Deaf!"
s.heir1="Post: Bulk SMS is Helping The Deaf!"
/* Conversion Variables */
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
var s_code=s.t();if(s_code)document.write(s_code)//--></script>
<script language="JavaScript" type="text/javascript"><!--
if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
//--></script><noscript><a href="http://www.omniture.com" title="Web Analytics"><img src="http://accclickatellausblog.112.2O7.net/b/ss/accclickatellausblog/1/H.20.2--NS/0?[AQB]&cdp=3&[AQE]" height="1" width="1" border="0" alt="" /></a></noscript><!--/DO NOT REMOVE/-->
<!-- End SiteCatalyst code version: H.20. -->



<p>Related posts:<ol><li><a href='http://www.clickatell.com.au/blog/2009/11/why-you-shouldnt-send-unsolicited-bulk-sms/' rel='bookmark' title='Permanent Link: Why You Shouldn&#8217;t Send Unsolicited Bulk SMS'>Why You Shouldn&#8217;t Send Unsolicited Bulk SMS</a> <small>Sending out unsolicited bulk SMS messages can be dangerous &...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/06/the-exciting-future-of-mobile-messaging/' rel='bookmark' title='Permanent Link: The exciting future of mobile messaging'>The exciting future of mobile messaging</a> <small>The invention of mobile phones has dramatically changed the way...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/12/texting-through-the-sms-gateway/' rel='bookmark' title='Permanent Link: Texting Through The SMS Gateway'>Texting Through The SMS Gateway</a> <small>South Australia, the latest state to employ an emergency warning...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.clickatell.com.au/blog/2010/03/bulk-sms-is-helping-the-deaf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMPP Under the Microscope</title>
		<link>http://www.clickatell.com.au/blog/2010/02/smpp-under-the-microscope/</link>
		<comments>http://www.clickatell.com.au/blog/2010/02/smpp-under-the-microscope/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 07:35:37 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Messaging in Action]]></category>
		<category><![CDATA[bind_transceiver]]></category>
		<category><![CDATA[ESME]]></category>
		<category><![CDATA[External Short Message Entity]]></category>
		<category><![CDATA[Short Message Peer-to-Peer]]></category>
		<category><![CDATA[SMPP]]></category>

		<guid isPermaLink="false">http://www.clickatell.com.au/blog/?p=761</guid>
		<description><![CDATA[How does routing work with messaging protocols like SMPP? What happens when you send a message and how does it get delivered?


Related posts:<ol><li><a href='http://www.clickatell.com.au/blog/2009/07/smpp-protocol-used-in-high-volume-bulk-sms/' rel='bookmark' title='Permanent Link: SMPP protocol used in high volume bulk SMS'>SMPP protocol used in high volume bulk SMS</a> <small>You are not alone if you have never heard of...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/10/smpp-for-quick-and-reliable-message-delivery/' rel='bookmark' title='Permanent Link: SMPP for Quick and Reliable Message Delivery'>SMPP for Quick and Reliable Message Delivery</a> <small>SMPP, or Short Message Peer-to-Peer, is an open message transfer...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/12/festive-smpp-application/' rel='bookmark' title='Permanent Link: Festive SMPP Application'>Festive SMPP Application</a> <small>As we enter the festive season, SMPP can play a...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>How does routing work with messaging protocols like SMPP? What happens when you send a message and how does it get delivered?</p>
<p>Let&#8217;s kick off with a quick introduction to SMPP…</p>
<p>It&#8217;s short for Short Message Peer-to-Peer and refers to a protocol used to send Short Message Service messages (SMS messages) from an ESME (External Short Message Entity) to a mobile device or even another ESME. The latter refers to any fixed network SMS clients such as your server, a WAP proxy server, a voicemail server, etc.</p>
<p>So why should you use SMPP? If you’ve done a bit of homework you’ll realise that there exist a number of other protocols you can use to send SMS messages. These are accessible in the form of Application Programming Interfaces (API’s) that include HTTP/S, FTP, SOAP, XML, SMTP and COM objects.</p>
<p>But SMPP is more often than not favoured above (or used in conjunction with) these protocols due to its high-volume messaging capabilities and the fact that it isn’t subject to translation between the SMS gateway and the SMSC. However that’s just about the extent of the benefits as all protocols (or API’s) support reliable messaging.</p>
<h3>Sending Messages with SMPP</h3>
<p>So what happens when you send messages using SMPP? Let&#8217;s take a look:</p>
<ol>
<li>Using a TCP or X.25 connection, an SMPP session is established      between your network and the SMS      gateway.</li>
<li>Now this connection can refer to either one or two virtual      sessions: SMPP v3.3 requires a separate connection to send and receive.      However, using the BIND_TRANSCEIVER field, it is possible to both send and      receive using a single TCP or X.25 session.</li>
<li>As soon as the connections are established, transmission      commences in either synchronous or asynchronous mode. Here&#8217;s how they      differ:
<ol>
<li>Synchronous: Each peer has to wait for a response for each       transmitted PDU (Protocol Data Unit)</li>
<li>Asynchronous: The transmission of PDU&#8217;s and their       corresponding responses occur in different threads.</li>
</ol>
</li>
<li>Now, once your message reaches the SMS      gateway, it is translated into the correct protocol for further      transmission. SMPP is seen as one of the de facto protocols for pre-SMSC message delivery, which means your      messages are forwarded directly to the SMSC      and are then translated into the correct format. However, if you&#8217;re using      SMTP, then those messages are translated into SMPP before being forwarded      to the SMSC.</li>
<li>So now your messages are with the SMSC      and are ready to be forwarded to the appropriate destination handset. Or,      almost.</li>
</ol>
<p>First it has to be determined where the destination handset is. This can either be done with a prefix lookup, or with an HLR (Home Location Register) lookup. This is done using the IMSI  and the MSISDN stored in the SIM of the destination mobile.</p>
<p>Seems pretty simple, doesn’t it? And it is, if you care to not look under the surface. In addition to the above, there are a host of other carrier-specific protocols that come into play. But that’s another blog for another time.</p>
<p>If you’re interested in learning more or signing up for this powerhouse protocol, simply follow the link to our <a title="Clickatell Aus | SMPP" href="http://www.clickatell.com.au/application_development/smpp_api.php" target="_blank">SMPP</a> page.</p>
<!-- SiteCatalyst code version: H.20. 
Copyright 1997-2009 Omniture, Inc. More info available at http://www.omniture.com -->
<script language="JavaScript" type="text/javascript" src="/blog/australia_s_code.js"></script>
<script language="JavaScript" type="text/javascript"><!--
/* You may give each page an identifying name, server, and channel on
the next lines. */
s.pageName="Post: SMPP Under the Microscope"
s.channel="Post: SMPP Under the Microscope"
s.heir1="Post: SMPP Under the Microscope"
/* Conversion Variables */
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
var s_code=s.t();if(s_code)document.write(s_code)//--></script>
<script language="JavaScript" type="text/javascript"><!--
if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
//--></script><noscript><a href="http://www.omniture.com" title="Web Analytics"><img src="http://accclickatellausblog.112.2O7.net/b/ss/accclickatellausblog/1/H.20.2--NS/0?[AQB]&cdp=3&[AQE]" height="1" width="1" border="0" alt="" /></a></noscript><!--/DO NOT REMOVE/-->
<!-- End SiteCatalyst code version: H.20. -->



<p>Related posts:<ol><li><a href='http://www.clickatell.com.au/blog/2009/07/smpp-protocol-used-in-high-volume-bulk-sms/' rel='bookmark' title='Permanent Link: SMPP protocol used in high volume bulk SMS'>SMPP protocol used in high volume bulk SMS</a> <small>You are not alone if you have never heard of...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/10/smpp-for-quick-and-reliable-message-delivery/' rel='bookmark' title='Permanent Link: SMPP for Quick and Reliable Message Delivery'>SMPP for Quick and Reliable Message Delivery</a> <small>SMPP, or Short Message Peer-to-Peer, is an open message transfer...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/12/festive-smpp-application/' rel='bookmark' title='Permanent Link: Festive SMPP Application'>Festive SMPP Application</a> <small>As we enter the festive season, SMPP can play a...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.clickatell.com.au/blog/2010/02/smpp-under-the-microscope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email to SMS Scripting Made Easy</title>
		<link>http://www.clickatell.com.au/blog/2010/02/email-to-sms-scripting-made-easy/</link>
		<comments>http://www.clickatell.com.au/blog/2010/02/email-to-sms-scripting-made-easy/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 08:17:41 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Messaging in Action]]></category>
		<category><![CDATA[160 character messaging]]></category>
		<category><![CDATA[email to SMS]]></category>
		<category><![CDATA[email to SMS script]]></category>
		<category><![CDATA[outlook express SMS script]]></category>
		<category><![CDATA[outlook SMS script]]></category>
		<category><![CDATA[SMTP API]]></category>
		<category><![CDATA[VBA SMS script]]></category>

		<guid isPermaLink="false">http://www.clickatell.com.au/blog/?p=746</guid>
		<description><![CDATA[Email to SMS is a powerful messaging medium with immense scalability potential - use it for all your notifications and alerts. Here's how you can automate the process.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Email to SMS is a powerful messaging medium with immense scalability potential &#8211; use it for all your notifications, alerts and one-way promotional messages. Here&#8217;s how you can automate the process.</p>
<p>So let&#8217;s take a step by step look at how you can automate your email to SMS processes. You don&#8217;t need to be a genius or even too proficient with computers. All you&#8217;ll need to do is follow these steps.</p>
<h3>Before You Begin</h3>
<p>Kicking off with email to SMS, let&#8217;s look at the length of your average text message. The default is 160 7-bit characters per message, with the possibility of concatenation (meaning more than 160 7-bit characters). These characters are defined in the GSM 7-bit alphabet. If you&#8217;re going to look up said alphabet, just keep in mind that there&#8217;s also an extension table with 10 extra characters defined.</p>
<p>Characters that do not form part of the 7-bit alphabet are most likely 8-bit and will therefore shorten the standard length of your text messages.</p>
<h3>Script Variables</h3>
<p>Now you&#8217;re ready to start creating that script to convert your email to SMS. For the purposes of this example, we took an existing VBA script and converted it to SMS the subject to a destination phone. Using this script in your favourite email client, you&#8217;ll be able to create a filter or message rule that activates the script when, for instance, a specific person sends you an email.</p>
<p>Take note of the statically coded variables. These include:</p>
<ul>
<li>&#8220;<em>user</em>:&lt;your username&gt;&#8221;</li>
<li>&#8220;<em>password</em>:&lt;your password&gt;&#8221;</li>
<li>&#8220;<em>api_id</em>:&lt;your API ID&gt;&#8221;</li>
<li>&#8220;<em>concat</em>:1&#8243;</li>
<li>&#8220;<em>reply</em>:&lt;your reply address&gt;&#8221;</li>
<li>&#8220;<em>to</em>:&lt;the destination number&gt;&#8221;</li>
<li>&#8220;<em>text</em>:&lt;leave blank&gt;&#8221;</li>
</ul>
<p>From the above you&#8217;ll note that &#8216;<em>concat</em>&#8216; has been left at &#8216;1&#8242;. This can be left out as &#8216;1&#8242; is the default value of this parameter. It specifies the number of parts the message should be broken into when the email to SMS operation takes place, and is only applicable when the subject will exceed 160 characters (in this case, however, it is recommended that it be left at one as not all email subjects will exceed 160 characters). Additionally, the &#8216;<em>text</em>&#8216; field has also been left blank seeing as it will be followed by the subject of the mail.</p>
<p>Here&#8217;s the complete script:</p>
<p><em>Sub SendSMS(Item As Outlook.MailItem)<br />
Dim objMail As Outlook.MailItem<br />
Set objItem = LoadOrigMessage()<br />
Set objMail = objItem.Forward<br />
objMail.To = &#8220;sms@messaging.clickatell.com&#8221;<br />
objMail.Body = &#8220;user:&lt;your username&gt;&#8221; &amp; vbCrLf &amp; &#8220;password:&lt;your password&gt;&#8221; &amp; vbCrLf &amp; &#8220;api_id:&lt;your API ID&gt;&#8221; &amp; vbCrLf &amp; &#8220;concat:1&#8243; &amp; vbCrLf &amp; &#8220;reply:&lt;your reply address&gt;&#8221; &amp; vbCrLf &amp; &#8220;to:&lt;the destination number&gt;&#8221; &amp; vbCrLf &amp; &#8220;text:&lt;leave blank&gt;&#8221; &amp; &#8220;Subject: &lt;leave blank&gt; &#8221; &amp; objMail.Subject<br />
objMail.Send<br />
Set objItem = Nothing<br />
Set objMail = Nothing<br />
End Sub</em></p>
<p><em><em>Function LoadOrigMessage() As Object<br />
Dim objApp As Outlook.Application<br />
Set objApp = Application<br />
On Error Resume Next<br />
Select Case TypeName(objApp.ActiveWindow)<br />
Case &#8220;Explorer&#8221;<br />
Set LoadOrigMessage = _<br />
objApp.ActiveExplorer.Selection.Item(1)<br />
Case &#8220;Inspector&#8221;<br />
Set LoadOrigMessage = _<br />
objApp.ActiveInspector.CurrentItem<br />
Case Else<br />
End Select<br />
End Function</em></em></p>
<p>Now what the above script does, is to load the function &#8216;<em>LoadOrigMessage</em>&#8216; from within &#8216;<em>Sub SendSMS</em>&#8216;. This will load the original message to be forwarded to the server that makes email to SMS possible. Note, however, that the original message body will be replaced by the values specified in &#8216;<em>objMail.Body</em>&#8216;, and only the subject of the original mail is passed on. See how easy it is?</p>
<p>Getting closer to the end, there&#8217;s only one additional thing you should take into account regarding email to SMS: messages should be sent to the <strong>destination email address </strong>in plain text. To do this, you&#8217;d either have to set your default message format as plain text or add functionality to the script that converts the text to plain text.</p>
<p>And that&#8217;s all there is to it. Feel free to use this for yourself or for your company organisation &#8211; follow the link to read more about <a title="Clickatell Aus | Email to SMS" href="http://www.clickatell.com/solutions/business/email.php" target="_blank">email to SMS</a> and start sending with 10 free test credits!</p>
<!-- SiteCatalyst code version: H.20. 
Copyright 1997-2009 Omniture, Inc. More info available at http://www.omniture.com -->
<script language="JavaScript" type="text/javascript" src="/blog/australia_s_code.js"></script>
<script language="JavaScript" type="text/javascript"><!--
/* You may give each page an identifying name, server, and channel on
the next lines. */
s.pageName="Post: Email to SMS Scripting Made Easy"
s.channel="Post: Email to SMS Scripting Made Easy"
s.heir1="Post: Email to SMS Scripting Made Easy"
/* Conversion Variables */
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
var s_code=s.t();if(s_code)document.write(s_code)//--></script>
<script language="JavaScript" type="text/javascript"><!--
if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
//--></script><noscript><a href="http://www.omniture.com" title="Web Analytics"><img src="http://accclickatellausblog.112.2O7.net/b/ss/accclickatellausblog/1/H.20.2--NS/0?[AQB]&cdp=3&[AQE]" height="1" width="1" border="0" alt="" /></a></noscript><!--/DO NOT REMOVE/-->
<!-- End SiteCatalyst code version: H.20. -->



<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.clickatell.com.au/blog/2010/02/email-to-sms-scripting-made-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Local &amp; International SMS Glossary</title>
		<link>http://www.clickatell.com.au/blog/2010/02/local-international-sms-glossary/</link>
		<comments>http://www.clickatell.com.au/blog/2010/02/local-international-sms-glossary/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 13:54:23 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Messaging in Action]]></category>
		<category><![CDATA[international SMS]]></category>
		<category><![CDATA[mobile originated]]></category>
		<category><![CDATA[mobile terminated]]></category>
		<category><![CDATA[MSISDN]]></category>
		<category><![CDATA[premium rate SMS]]></category>
		<category><![CDATA[revenue share]]></category>
		<category><![CDATA[Sender ID]]></category>

		<guid isPermaLink="false">http://www.clickatell.com.au/blog/?p=736</guid>
		<description><![CDATA[To get the most out of your international SMS campaigns, it helps to familiarise yourself with all the necessary SMS-related terminology. If you've ever wondered what MO, MT or Revenue Share meant, then this post is especially for you!


Related posts:<ol><li><a href='http://www.clickatell.com.au/blog/2009/09/australian-exporters-take-advantage-of-international-sms/' rel='bookmark' title='Permanent Link: Australian Exporters Take Advantage of International SMS'>Australian Exporters Take Advantage of International SMS</a> <small>Co-operation between mobile network operators in different countries has given...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>To get the most out of your international SMS campaigns, it helps to familiarise yourself with all the necessary SMS-related terminology. If you&#8217;ve ever wondered what MO, MT or Revenue Share meant, then this post is especially for you!</p>
<p>We often get a couple of customers who feel left in the dark with all the SMS jargon around. After all, what does &#8220;Mobile Originated&#8221; and &#8220;Mobile Terminated&#8221; actually mean? Below we&#8217;ve taken a selection of the frequently used terms and elaborated on them a little. If the term you&#8217;re looking for isn&#8217;t in the list below, leave it in a comment and we&#8217;ll be sure to post a relevant explanation.</p>
<h4>Mobile Originated</h4>
<p>This is a term you&#8217;ll hear a lot, and is applicable to both local and international SMS. It refers to a message sent from a mobile handset to an application. For instance, if you&#8217;re running a campaign to increase your opt-in customers by supplying them with &#8220;25% discount on all products this Valentine&#8217;s day&#8221;, then the messages you receive from them are mobile originated. The numbers you have then are mobile originated numbers.</p>
<h4>Premium Rate Message (MO)</h4>
<p>This refers to a message sent by one of your opt-in clients to your premium-rated number. Under normal circumstances they&#8217;ll be charged more than the standard rate. Take note that certain restrictions apply when it comes to international SMS messages and premium-rated messages.</p>
<h4>Mobile Terminated</h4>
<p>Mobile terminated refers to messages sent from your application, be it local or international SMS that terminates on your client&#8217;s mobile handset. An example is sending out the voucher codes for the 25% discount to those individuals who opt-in on your mobile campaigns.</p>
<h4>Premium Rate Message (MT)</h4>
<p>This refers to a message sent from your application to the mobile handset of one of your subscribers. As with the MO premium-rated message, they are charged a certain amount for receiving the message. These messages often contain data, an application, ringtone or image to justify the associated cost. Again, note that there are certain restrictions that apply concerning international SMS messaging.</p>
<h4>Revenue Share</h4>
<p>One of the biggest motivators for premium-rated messaging is the revenue share, which basically refers to the division of profit between the content provider and the network operator hosting the premium-rated messaging. Premium-rated messaging can under normal circumstances only be done locally, which means that premium international SMS messaging will require an agreement with network providers in the destination country.</p>
<h4>Sender ID / Source Address</h4>
<p>This refers to the number from which your messages will be sent. The sender ID refers to long numbers, short numbers and those instances where the sender ID is a company name. In short, it&#8217;s the number your contact will see on their mobile handset as the &#8220;From&#8221; number. Again note that certain restrictions apply with regards to international SMS messaging.</p>
<h4>Destination Address (MSISDN)</h4>
<p>The name is self-explanatory, and refers to your contact&#8217;s mobile number. Do note, however, that this number should be in a specific format that includes the country code (without the leading zero) and the rest of the mobile number. Whether you’re sending international SMS messages or just locally, this is the format the destination number must maintain.</p>
<p>If the above words made sense to you and you&#8217;re ready to take it a step further, click to navigate to our <a title="Clickatell Aus | International SMS" href="http://www.clickatell.com/solutions/international_sms_software.php" target="_blank">international SMS</a> page.</p>
<!-- SiteCatalyst code version: H.20. 
Copyright 1997-2009 Omniture, Inc. More info available at http://www.omniture.com -->
<script language="JavaScript" type="text/javascript" src="/blog/australia_s_code.js"></script>
<script language="JavaScript" type="text/javascript"><!--
/* You may give each page an identifying name, server, and channel on
the next lines. */
s.pageName="Post: Local & International SMS Glossary"
s.channel="Post: Local & International SMS Glossary"
s.heir1="Post:Local & International SMS Glossary"
/* Conversion Variables */
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
var s_code=s.t();if(s_code)document.write(s_code)//--></script>
<script language="JavaScript" type="text/javascript"><!--
if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
//--></script><noscript><a href="http://www.omniture.com" title="Web Analytics"><img src="http://accclickatellausblog.112.2O7.net/b/ss/accclickatellausblog/1/H.20.2--NS/0?[AQB]&cdp=3&[AQE]" height="1" width="1" border="0" alt="" /></a></noscript><!--/DO NOT REMOVE/-->
<!-- End SiteCatalyst code version: H.20. -->



<p>Related posts:<ol><li><a href='http://www.clickatell.com.au/blog/2009/09/australian-exporters-take-advantage-of-international-sms/' rel='bookmark' title='Permanent Link: Australian Exporters Take Advantage of International SMS'>Australian Exporters Take Advantage of International SMS</a> <small>Co-operation between mobile network operators in different countries has given...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.clickatell.com.au/blog/2010/02/local-international-sms-glossary/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Role of SMS Gateways in the Medical Profession</title>
		<link>http://www.clickatell.com.au/blog/2010/02/the-role-of-sms-gateways-in-the-medical-profession/</link>
		<comments>http://www.clickatell.com.au/blog/2010/02/the-role-of-sms-gateways-in-the-medical-profession/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 09:17:20 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Messaging in Action]]></category>
		<category><![CDATA[international SMS]]></category>
		<category><![CDATA[SMS contact management]]></category>
		<category><![CDATA[SMS gateway]]></category>
		<category><![CDATA[SMS Gateways]]></category>
		<category><![CDATA[two-way SMS]]></category>
		<category><![CDATA[value-added communication]]></category>
		<category><![CDATA[web to SMS]]></category>

		<guid isPermaLink="false">http://www.clickatell.com.au/blog/?p=728</guid>
		<description><![CDATA[SMS Gateways can be used by medical professionals to ensure the optimal health of their patients. This could help keep patients healthy and loyal.


Related posts:<ol><li><a href='http://www.clickatell.com.au/blog/2010/01/sms-gateways-the-freelancer/' rel='bookmark' title='Permanent Link: SMS Gateways &#038; The Freelancer'>SMS Gateways &#038; The Freelancer</a> <small>SMS Gateways can help freelancers across different industries keep in...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/07/mobile-api%e2%80%99s-help-save-lives-across-australia/' rel='bookmark' title='Permanent Link: Mobile API’s help save lives across Australia'>Mobile API’s help save lives across Australia</a> <small>Australian Red Cross delegates attended an international seminar in June...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/08/sms-gateways-offer-cheap-option-to-fuel-growth/' rel='bookmark' title='Permanent Link: SMS gateways offer cheap option to fuel growth'>SMS gateways offer cheap option to fuel growth</a> <small>With up to 11.2 billion SMS messages to be sent...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>SMS gateways can be used by medical professionals to ensure the optimal health of their patients. This could help keep patients healthy and loyal.</p>
<p>Imagine being able to reach out to your patients whenever you need to to ensure that they take their medication or just to provide them with a word of encouragement. For many patients around the world this could be an invaluable service, and help them with the motivation they need to get better in no time at all. As someone who needs to keep an eye on the progress of your patients, how can the use of SMS gateways benefit you?</p>
<h3>&#8220;Wait! What are SMS gateways?&#8221;</h3>
<p>Ever sent an SMS message from the internet? If you haven&#8217;t, then take a look at the web-to-SMS application, <a title="Clickatell Communicator" href="http://www.clickatell.com.au/products/communicator.php" target="_blank">Communicator</a>. As with the Communicator, most other types of software and hardware that are SMS-capable send messages in a certain format. Your message needs to be translated into the appropriate format so that it can be sent on to the appropriate destination network, and on to the destination handset. SMS gateways form an integral part of everyday messaging, and enable businesses around the world to get in touch with their clients.</p>
<h3>&#8220;So where does Health care come in?&#8221;</h3>
<p>The benefit of SMS to health care is that it allows for communication using a medium common to all mobile phones. This communication, when used in the shape and form of an SMS gateway, like the Communicator above, can help to greatly improve patient care. This can be done by:</p>
<ul>
<li>Sending appointment reminders &#8220;Mr. Smith, friendly reminder of your appointment on 14Jan @ 9AM&#8221;</li>
<li>Sending medication reminders &#8220;Mr. Smith, lunch is coming up, time to take your medication as indicated&#8221;</li>
<li>Checking up on patients &#8220;Mrs. Smith, experiencing any chest pains? Reply to this SMS or give me a call&#8221;</li>
<li>Motivating patients &#8220;Mr. Bell! The weather&#8217;s good and no better time to take the dog for a morning walk!&#8221;</li>
<li>Tips for staying healthy &#8220;Mrs. Johnson, remember that an apple a day keeps the doctor away. Eat more fruit &amp; feel better!&#8221;</li>
<li>Sending out account payment reminders &#8220;Dear Mr. Ecklestone, please remember to settle the costs for your medication. Outstanding amount: GBP 15.50&#8243;</li>
<li>etc.</li>
</ul>
<p>The great benefit is that this adds a value-added dimension to the medical profession. This means that patients will get more bang for their buck, and appreciate the efforts invested toward their well-being, thereby staying with their caring GP for longer. And, lest we forget, when SMS gateways are employed to relay SMS messages, it has the potential to dramatically cut down on voice call costs.</p>
<h3>What You can do with SMS Gateways</h3>
<p>Features present in software that connect to SMS gateways to send your SMS messages are usually those that make life a bit easier by supplying you with greater control over who you want to message, when you want to message them and what message you want to send. These features include:</p>
<ul>
<li>Address book management</li>
<li>List segmentation</li>
<li>Delayed messaging</li>
<li>Routing profiles (when there&#8217;s a messaging budget)</li>
<li>Two-way messaging (Allowing patients to reply)</li>
<li>International messaging (Getting in touch with patients wherever they are)</li>
<li>and much, much more&#8230;</li>
</ul>
<p>If you are in the medical profession, then this is the communications product to help you provide greater care while cutting down on costs. Find out more on the<a title="Clickatell Aus | SMS Gateways" href="http://www.clickatell.com.au/products/sms_gateway.php" target="_blank"> SMS gateways</a> page.</p>
<!-- SiteCatalyst code version: H.20. 
Copyright 1997-2009 Omniture, Inc. More info available at http://www.omniture.com -->
<script language="JavaScript" type="text/javascript" src="/blog/australia_s_code.js"></script>
<script language="JavaScript" type="text/javascript"><!--
/* You may give each page an identifying name, server, and channel on
the next lines. */
s.pageName="Post: The Role of SMS Gateways in the Medical Profession"
s.channel="Post: The Role of SMS Gateways in the Medical Profession"
s.heir1="Post: The Role of SMS Gateways in the Medical Profession"
/* Conversion Variables */
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
var s_code=s.t();if(s_code)document.write(s_code)//--></script>
<script language="JavaScript" type="text/javascript"><!--
if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
//--></script><noscript><a href="http://www.omniture.com" title="Web Analytics"><img src="http://accclickatellausblog.112.2O7.net/b/ss/accclickatellausblog/1/H.20.2--NS/0?[AQB]&cdp=3&[AQE]" height="1" width="1" border="0" alt="" /></a></noscript><!--/DO NOT REMOVE/-->
<!-- End SiteCatalyst code version: H.20. -->



<p>Related posts:<ol><li><a href='http://www.clickatell.com.au/blog/2010/01/sms-gateways-the-freelancer/' rel='bookmark' title='Permanent Link: SMS Gateways &#038; The Freelancer'>SMS Gateways &#038; The Freelancer</a> <small>SMS Gateways can help freelancers across different industries keep in...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/07/mobile-api%e2%80%99s-help-save-lives-across-australia/' rel='bookmark' title='Permanent Link: Mobile API’s help save lives across Australia'>Mobile API’s help save lives across Australia</a> <small>Australian Red Cross delegates attended an international seminar in June...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/08/sms-gateways-offer-cheap-option-to-fuel-growth/' rel='bookmark' title='Permanent Link: SMS gateways offer cheap option to fuel growth'>SMS gateways offer cheap option to fuel growth</a> <small>With up to 11.2 billion SMS messages to be sent...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.clickatell.com.au/blog/2010/02/the-role-of-sms-gateways-in-the-medical-profession/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMS Gateway: Three Sporting Tips for Better Business</title>
		<link>http://www.clickatell.com.au/blog/2010/01/sms-gateway-three-sporting-tips-for-better-business/</link>
		<comments>http://www.clickatell.com.au/blog/2010/01/sms-gateway-three-sporting-tips-for-better-business/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 09:02:12 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Messaging in Action]]></category>
		<category><![CDATA[premium rated SMS]]></category>
		<category><![CDATA[SMS gateway]]></category>
		<category><![CDATA[SMS Gateways]]></category>
		<category><![CDATA[sms marketing]]></category>
		<category><![CDATA[SMS sales]]></category>
		<category><![CDATA[SMS service]]></category>

		<guid isPermaLink="false">http://www.clickatell.com.au/blog/?p=718</guid>
		<description><![CDATA[Using the SMS gateway to communicate sports results to fans is one way to achieve brand visibility and increase sales. Here are 3 tips to help you get the most out of any sports event.


Related posts:<ol><li><a href='http://www.clickatell.com.au/blog/2010/01/your-business-economic-boom-the-sms-gateway/' rel='bookmark' title='Permanent Link: Your Business, Economic Boom &amp; The SMS Gateway'>Your Business, Economic Boom &amp; The SMS Gateway</a> <small>Will your business be using the SMS gateway to communicate...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/10/bulk-sms-messages-for-australian-business-part-1/' rel='bookmark' title='Permanent Link: Bulk SMS Messages for Australian Business &#8211; Part 1'>Bulk SMS Messages for Australian Business &#8211; Part 1</a> <small>Due to the global economic decline, marketing has never been...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/04/sms-could-save-australian-wine-industry/' rel='bookmark' title='Permanent Link: SMS could save Australian wine industry'>SMS could save Australian wine industry</a> <small>The recent news that Australia’s wine exports have suffered an...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Using the SMS gateway to communicate sports results to fans is one way to achieve brand visibility and increase sales. Here are 3 tips to help you get the most out of any sports event.</p>
<p>One of the great things about sport is that it unites people of a like mind. For the duration of the season, rugby fans unite, cricket fans come together and tennis fans celebrate a shared interest. And the same holds true for all other types of sport. And the best thing is, this is the ideal opportunity to mix business with pleasure. Here’s how, with the SMS gateway:</p>
<h3>#1 Create Brand Awareness</h3>
<p>Statistical data exist aplenty to motivate the use of an SMS gateway as a medium to communicate with current and potential customers. Regardless of your business or industry, SMS can be used to create an awareness of your brand among a target audience.</p>
<p>“Aus v Eng, 22:13. 15 min of first half remaining. BBrand Electrical – Great Power, Excellent Service”</p>
<p>The above illustrates a message sent by an electrical company through the SMS gateway to a group of customers who signed up in-store to receive rugby match updates during the game. This allows BBrand Electrical to communicate with customers in a context that stimulates a shared interest association with the brand name.</p>
<p><strong>Customer Benefit</strong>: Clients will appreciate this because messages sent through the SMS gateway are instantaneous. And, even if they aren’t read immediately, your customer will be able to follow the progression when the SMS messages are read in sequence.</p>
<h3>#2 Distribute Promotional Information</h3>
<p>“Aus v Eng, 22:17. 10 mins in to second half. BBrand Electrical – 25% off all fittings until if Aus wins!”</p>
<p>The above message not only conveys the rugby score, but also relays promotional information to customers who opted in for the SMS service. The immediate benefit of this type of communication is that it fuels customer retention and it can be used to increase sales.</p>
<p><strong>Tip</strong>: Whether you’re a small business or a large corporate entity, you’ll be able to increase your sales potential with targeted mobile marketing through the SMS gateway. This means that, instead of marketing one product to the entire contact database, it could be better to distribute product information related to the previous purchases of your clients.</p>
<p>Example: If Jim bought a couple of light fittings last week, it might be a good idea to let him know that you have light shades on special. This could potentially mean more to Jim than, say, plugs or a screwdriver set.</p>
<h3>#3 “Text-to-Win” Premium Rate Competitions</h3>
<p>Messages sent through the SMS gateway to premium-rated numbers are usually charged at higher rates than when sent to normal numbers and are more often than not associated with a Common Short Code (CSC), a number 4 to 6 digits long. The funds accumulated during premium-rated message campaigns are usually split between the network operator and the company hosting the messaging campaign according to a predetermined profit-sharing model.</p>
<p>“Aus v Eng, 22:22, 15min remaining. Reply to this message and guess final score – Win $1,500. Texts charged at $3. BBrand Electrical”</p>
<p>This will allow customers to actively participate, and BBrand Electrical to receive a share of the profits generated from this campaign as well as some valuable brand visibility.</p>
<p>Carrying on this way, BBrand Electrical will soon have established a close-knit relationship with their customers and also see an increase in sales. If you would like to do the same in the coming months, then follow the link to the <a title="Clickatell Aus | SMS Gateway" href="http://www.clickatell.com.au/products/sms_gateway.php" target="_blank">SMS gateway</a> page.</p>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />


<p>Related posts:<ol><li><a href='http://www.clickatell.com.au/blog/2010/01/your-business-economic-boom-the-sms-gateway/' rel='bookmark' title='Permanent Link: Your Business, Economic Boom &amp; The SMS Gateway'>Your Business, Economic Boom &amp; The SMS Gateway</a> <small>Will your business be using the SMS gateway to communicate...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/10/bulk-sms-messages-for-australian-business-part-1/' rel='bookmark' title='Permanent Link: Bulk SMS Messages for Australian Business &#8211; Part 1'>Bulk SMS Messages for Australian Business &#8211; Part 1</a> <small>Due to the global economic decline, marketing has never been...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/04/sms-could-save-australian-wine-industry/' rel='bookmark' title='Permanent Link: SMS could save Australian wine industry'>SMS could save Australian wine industry</a> <small>The recent news that Australia’s wine exports have suffered an...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.clickatell.com.au/blog/2010/01/sms-gateway-three-sporting-tips-for-better-business/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SMS Service: Giving Your Customers More</title>
		<link>http://www.clickatell.com.au/blog/2010/01/sms-service-giving-your-customers-more/</link>
		<comments>http://www.clickatell.com.au/blog/2010/01/sms-service-giving-your-customers-more/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 08:30:29 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Financial Services]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Messaging in Action]]></category>
		<category><![CDATA[financial SMS service]]></category>
		<category><![CDATA[promotional SMS]]></category>
		<category><![CDATA[SMS service]]></category>
		<category><![CDATA[value-added SMS service]]></category>

		<guid isPermaLink="false">http://www.clickatell.com.au/blog/?p=711</guid>
		<description><![CDATA[Is there a future in mobilising parts of your business by providing an SMS service? SMS can help reduce costs and improve the relationship that you have with your customers by taking care of the small things.


Related posts:<ol><li><a href='http://www.clickatell.com.au/blog/2010/01/your-business-economic-boom-the-sms-gateway/' rel='bookmark' title='Permanent Link: Your Business, Economic Boom &amp; The SMS Gateway'>Your Business, Economic Boom &amp; The SMS Gateway</a> <small>Will your business be using the SMS gateway to communicate...</small></li><li><a href='http://www.clickatell.com.au/blog/2010/01/sms-gateway-three-sporting-tips-for-better-business/' rel='bookmark' title='Permanent Link: SMS Gateway: Three Sporting Tips for Better Business'>SMS Gateway: Three Sporting Tips for Better Business</a> <small>Using the SMS gateway to communicate sports results to fans...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Is there a future in mobilising parts of your business by providing an SMS service? SMS can help reduce costs and improve the relationship that you have with your customers by taking care of the small things.</p>
<p>With our lives becoming increasingly mobile, your clients and customers might soon expect more from you in terms of service delivery to help them move forward, while they’re on the move. Providing mobile and SMS services can supply your customers with the solution they need, consequently fuelling customer loyalty and possibly even attracting new customers.</p>
<p>So what are these SMS services you should be offering your loyal customers who spend their hard-earned money to fuel your business?</p>
<p>Depending on how SMS is integrated into your current software infrastructure, you’ll be able to provide almost any type of service that can be fitted into the standard 160 characters (or more).</p>
<h4>Promotional Information</h4>
<p>A traditional SMS service, and one that’s probably here to stay, is to provide your current and prospective clients with promotional information on a regular basis. This type of service, especially in a world where consumer behaviour is changing as a result of the global recession, will become invaluable as consumers continue to hunt for bargains and lower prices, even as the world slides out of the recession.</p>
<h4>Accounts Services</h4>
<p>The benefit of implementing an SMS service is that it allows you to communicate account information with current customers and clients, instead of making expensive telephone calls or investing in large amounts of stationary and postage. Examples here include<em> “Balance for Acc. No. 23746388399: $1201,98 on 18/01/10”</em> or <em>“ Dear Mrs Johnson, please remember to pay your account ASAP. Amount due: $453, 98”</em>.</p>
<h4>Support Services</h4>
<p>Can SMS streamline your current support services? What about when a user requests a new username, password, etc. This type of SMS service can be used to minimise the time spent by support staff on small user requests that can easily and affordably be sent out via SMS. Another benefit is that this adds an extra measure of security as SMS is less subject to security breaches than email.</p>
<h4>Value-added Services</h4>
<p>Adding value to your core business is one of the most effective marketing strategies to date. Why? Quite simply because it allows you to ensure that your subscribers keep you in mind, wherever they are, regardless of what they are doing.</p>
<p>Types of value-added services that are often provided through an SMS service include weather updates, sports updates, stock updates, currency exchange rate information and much, much more. These all represent useful bits of information that people need in their daily lives. And when it’s you they’re getting it from, you can be sure that they’d keep you in mind the next time they need a service or product that you can provide.</p>
<p>Weather you’re in the finance industry or the technology industry, there’s a solution that could help you streamline your business. For more information, view these <a title="Clickatell Aus | SMS Service" href="http://www.clickatell.com.au/solutions.php" target="_blank">SMS services</a>.</p>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<!-- SiteCatalyst code version: H.20. 
Copyright 1997-2009 Omniture, Inc. More info available at http://www.omniture.com -->
<script language="JavaScript" type="text/javascript" src="/blog/australia_s_code.js"></script>
<script language="JavaScript" type="text/javascript"><!--
/* You may give each page an identifying name, server, and channel on
the next lines. */
s.pageName="Post: SMS Service: Giving Your Customers More"
s.channel="Post: SMS Service: Giving Your Customers More"
s.heir1="Post:SMS Service: Giving Your Customers More"
/* Conversion Variables */
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
var s_code=s.t();if(s_code)document.write(s_code)//--></script>
<script language="JavaScript" type="text/javascript"><!--
if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
//--></script><noscript><a href="http://www.omniture.com" title="Web Analytics"><img src="http://accclickatellausblog.112.2O7.net/b/ss/accclickatellausblog/1/H.20.2--NS/0?[AQB]&cdp=3&[AQE]" height="1" width="1" border="0" alt="" /></a></noscript><!--/DO NOT REMOVE/-->
<!-- End SiteCatalyst code version: H.20. -->



<p>Related posts:<ol><li><a href='http://www.clickatell.com.au/blog/2010/01/your-business-economic-boom-the-sms-gateway/' rel='bookmark' title='Permanent Link: Your Business, Economic Boom &amp; The SMS Gateway'>Your Business, Economic Boom &amp; The SMS Gateway</a> <small>Will your business be using the SMS gateway to communicate...</small></li><li><a href='http://www.clickatell.com.au/blog/2010/01/sms-gateway-three-sporting-tips-for-better-business/' rel='bookmark' title='Permanent Link: SMS Gateway: Three Sporting Tips for Better Business'>SMS Gateway: Three Sporting Tips for Better Business</a> <small>Using the SMS gateway to communicate sports results to fans...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.clickatell.com.au/blog/2010/01/sms-service-giving-your-customers-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your Business, Economic Boom &amp; The SMS Gateway</title>
		<link>http://www.clickatell.com.au/blog/2010/01/your-business-economic-boom-the-sms-gateway/</link>
		<comments>http://www.clickatell.com.au/blog/2010/01/your-business-economic-boom-the-sms-gateway/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 07:38:07 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Financial Services]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Messaging in Action]]></category>
		<category><![CDATA[financial institution SMS]]></category>
		<category><![CDATA[retail text marketing]]></category>
		<category><![CDATA[SMS communication]]></category>
		<category><![CDATA[SMS gateway]]></category>
		<category><![CDATA[SMS notifications]]></category>
		<category><![CDATA[SMS reminders]]></category>

		<guid isPermaLink="false">http://www.clickatell.com.au/blog/?p=705</guid>
		<description><![CDATA[Will your business be using the SMS gateway to communicate with consumers as Australia moves out of the recession? It might just be the best thing you can do.


Related posts:<ol><li><a href='http://www.clickatell.com.au/blog/2010/01/sms-gateway-three-sporting-tips-for-better-business/' rel='bookmark' title='Permanent Link: SMS Gateway: Three Sporting Tips for Better Business'>SMS Gateway: Three Sporting Tips for Better Business</a> <small>Using the SMS gateway to communicate sports results to fans...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/10/bulk-sms-messages-for-australian-business-part-1/' rel='bookmark' title='Permanent Link: Bulk SMS Messages for Australian Business &#8211; Part 1'>Bulk SMS Messages for Australian Business &#8211; Part 1</a> <small>Due to the global economic decline, marketing has never been...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/12/texting-through-the-sms-gateway/' rel='bookmark' title='Permanent Link: Texting Through The SMS Gateway'>Texting Through The SMS Gateway</a> <small>South Australia, the latest state to employ an emergency warning...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Will your business be using the SMS gateway to communicate with consumers as Australia moves out of the recession? It might just be the best thing you can do.</p>
<p>According to a report on <a title="thinkingaustralia.com | Australia Set For Next Big Boom" href="http://www.thinkingaustralia.com/news/brief_view.asp?id=1675" target="_blank">thinkingaustralia.com</a>, the Australian economy has recovered strongly and is well on the way to the next &#8220;big boom&#8221;. Consumer confidence is up and it would seem that Australians are again willing to spend. But to ensure that businesses ride the tidal wave of profitability and recover any possible losses experienced during the 2008-2009 period, it might be prudent for business owners to invest in a different form of marketing &#8211; text marketing through the SMS gateway.</p>
<h3>Text Marketing for Retailers</h3>
<p>Knowledge is power as they say; however, in terms of marketing, the focus is slightly different: by distributing customer-relevant information this year, Australian businesses can effectively increase their own financial standing, thereby taking hold of the looming economic upturn. Examples of relevant business-consumer communication include:</p>
<ul>
<li><strong>Promotional information</strong>: &#8220;Discount @ CMOP Department Store this Saturday &#8211; only while stocks last!&#8221;</li>
<li><strong>Related sales information</strong>: Advertising special offers on products related to previous purchases &#8220;Dear Mike, need a sprinkler system for your newly laid lawn? Up to 20% off on selected models until Feb 12th, 2010&#8243;.</li>
<li><strong>Account information:</strong> &#8220;Dear Sue, after purchasing the China DeLuxe Dinner Set (12pc), your account balance is now $1024,01&#8243;</li>
<li><strong>Account notifications</strong>: &#8220;Dear Adam, just a reminder that payment is now due on your account. Regards CMOP Department Store&#8221;</li>
</ul>
<p>According to the aforementioned report, retail sales increased by 1.4% in November, 2009 &#8211; perhaps a good indicator that it&#8217;s time to look into text marketing &amp; communication with customers through the SMS gateway today.</p>
<h3>Financial Institutions &amp; SMS Communication</h3>
<p>But it&#8217;s not only in the retail sector where things are looking up. As a result of an increase in sales recorded in a number of industries, financial institutions will almost certainly benefit from SMS gateway use.</p>
<p>One of the many advantages is that the SMS gateway can be entirely integrated with an existing software infrastructure through any of the existing Application Programming Interfaces (API&#8217;s) to send near-instant text messages. This means that financial institutions, who have not as yet implemented the SMS gateway, will then be able to:</p>
<ul>
<li>Communicate account-related security information with customers, thereby increasing customer confidence &#8220;Log in via internet: Account number 429992992 on Mon 11 Jan 2010, 14:49 from IP&#8230;</li>
<li>Confirm customer transactions, adding to account security &#8220;Withdrawal from account 429992992. Amt: $129.00. Current Balance: $1024.01&#8243;</li>
<li>Send out payment reminders &#8220;Reminder: $444.32 due on your account no later than 15th Jan 2010.&#8221;</li>
<li>Provide customer support &#8220;Reply with HISTORY to this SMS to receive a report on the last transaction on your account.&#8221;</li>
</ul>
<p>Using any of the API&#8217;s will provide you with a logging feature, which means communication with customers can be tracked and recorded on their individual profiles, thereby assisting in the customer administration process.</p>
<p>For more information about the various API&#8217;s go to the <a title="Clickatell Aus | SMS Gateway" href="http://www.clickatell.com.au/products/sms_gateway.php" target="_blank">SMS Gateway</a> page now.</p>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />


<p>Related posts:<ol><li><a href='http://www.clickatell.com.au/blog/2010/01/sms-gateway-three-sporting-tips-for-better-business/' rel='bookmark' title='Permanent Link: SMS Gateway: Three Sporting Tips for Better Business'>SMS Gateway: Three Sporting Tips for Better Business</a> <small>Using the SMS gateway to communicate sports results to fans...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/10/bulk-sms-messages-for-australian-business-part-1/' rel='bookmark' title='Permanent Link: Bulk SMS Messages for Australian Business &#8211; Part 1'>Bulk SMS Messages for Australian Business &#8211; Part 1</a> <small>Due to the global economic decline, marketing has never been...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/12/texting-through-the-sms-gateway/' rel='bookmark' title='Permanent Link: Texting Through The SMS Gateway'>Texting Through The SMS Gateway</a> <small>South Australia, the latest state to employ an emergency warning...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.clickatell.com.au/blog/2010/01/your-business-economic-boom-the-sms-gateway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMS Gateways &amp; The Freelancer</title>
		<link>http://www.clickatell.com.au/blog/2010/01/sms-gateways-the-freelancer/</link>
		<comments>http://www.clickatell.com.au/blog/2010/01/sms-gateways-the-freelancer/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 09:06:20 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Messaging in Action]]></category>
		<category><![CDATA[browser sms application]]></category>
		<category><![CDATA[desktop sms application]]></category>
		<category><![CDATA[efficient messaging]]></category>
		<category><![CDATA[freelance business sms]]></category>
		<category><![CDATA[SMS Gateways]]></category>

		<guid isPermaLink="false">http://www.clickatell.com.au/blog/?p=691</guid>
		<description><![CDATA[SMS Gateways can help freelancers across different industries keep in touch with clients and increase business efficiency by providing a cost-effective and flexible communications solution.


Related posts:<ol><li><a href='http://www.clickatell.com.au/blog/2010/02/the-role-of-sms-gateways-in-the-medical-profession/' rel='bookmark' title='Permanent Link: The Role of SMS Gateways in the Medical Profession'>The Role of SMS Gateways in the Medical Profession</a> <small>SMS Gateways can be used by medical professionals to ensure...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/08/sms-gateways-offer-cheap-option-to-fuel-growth/' rel='bookmark' title='Permanent Link: SMS gateways offer cheap option to fuel growth'>SMS gateways offer cheap option to fuel growth</a> <small>With up to 11.2 billion SMS messages to be sent...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/07/complex-message-translations-with-sms-gateways/' rel='bookmark' title='Permanent Link: Complex message translations with SMS gateways'>Complex message translations with SMS gateways</a> <small>SMS gateways have had an enormous impact on mobile communications....</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>SMS Gateways can help freelancers across different industries keep in touch with clients and increase business efficiency by providing a cost-effective and flexible communications solution.</p>
<p>It&#8217;s 2010 at last and, as with the beginning of every year, you&#8217;re wondering what will lie ahead in the months to come and what you can do to ensure that a steady flow of business will keep coming your way. SMS Gateways provide you with a number of benefits over existing technologies to help you supply the best possible service and streamline your business.</p>
<h3>Why Use an SMS Gateway?</h3>
<p>Essentially it boils down to using text messages as a method of business communication. The benefit of using SMS gateways include:</p>
<ul>
<li><strong>Ready to read:</strong> Unlike email messages, SMS messages aren&#8217;t moved to the spam folder &#8211; they go straight to the inbox.</li>
<li><strong>Efficient messaging:</strong> Type a message using your computer&#8217;s keyboard and send it to 1, 10 or even 1,000 individuals.</li>
<li><strong>Cost-effective communication:</strong> Providers often have agreements with local and global mobile operators that allow for reduced price messaging.</li>
<li><strong>Reporting:</strong> See which messages have been delivered and which are still pending delivery or have failed.</li>
</ul>
<p>More specifically, however, is the fact that SMS is a very immediate form of communication that allows you to reach your clients while they are on the move. This means they don&#8217;t need to be in front of a computer or close to a landline.</p>
<p>Here are some instances where using SMS gateways can help you improve your business:</p>
<ul>
<li><strong>Project notifications</strong>. Whether you want to notify your client that the finished project is in their mailbox or that you need an extension on the deadline, SMS provides a reliable method of sending project notifications: <em>&#8220;Hi Sam, the completed files are in your mailbox. Regards, John &#8211; XXY Creatives&#8221;</em></li>
<li><strong>Reminders</strong>. Using SMS to notify clients that invoices have been submitted or that payment is due will provide you with a method of swift communication at the fraction of a cost of a telephone call: <em>&#8220;Hi Jill, the invoice has been submitted to accounts. Regards, John &#8211; XXY Creatives&#8221;</em></li>
<li><strong>Promotions</strong>. Whether you&#8217;re starting out or have been in the business for years, it&#8217;s a good idea to send out specials offers once in a while to provide your clients with more bang for their buck: <em>&#8220;Terry &#8211; 15% off all new orders before 31st of Jan, 2010. Regards, John &#8211; XXY Creatives&#8221;</em></li>
</ul>
<p><strong>Note</strong>: Whether you&#8217;re a small business or a large corporation, you&#8217;ll still need to adhere to local and international regulations regarding the sending of SMS messages.</p>
<h3>What is an SMS Gateway?</h3>
<p>SMS gateways are platforms that are responsible for relaying SMS messages from sender to receiver. But they are much more than that: they allow you to send and/or receive SMS messages through your current software infrastructure. This means that a number of technologies, which enable individuals of all levels of technical proficiency to integrate SMS into their business without incurring any massive costs, exist. These technologies include:</p>
<ul>
<li><a title="Clickatell Aus | Communicator" href="http://www.clickatell.com.au/products/communicator.php" target="_blank">Browser-based</a> SMS interface (Beginner &#8211; Intermediate)</li>
<li><a title="Clickatell Aus | SMS Application Products" href="http://www.clickatell.com.au/application_development/mobile_products.php" target="_blank">Application Programming Interfaces</a> (API&#8217;s) (Intermediate – Advanced)</li>
</ul>
<p>For more information on how you can integrate SMS into your freelance business, click to go to the <a title="Clickatell Aus | SMS Gateways" href="http://www.clickatell.com.au/products/sms_gateway.php" target="_blank">SMS gateways</a> page.</p>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<!-- SiteCatalyst code version: H.20. 
Copyright 1997-2009 Omniture, Inc. More info available at http://www.omniture.com -->
<script language="JavaScript" type="text/javascript" src="/blog/australia_s_code.js"></script>
<script language="JavaScript" type="text/javascript"><!--
/* You may give each page an identifying name, server, and channel on
the next lines. */
s.pageName="Post: SMS Gateways & The Freelancer"
s.channel="Post: SMS Gateways & The Freelancer"
s.heir1="Post: SMS Gateways & The Freelancer"
/* Conversion Variables */
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
var s_code=s.t();if(s_code)document.write(s_code)//--></script>
<script language="JavaScript" type="text/javascript"><!--
if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
//--></script><noscript><a href="http://www.omniture.com" title="Web Analytics"><img src="http://accclickatellausblog.112.2O7.net/b/ss/accclickatellausblog/1/H.20.2--NS/0?[AQB]&cdp=3&[AQE]" height="1" width="1" border="0" alt="" /></a></noscript><!--/DO NOT REMOVE/-->
<!-- End SiteCatalyst code version: H.20. -->



<p>Related posts:<ol><li><a href='http://www.clickatell.com.au/blog/2010/02/the-role-of-sms-gateways-in-the-medical-profession/' rel='bookmark' title='Permanent Link: The Role of SMS Gateways in the Medical Profession'>The Role of SMS Gateways in the Medical Profession</a> <small>SMS Gateways can be used by medical professionals to ensure...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/08/sms-gateways-offer-cheap-option-to-fuel-growth/' rel='bookmark' title='Permanent Link: SMS gateways offer cheap option to fuel growth'>SMS gateways offer cheap option to fuel growth</a> <small>With up to 11.2 billion SMS messages to be sent...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/07/complex-message-translations-with-sms-gateways/' rel='bookmark' title='Permanent Link: Complex message translations with SMS gateways'>Complex message translations with SMS gateways</a> <small>SMS gateways have had an enormous impact on mobile communications....</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.clickatell.com.au/blog/2010/01/sms-gateways-the-freelancer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMPP for the Economy</title>
		<link>http://www.clickatell.com.au/blog/2009/12/smpp-for-the-economy/</link>
		<comments>http://www.clickatell.com.au/blog/2009/12/smpp-for-the-economy/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 07:39:16 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Messaging in Action]]></category>
		<category><![CDATA[2-way SMS text messaging]]></category>
		<category><![CDATA[API connections]]></category>
		<category><![CDATA[application programming interface]]></category>
		<category><![CDATA[bind_transceiver]]></category>
		<category><![CDATA[bulk sms]]></category>
		<category><![CDATA[SMPP]]></category>
		<category><![CDATA[SMPP API]]></category>
		<category><![CDATA[SMPP Connection]]></category>
		<category><![CDATA[SMS gateway]]></category>
		<category><![CDATA[SMS messages]]></category>
		<category><![CDATA[TCP]]></category>

		<guid isPermaLink="false">http://www.clickatell.com.au/blog/?p=680</guid>
		<description><![CDATA[Using SMPP to send out bulk SMS messages not only helps you reach a great number of people in a very short time but could also, when applied correctly, have a potentially positive effect on the national economy...


Related posts:<ol><li><a href='http://www.clickatell.com.au/blog/2009/07/smpp-protocol-used-in-high-volume-bulk-sms/' rel='bookmark' title='Permanent Link: SMPP protocol used in high volume bulk SMS'>SMPP protocol used in high volume bulk SMS</a> <small>You are not alone if you have never heard of...</small></li><li><a href='http://www.clickatell.com.au/blog/2010/02/smpp-under-the-microscope/' rel='bookmark' title='Permanent Link: SMPP Under the Microscope'>SMPP Under the Microscope</a> <small>How does routing work with messaging protocols like SMPP? What...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/10/smpp-for-quick-and-reliable-message-delivery/' rel='bookmark' title='Permanent Link: SMPP for Quick and Reliable Message Delivery'>SMPP for Quick and Reliable Message Delivery</a> <small>SMPP, or Short Message Peer-to-Peer, is an open message transfer...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Using SMPP to send out bulk SMS messages not only helps you reach a great number of people in a very short time but could also, when applied correctly, have a potentially positive effect on the national economy&#8230;</p>
<p>Last week an article featured on the <a title="Clickatell AUS | MENAFN" href="http://www.menafn.com/qn_news_story_s.asp?StoryId=1093291267" target="_blank">Jordan Times</a>&#8216; website, announcing an initiative by the Jordanian government to use SMS as a medium to encourage Jordanians to save water. According to the report, SMS messages will be sent out to more than 2.3 million subscribers to raise awareness on the increasing scarcity of water, hoping to change water usage behaviour and boost the national economy. Although there exist a couple of API&#8217;s (Application Programming Interfaces) capable of sending out such a large volume of SMS messages, SMPP provides the most flexibility in terms of integration and functionality.</p>
<h3>SMPP &amp; Your Business</h3>
<p>You might not have 2 million or more customers to reach out to, but even a few hundred will validate the use of SMPP as a communication method between yourself and existing customers and clients. You&#8217;ll also be able to get in touch with potential clients by sending out SMS messages in &#8220;Text to win&#8221; campaigns, as coupons or any other type of marketing campaign designed to increase  your current customer base or brand awareness.</p>
<p>As a result of the rapid succession in which messages are sent, SMPP is also ideal for companies who need to relay time-critical information, such as stock quotes, currency information, flight or travel information and weather updates to customers and employees, both locally and internationally. And they&#8217;ll appreciate it, because they don&#8217;t need to be in front of a computer terminal to receive the information – it&#8217;s right there with them, while they are on the move.</p>
<p>For examples of companies that have successfully used SMPP as well as others to expand their businesses through SMS, See Clickatell&#8217;s <a title="Clickatell AUS | 101 Business Uses" href="http://www.clickatell.com/central/campaigns/redir.php?cid=29626" target="_blank">101 Business Uses</a> whitepaper.</p>
<h3>So what is SMPP?</h3>
<p>The SMPP, or Short Message Peer-to-Peer, API actually refers to a protocol that allows for the sending and receiving of messages from or to a native software environment via the SMS gateway. This is done by establishing an SMPP session over a TCP connection with the SMS gateway, after which SMS messages can be sent and received.</p>
<p>Currently the most recent SMPP version is 5, allowing for sending and receiving using a single SMPP over TCP session. It needs to be said that v3.3 is still the most widely employed and requires a separate session for sending and receiving respectively. Some providers do, however, allow use of the BIND_TRANSCEIVER field with the use of v3.3 that allows for simultaneous sending and receiving, thereby supplying greater messaging functionality while adhering to popular standards.</p>
<p>So whether your aim is increased employee productivity or a rise in sales, SMPP is an invaluable communications tool. For more information on how you can SMS-enable your business, follow the link to the <a title="Clickatell AUS | SMPP" href="http://www.clickatell.com.au/application_development/smpp_api.php" target="_blank">SMPP</a> page.</p>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<!-- SiteCatalyst code version: H.20. 
Copyright 1997-2009 Omniture, Inc. More info available at http://www.omniture.com -->
<script language="JavaScript" type="text/javascript" src="/blog/australia_s_code.js"></script>
<script language="JavaScript" type="text/javascript"><!--
/* You may give each page an identifying name, server, and channel on
the next lines. */
s.pageName="Post: SMPP for the Economy"
s.channel="Posts"
s.heir1="Post: SMPP for the Economy"
/* Conversion Variables */
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
var s_code=s.t();if(s_code)document.write(s_code)//--></script>
<script language="JavaScript" type="text/javascript"><!--
if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
//--></script><noscript><a href="http://www.omniture.com" title="Web Analytics"><img src="http://accclickatellausblog.112.2O7.net/b/ss/accclickatellausblog/1/H.20.2--NS/0?[AQB]&cdp=3&[AQE]" height="1" width="1" border="0" alt="" /></a></noscript><!--/DO NOT REMOVE/-->
<!-- End SiteCatalyst code version: H.20. -->



<p>Related posts:<ol><li><a href='http://www.clickatell.com.au/blog/2009/07/smpp-protocol-used-in-high-volume-bulk-sms/' rel='bookmark' title='Permanent Link: SMPP protocol used in high volume bulk SMS'>SMPP protocol used in high volume bulk SMS</a> <small>You are not alone if you have never heard of...</small></li><li><a href='http://www.clickatell.com.au/blog/2010/02/smpp-under-the-microscope/' rel='bookmark' title='Permanent Link: SMPP Under the Microscope'>SMPP Under the Microscope</a> <small>How does routing work with messaging protocols like SMPP? What...</small></li><li><a href='http://www.clickatell.com.au/blog/2009/10/smpp-for-quick-and-reliable-message-delivery/' rel='bookmark' title='Permanent Link: SMPP for Quick and Reliable Message Delivery'>SMPP for Quick and Reliable Message Delivery</a> <small>SMPP, or Short Message Peer-to-Peer, is an open message transfer...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.clickatell.com.au/blog/2009/12/smpp-for-the-economy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
