<?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: [SMPP] Sending long SMS through SMPP</title>
	<atom:link href="http://www.ashishpaliwal.com/blog/2009/01/smpp-sending-long-sms-through-smpp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ashishpaliwal.com/blog/2009/01/smpp-sending-long-sms-through-smpp/</link>
	<description>From Programmer, For Programmers</description>
	<lastBuildDate>Tue, 07 Sep 2010 13:06:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: ashish</title>
		<link>http://www.ashishpaliwal.com/blog/2009/01/smpp-sending-long-sms-through-smpp/comment-page-1/#comment-16237</link>
		<dc:creator>ashish</dc:creator>
		<pubDate>Fri, 06 Aug 2010 01:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=243#comment-16237</guid>
		<description>Can you share the sample code with other? would be great. Thanks!</description>
		<content:encoded><![CDATA[<p>Can you share the sample code with other? would be great. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bunyipoz</title>
		<link>http://www.ashishpaliwal.com/blog/2009/01/smpp-sending-long-sms-through-smpp/comment-page-1/#comment-16232</link>
		<dc:creator>bunyipoz</dc:creator>
		<pubDate>Fri, 06 Aug 2010 00:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=243#comment-16232</guid>
		<description>Figured it out. I had correctly constructed the UDH bytes and put the split message into a bytebuffer. But when I put the buffer back into a String I forgot to tell it the encoding to use.</description>
		<content:encoded><![CDATA[<p>Figured it out. I had correctly constructed the UDH bytes and put the split message into a bytebuffer. But when I put the buffer back into a String I forgot to tell it the encoding to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bunyipoz</title>
		<link>http://www.ashishpaliwal.com/blog/2009/01/smpp-sending-long-sms-through-smpp/comment-page-1/#comment-16193</link>
		<dc:creator>Bunyipoz</dc:creator>
		<pubDate>Thu, 05 Aug 2010 00:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=243#comment-16193</guid>
		<description>Anyone managed to send long Unicode messages with the logica smpp library?</description>
		<content:encoded><![CDATA[<p>Anyone managed to send long Unicode messages with the logica smpp library?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ram</title>
		<link>http://www.ashishpaliwal.com/blog/2009/01/smpp-sending-long-sms-through-smpp/comment-page-1/#comment-14581</link>
		<dc:creator>ram</dc:creator>
		<pubDate>Thu, 10 Jun 2010 08:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=243#comment-14581</guid>
		<description>hi
any one reply me plz...
i am send sms using jsmpp the msg send successfuly but cant able to read....it says &quot;Unable to open. Message format not supported&quot;
i am new for this...
how can identify find the error i dont knw wat to do..any one helpme its urgent........</description>
		<content:encoded><![CDATA[<p>hi<br />
any one reply me plz&#8230;<br />
i am send sms using jsmpp the msg send successfuly but cant able to read&#8230;.it says &#8220;Unable to open. Message format not supported&#8221;<br />
i am new for this&#8230;<br />
how can identify find the error i dont knw wat to do..any one helpme its urgent&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rakesh Kumar</title>
		<link>http://www.ashishpaliwal.com/blog/2009/01/smpp-sending-long-sms-through-smpp/comment-page-1/#comment-14579</link>
		<dc:creator>Rakesh Kumar</dc:creator>
		<pubDate>Thu, 10 Jun 2010 07:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=243#comment-14579</guid>
		<description>Hi can any body tell me how to send long concatenated sms using Logica smpp. Can somebody give me code to send long sms Please help.Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi can any body tell me how to send long concatenated sms using Logica smpp. Can somebody give me code to send long sms Please help.Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NAVEEN JAIN</title>
		<link>http://www.ashishpaliwal.com/blog/2009/01/smpp-sending-long-sms-through-smpp/comment-page-1/#comment-14380</link>
		<dc:creator>NAVEEN JAIN</dc:creator>
		<pubDate>Wed, 02 Jun 2010 04:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=243#comment-14380</guid>
		<description>Hi Ashish,

I have a query with regard to fragmentation. I need to send a long message using fragmentation i.e. dividing a long message into multiple short messages. Now, this has to be done along with encoding, say GSM 7-Bit. There are two scenarios:

a) Need to send fragments using SAR TLVs. The question arises whether I will fragment messages first and then encode it or other way. Let&#039;s say I have original message spanning (in ASCII) 400 octets. Now, If I encode this message into GSM 7-Bit, then it converts to 350 octets (400 * 7/8). If I follow encode first, fragment next, then it means 3 fragments of 140, 140, 70 octets. What is the ideal way of doing it?

b) Need to send fragments using UDH. I have same question over ordering of encoding &amp; fragmentation. 

Please reply ASAP.</description>
		<content:encoded><![CDATA[<p>Hi Ashish,</p>
<p>I have a query with regard to fragmentation. I need to send a long message using fragmentation i.e. dividing a long message into multiple short messages. Now, this has to be done along with encoding, say GSM 7-Bit. There are two scenarios:</p>
<p>a) Need to send fragments using SAR TLVs. The question arises whether I will fragment messages first and then encode it or other way. Let&#8217;s say I have original message spanning (in ASCII) 400 octets. Now, If I encode this message into GSM 7-Bit, then it converts to 350 octets (400 * 7/8). If I follow encode first, fragment next, then it means 3 fragments of 140, 140, 70 octets. What is the ideal way of doing it?</p>
<p>b) Need to send fragments using UDH. I have same question over ordering of encoding &amp; fragmentation. </p>
<p>Please reply ASAP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://www.ashishpaliwal.com/blog/2009/01/smpp-sending-long-sms-through-smpp/comment-page-1/#comment-9797</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Wed, 02 Dec 2009 22:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=243#comment-9797</guid>
		<description>What do you mean when you say by setting UDH?
There is a way of adding chars to the PDU but is not working on my SMPP Client 
I think it&#039;s because I&#039;m not reciving the sm_resp from the SMSC and using the value. 
Can you help me giving me a php code example of how you do this?
Thanks a lot.</description>
		<content:encoded><![CDATA[<p>What do you mean when you say by setting UDH?<br />
There is a way of adding chars to the PDU but is not working on my SMPP Client<br />
I think it&#8217;s because I&#8217;m not reciving the sm_resp from the SMSC and using the value.<br />
Can you help me giving me a php code example of how you do this?<br />
Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arvind</title>
		<link>http://www.ashishpaliwal.com/blog/2009/01/smpp-sending-long-sms-through-smpp/comment-page-1/#comment-9043</link>
		<dc:creator>Arvind</dc:creator>
		<pubDate>Mon, 09 Nov 2009 07:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=243#comment-9043</guid>
		<description>Thanks for the quick reply Ashish</description>
		<content:encoded><![CDATA[<p>Thanks for the quick reply Ashish</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish</title>
		<link>http://www.ashishpaliwal.com/blog/2009/01/smpp-sending-long-sms-through-smpp/comment-page-1/#comment-8920</link>
		<dc:creator>ashish</dc:creator>
		<pubDate>Sat, 07 Nov 2009 04:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=243#comment-8920</guid>
		<description>Yup it uses Executors for the same. Though the number is not guranteed. A lot depends on how soon the SMPP Server is responding back to requests.</description>
		<content:encoded><![CDATA[<p>Yup it uses Executors for the same. Though the number is not guranteed. A lot depends on how soon the SMPP Server is responding back to requests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arvind</title>
		<link>http://www.ashishpaliwal.com/blog/2009/01/smpp-sending-long-sms-through-smpp/comment-page-1/#comment-8863</link>
		<dc:creator>Arvind</dc:creator>
		<pubDate>Thu, 05 Nov 2009 04:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=243#comment-8863</guid>
		<description>How does JSMPP send 3000 - 5000 messages per second?
Meaning, is this by creating multiple threads or any particular mechanism.

Thanks in advance!!</description>
		<content:encoded><![CDATA[<p>How does JSMPP send 3000 &#8211; 5000 messages per second?<br />
Meaning, is this by creating multiple threads or any particular mechanism.</p>
<p>Thanks in advance!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
