<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Mobile Applications Commentary</title>
	<atom:link href="http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/</link>
	<description>Ripping mobility from the clutches of telecom</description>
	<lastBuildDate>Fri, 16 Jul 2010 13:13:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ron</title>
		<link>http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/comment-page-1/#comment-524522</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Thu, 09 Apr 2009 20:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/#comment-524522</guid>
		<description>Wondering if you have worked on any Mobile live commentary application? We have developed the application using a Sound recorder application which records the Live commentary and converts it into 8 bit Mono .wav files. These files are typically 10-15 seconds duration and played by the IVR in a sequence. Thus we have made a scheduler to place these 10 seconds wav files one after the other in a schedule for the IVR port to play out. It does not seem to working too well. Pls advise.

Thanks
Ronnie</description>
		<content:encoded><![CDATA[<p>Wondering if you have worked on any Mobile live commentary application? We have developed the application using a Sound recorder application which records the Live commentary and converts it into 8 bit Mono .wav files. These files are typically 10-15 seconds duration and played by the IVR in a sequence. Thus we have made a scheduler to place these 10 seconds wav files one after the other in a schedule for the IVR port to play out. It does not seem to working too well. Pls advise.</p>
<p>Thanks<br />
Ronnie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Selanikio</title>
		<link>http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/comment-page-1/#comment-278155</link>
		<dc:creator>Joel Selanikio</dc:creator>
		<pubDate>Wed, 28 May 2008 16:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/#comment-278155</guid>
		<description>Mike, I&#039;d love to talk with you about these issues sometime. --Joel</description>
		<content:encoded><![CDATA[<p>Mike, I&#8217;d love to talk with you about these issues sometime. &#8211;Joel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Rowehl: This is Mobility &#187; Blog Archive &#187; SMS on Alternate Ports</title>
		<link>http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/comment-page-1/#comment-245188</link>
		<dc:creator>Mike Rowehl: This is Mobility &#187; Blog Archive &#187; SMS on Alternate Ports</dc:creator>
		<pubDate>Thu, 28 Feb 2008 15:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/#comment-245188</guid>
		<description>[...] up on some of the mobile applications pondering I was doing the other day, I&#8217;ve been pointed at and run across some new info about SMS usage. I figured I would post it [...]</description>
		<content:encoded><![CDATA[<p>[...] up on some of the mobile applications pondering I was doing the other day, I&#8217;ve been pointed at and run across some new info about SMS usage. I figured I would post it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpop</title>
		<link>http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/comment-page-1/#comment-243495</link>
		<dc:creator>jpop</dc:creator>
		<pubDate>Mon, 25 Feb 2008 01:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/#comment-243495</guid>
		<description>Yo Mike, I recently read this, hopefully this might help you out. 

http://blog.mobivity.com/?p=208 

I recently came across your blog, and I have to say it&#039;s outstanding!

jpop</description>
		<content:encoded><![CDATA[<p>Yo Mike, I recently read this, hopefully this might help you out. </p>
<p><a href="http://blog.mobivity.com/?p=208" rel="nofollow">http://blog.mobivity.com/?p=208</a> </p>
<p>I recently came across your blog, and I have to say it&#8217;s outstanding!</p>
<p>jpop</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PanMan</title>
		<link>http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/comment-page-1/#comment-243444</link>
		<dc:creator>PanMan</dc:creator>
		<pubDate>Sun, 24 Feb 2008 23:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/#comment-243444</guid>
		<description>Altho I agree that GPRS makes more sense for most applications (especially because SMS costs up to thousands of dollars/Mb), technically both options are possible. The JSR you linked to includes port numbers:
&quot;However, this Java API supports the use of port numbers to specify a Java application as the message target.&quot; and, for incomming messages, there is an example: // Get our receiving port connection.
messconn = (MessageConnection)
Connector.open(â€œsms://:6222â€);
And with clickatell it&#039;s also possible, altho you have to encode it yourself: http://forums.clickatell.com/index.php?topic=298.0</description>
		<content:encoded><![CDATA[<p>Altho I agree that GPRS makes more sense for most applications (especially because SMS costs up to thousands of dollars/Mb), technically both options are possible. The JSR you linked to includes port numbers:<br />
&#8220;However, this Java API supports the use of port numbers to specify a Java application as the message target.&#8221; and, for incomming messages, there is an example: // Get our receiving port connection.<br />
messconn = (MessageConnection)<br />
Connector.open(â€œsms://:6222â€);<br />
And with clickatell it&#8217;s also possible, altho you have to encode it yourself: <a href="http://forums.clickatell.com/index.php?topic=298.0" rel="nofollow">http://forums.clickatell.com/index.php?topic=298.0</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Hume</title>
		<link>http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/comment-page-1/#comment-243286</link>
		<dc:creator>Tom Hume</dc:creator>
		<pubDate>Sun, 24 Feb 2008 13:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/#comment-243286</guid>
		<description>Mike

It&#039;s been a little while since I looked at this myself, but I think what you&#039;re after (port addressing of SMS messages) is part of the WAP Push spec, not SMS. In the distance past (late 90s) I think it was called narrowband sockets, then the WAP forum either appropriated it (or were &quot;inspired&quot; by it). You can deliver messages to Java apps by using correctly addressed WAP Push messages using the push registry in MIDP 2.0 (we&#039;ve done this before):

http://wiki.forum.nokia.com/index.php/PushRegistry

ISTR ( tho I&#039;m not certain) that when we did this we were sending messages across carriers too - in the UK at least.</description>
		<content:encoded><![CDATA[<p>Mike</p>
<p>It&#8217;s been a little while since I looked at this myself, but I think what you&#8217;re after (port addressing of SMS messages) is part of the WAP Push spec, not SMS. In the distance past (late 90s) I think it was called narrowband sockets, then the WAP forum either appropriated it (or were &#8220;inspired&#8221; by it). You can deliver messages to Java apps by using correctly addressed WAP Push messages using the push registry in MIDP 2.0 (we&#8217;ve done this before):</p>
<p><a href="http://wiki.forum.nokia.com/index.php/PushRegistry" rel="nofollow">http://wiki.forum.nokia.com/index.php/PushRegistry</a></p>
<p>ISTR ( tho I&#8217;m not certain) that when we did this we were sending messages across carriers too &#8211; in the UK at least.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
