<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Setting Voicemail Waiting Indication via SMS</title>
	<atom:link href="http://mobiletidings.com/2009/07/08/voicemail-waiting-indication-sms/feed/" rel="self" type="application/rss+xml" />
	<link>http://mobiletidings.com/2009/07/08/voicemail-waiting-indication-sms/</link>
	<description>A blog about Internet protocols, mobile technologies and things remotely related</description>
	<lastBuildDate>Thu, 25 Feb 2010 10:43:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vikrant</title>
		<link>http://mobiletidings.com/2009/07/08/voicemail-waiting-indication-sms/comment-page-1/#comment-1595</link>
		<dc:creator>Vikrant</dc:creator>
		<pubDate>Thu, 25 Feb 2010 10:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://mobiletidings.com/?p=318#comment-1595</guid>
		<description>Thanks a ton for the detailed explainations....Really useful and easy to understand...Much Appreciated !</description>
		<content:encoded><![CDATA[<p>Thanks a ton for the detailed explainations&#8230;.Really useful and easy to understand&#8230;Much Appreciated !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeroen</title>
		<link>http://mobiletidings.com/2009/07/08/voicemail-waiting-indication-sms/comment-page-1/#comment-1330</link>
		<dc:creator>Jeroen</dc:creator>
		<pubDate>Thu, 06 Aug 2009 04:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://mobiletidings.com/?p=318#comment-1330</guid>
		<description>Franco,

I think you forgot to the the UDH bit in the first octet of the PDU (you have 0x01 for SUBMIT PDU, change this to 0x41 for SUBMIT PDU + UDH). You don&#039;t need the concatenation IE.

Jeroen</description>
		<content:encoded><![CDATA[<p>Franco,</p>
<p>I think you forgot to the the UDH bit in the first octet of the PDU (you have 0&#215;01 for SUBMIT PDU, change this to 0&#215;41 for SUBMIT PDU + UDH). You don&#8217;t need the concatenation IE.</p>
<p>Jeroen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franco</title>
		<link>http://mobiletidings.com/2009/07/08/voicemail-waiting-indication-sms/comment-page-1/#comment-1329</link>
		<dc:creator>Franco</dc:creator>
		<pubDate>Thu, 06 Aug 2009 00:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://mobiletidings.com/?p=318#comment-1329</guid>
		<description>Jeroen:
This is what you have up here !:
AT+CMGS=27
0001AB0B91
0585785777F5
00
C8
0F
3190BB7C07D9DFE971B91D4EB301
This is what I have been working on:
1 octets  0×09   header length is 9 octets.     UDH 
1 octet   0×01   IEI 0×05 source and dest. port.
1 octet   0×02   IEDL. Content is 2 octets.
1 octet   0×02   Message type. 00(Voice) 02(Mail)
1 octet   0x0F   Message count.
1 octet   0×00   IEI 0×00 concatenation information
1 octet   0×03   EIDL. Content is 3 octets.
1 octet   0xF0   Reference number
1 octet   0×01   Total 1 parts
1 octet   0×01   This is the 1st (and only) part
This is what I came up with:
AT+CMGS=35
0001AB0B91
0585785777F5
00
090102020F0003F00101
3190BB7C07D9DFE971B91D4EB301
I get errors and I have tried about twenty different arrangements and do not seem to come up with a successful message.
Your help will be appreciated.
Regards
Franco</description>
		<content:encoded><![CDATA[<p>Jeroen:<br />
This is what you have up here !:<br />
AT+CMGS=27<br />
0001AB0B91<br />
0585785777F5<br />
00<br />
C8<br />
0F<br />
3190BB7C07D9DFE971B91D4EB301<br />
This is what I have been working on:<br />
1 octets  0×09   header length is 9 octets.     UDH<br />
1 octet   0×01   IEI 0×05 source and dest. port.<br />
1 octet   0×02   IEDL. Content is 2 octets.<br />
1 octet   0×02   Message type. 00(Voice) 02(Mail)<br />
1 octet   0&#215;0F   Message count.<br />
1 octet   0×00   IEI 0×00 concatenation information<br />
1 octet   0×03   EIDL. Content is 3 octets.<br />
1 octet   0xF0   Reference number<br />
1 octet   0×01   Total 1 parts<br />
1 octet   0×01   This is the 1st (and only) part<br />
This is what I came up with:<br />
AT+CMGS=35<br />
0001AB0B91<br />
0585785777F5<br />
00<br />
090102020F0003F00101<br />
3190BB7C07D9DFE971B91D4EB301<br />
I get errors and I have tried about twenty different arrangements and do not seem to come up with a successful message.<br />
Your help will be appreciated.<br />
Regards<br />
Franco</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeroen</title>
		<link>http://mobiletidings.com/2009/07/08/voicemail-waiting-indication-sms/comment-page-1/#comment-1326</link>
		<dc:creator>Jeroen</dc:creator>
		<pubDate>Tue, 04 Aug 2009 18:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://mobiletidings.com/?p=318#comment-1326</guid>
		<description>Franco,

No, you can&#039;t do this with WAP push. There is a way of doing it without setting the DCS though. There is an UDH IE that has the same effect as setting the message waiting flags in the DCS. It has an additional feature: it lets you set the message count (how many message are waiting). I haven&#039;t seen any device showing the message count though.

Here is a brief description of the IE
- IEI = 0x01 (this identifies this IE as a &quot;special SMS message indication&quot;)
- IE length = 0x02 (this IE always has 2 octets of data)
- 1 Octet = message type
- 1 Octet - message count

The message type is
- 0x00 for voice message
- 0x01 for fax message
- 0x02 for email message
- 0x03 for other message

Set the first bit of the message type (0x80) to let the device store the message, discard is the default

Jeroen</description>
		<content:encoded><![CDATA[<p>Franco,</p>
<p>No, you can&#8217;t do this with WAP push. There is a way of doing it without setting the DCS though. There is an UDH IE that has the same effect as setting the message waiting flags in the DCS. It has an additional feature: it lets you set the message count (how many message are waiting). I haven&#8217;t seen any device showing the message count though.</p>
<p>Here is a brief description of the IE<br />
- IEI = 0&#215;01 (this identifies this IE as a &#8220;special SMS message indication&#8221;)<br />
- IE length = 0&#215;02 (this IE always has 2 octets of data)<br />
- 1 Octet = message type<br />
- 1 Octet &#8211; message count</p>
<p>The message type is<br />
- 0&#215;00 for voice message<br />
- 0&#215;01 for fax message<br />
- 0&#215;02 for email message<br />
- 0&#215;03 for other message</p>
<p>Set the first bit of the message type (0&#215;80) to let the device store the message, discard is the default</p>
<p>Jeroen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franco</title>
		<link>http://mobiletidings.com/2009/07/08/voicemail-waiting-indication-sms/comment-page-1/#comment-1316</link>
		<dc:creator>Franco</dc:creator>
		<pubDate>Sat, 01 Aug 2009 17:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://mobiletidings.com/?p=318#comment-1316</guid>
		<description>Jeroen:
Tried DCS(0xDA) Trun on e-mail (Store).
Works perfect.
A sms is stored at my inbox OK.
Is there a way to make such sms as a wap push sms?
What I actually do is to send a text link and from there the broweser, via get, takes you to the URL.
Using a Carriage Return, I send two links; one goes to the &#039;mail server wap main page&#039; and the second one automatically &#039;downloads via sms the headers of the mail&#039; received.
If such message could be turned into a wap push, I think
it would be much better!:
Regards
Franco</description>
		<content:encoded><![CDATA[<p>Jeroen:<br />
Tried DCS(0xDA) Trun on e-mail (Store).<br />
Works perfect.<br />
A sms is stored at my inbox OK.<br />
Is there a way to make such sms as a wap push sms?<br />
What I actually do is to send a text link and from there the broweser, via get, takes you to the URL.<br />
Using a Carriage Return, I send two links; one goes to the &#8216;mail server wap main page&#8217; and the second one automatically &#8216;downloads via sms the headers of the mail&#8217; received.<br />
If such message could be turned into a wap push, I think<br />
it would be much better!:<br />
Regards<br />
Franco</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franco</title>
		<link>http://mobiletidings.com/2009/07/08/voicemail-waiting-indication-sms/comment-page-1/#comment-1247</link>
		<dc:creator>Franco</dc:creator>
		<pubDate>Thu, 09 Jul 2009 20:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://mobiletidings.com/?p=318#comment-1247</guid>
		<description>Jeroen:
Your contribution is incredible.
Thanks again!.
Regards
Franco</description>
		<content:encoded><![CDATA[<p>Jeroen:<br />
Your contribution is incredible.<br />
Thanks again!.<br />
Regards<br />
Franco</p>
]]></content:encoded>
	</item>
</channel>
</rss>
