<?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 library in php</title>
	<atom:link href="http://www.sajithmr.me/smpp-library-in-php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sajithmr.me/smpp-library-in-php</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 16:09:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Akshay Agarwal</title>
		<link>http://www.sajithmr.me/smpp-library-in-php/comment-page-1#comment-233283</link>
		<dc:creator>Akshay Agarwal</dc:creator>
		<pubDate>Mon, 15 Aug 2011 10:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/smpp-library-in-php/#comment-233283</guid>
		<description>For everybody getting a warning fsockopen() error,  most probably you are running your script on a shared server &amp; most of them have blocked sockets, so this script NOT work on shared servers. You may use curl as an alternative or fopen() if your SMSC supports that. 

To run this script you will need a VPS

If anybody is looking for customized SMS applications, you can contact me for professional consultancy &amp; development 

info[at]akshayagarwal.in</description>
		<content:encoded><![CDATA[<p>For everybody getting a warning fsockopen() error,  most probably you are running your script on a shared server &amp; most of them have blocked sockets, so this script NOT work on shared servers. You may use curl as an alternative or fopen() if your SMSC supports that. </p>
<p>To run this script you will need a VPS</p>
<p>If anybody is looking for customized SMS applications, you can contact me for professional consultancy &amp; development </p>
<p>info[at]akshayagarwal.in</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: P JOTHIRAJAN</title>
		<link>http://www.sajithmr.me/smpp-library-in-php/comment-page-1#comment-222818</link>
		<dc:creator>P JOTHIRAJAN</dc:creator>
		<pubDate>Mon, 08 Aug 2011 13:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/smpp-library-in-php/#comment-222818</guid>
		<description>Sir,
I am getting the following message.
can you give me your suggestion

——————-
Bind Transmitter PDU: 83 90 66 73 76 76 84 82 0 115 122 98 105 108 108 116 114 0 83 90 66 73 76 76 84 82 0 51 0 0 0
PHP Notice: Use of undefined constant CM_BIND_TRANSMITTER – assumed ‘CM_BIND_TRANSMITTER’ in /root/Downloads/smppexample.php on line 431
Sending PDU, len == 47
Sending PDU, header-len == 16
Sending PDU, command_id == CM_BIND_TRANSMITTER
Trying to read PDU.
Reading PDU : 16 bytes.
Stream len : 12
Command id : 0.
Command status : 3.
sequence_number : 0.
PHP Notice: Use of undefined constant CM_BIND_TRANSMITTER – assumed ‘CM_BIND_TRANSMITTER’ in /root/Downloads/smppexample.php on line 364
Got CM_BIND_TRANSMITTER_RESP.
PHP Warning: unpack(): Type a: not enough input, need 1, have 0 in /root/Downloads/smppexample.php on line 620
system id : .

Received PDU: �(0)(0)(0)(0)(0)(0)(3)(0)(0)(0)(0)
Trying to read PDU.
Connection lost.
PHP Notice: Use of undefined constant CM_ENQUIRELINK – assumed ‘CM_ENQUIRELINK’ in /root/Downloads/smppexample.php on line 263
Sending PDU, len == 16
Sending PDU, header-len == 16
Sending PDU, command_id == CM_ENQUIRELINK
PHP Notice: fwrite(): send of 16 bytes failed with errno=32 Broken pipe in /root/Downloads/smppexample.php on line 411
Trying to read PDU.
Socket was closed.!!
Connection lost.
In split_message.
One message: 22
PDU spec: a4cca12cca10ccca1a1ccccca22.
PHP Notice: Use of undefined constant CM_SUBMIT_SM – assumed ‘CM_SUBMIT_SM’ in /root/Downloads/smppexample.php on line 478
Sending PDU, len == 78
Sending PDU, header-len == 16
Sending PDU, command_id == CM_SUBMIT_SM
PHP Notice: fwrite(): send of 78 bytes failed with errno=32 Broken pipe in /root/Downloads/smppexample.php on line 411
Trying to read PDU.
Socket was closed.!!
Connection lost.
PHP Fatal error: Call to undefined function mb_convert_encoding() in /root/Downloads/smppexample.php on line 204

—————-

with regards,
jothirajan</description>
		<content:encoded><![CDATA[<p>Sir,<br />
I am getting the following message.<br />
can you give me your suggestion</p>
<p>——————-<br />
Bind Transmitter PDU: 83 90 66 73 76 76 84 82 0 115 122 98 105 108 108 116 114 0 83 90 66 73 76 76 84 82 0 51 0 0 0<br />
PHP Notice: Use of undefined constant CM_BIND_TRANSMITTER – assumed ‘CM_BIND_TRANSMITTER’ in /root/Downloads/smppexample.php on line 431<br />
Sending PDU, len == 47<br />
Sending PDU, header-len == 16<br />
Sending PDU, command_id == CM_BIND_TRANSMITTER<br />
Trying to read PDU.<br />
Reading PDU : 16 bytes.<br />
Stream len : 12<br />
Command id : 0.<br />
Command status : 3.<br />
sequence_number : 0.<br />
PHP Notice: Use of undefined constant CM_BIND_TRANSMITTER – assumed ‘CM_BIND_TRANSMITTER’ in /root/Downloads/smppexample.php on line 364<br />
Got CM_BIND_TRANSMITTER_RESP.<br />
PHP Warning: unpack(): Type a: not enough input, need 1, have 0 in /root/Downloads/smppexample.php on line 620<br />
system id : .</p>
<p>Received PDU: �(0)(0)(0)(0)(0)(0)(3)(0)(0)(0)(0)<br />
Trying to read PDU.<br />
Connection lost.<br />
PHP Notice: Use of undefined constant CM_ENQUIRELINK – assumed ‘CM_ENQUIRELINK’ in /root/Downloads/smppexample.php on line 263<br />
Sending PDU, len == 16<br />
Sending PDU, header-len == 16<br />
Sending PDU, command_id == CM_ENQUIRELINK<br />
PHP Notice: fwrite(): send of 16 bytes failed with errno=32 Broken pipe in /root/Downloads/smppexample.php on line 411<br />
Trying to read PDU.<br />
Socket was closed.!!<br />
Connection lost.<br />
In split_message.<br />
One message: 22<br />
PDU spec: a4cca12cca10ccca1a1ccccca22.<br />
PHP Notice: Use of undefined constant CM_SUBMIT_SM – assumed ‘CM_SUBMIT_SM’ in /root/Downloads/smppexample.php on line 478<br />
Sending PDU, len == 78<br />
Sending PDU, header-len == 16<br />
Sending PDU, command_id == CM_SUBMIT_SM<br />
PHP Notice: fwrite(): send of 78 bytes failed with errno=32 Broken pipe in /root/Downloads/smppexample.php on line 411<br />
Trying to read PDU.<br />
Socket was closed.!!<br />
Connection lost.<br />
PHP Fatal error: Call to undefined function mb_convert_encoding() in /root/Downloads/smppexample.php on line 204</p>
<p>—————-</p>
<p>with regards,<br />
jothirajan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: P JOTHIRAJAN</title>
		<link>http://www.sajithmr.me/smpp-library-in-php/comment-page-1#comment-217860</link>
		<dc:creator>P JOTHIRAJAN</dc:creator>
		<pubDate>Fri, 05 Aug 2011 06:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/smpp-library-in-php/#comment-217860</guid>
		<description>Sir,
I am getting the following message. 
can you give me your suggestion

-------------------
Bind Transmitter PDU: 83 90 66 73 76 76 84 82 0 115 122 98 105 108 108 116 114 0 83 90 66 73 76 76 84 82 0 51 0 0 0 
PHP Notice:  Use of undefined constant CM_BIND_TRANSMITTER - assumed &#039;CM_BIND_TRANSMITTER&#039; in /root/Downloads/smppexample.php on line 431
Sending PDU, len == 47
Sending PDU, header-len == 16
Sending PDU, command_id == CM_BIND_TRANSMITTER
Trying to read PDU.
Reading PDU     : 16 bytes.
Stream len      : 12
Command id      : 0.
Command status  : 3.
sequence_number : 0.
PHP Notice:  Use of undefined constant CM_BIND_TRANSMITTER - assumed &#039;CM_BIND_TRANSMITTER&#039; in /root/Downloads/smppexample.php on line 364
Got CM_BIND_TRANSMITTER_RESP.
PHP Warning:  unpack(): Type a: not enough input, need 1, have 0 in /root/Downloads/smppexample.php on line 620
system id       : .

Received PDU: �(0)(0)(0)(0)(0)(0)(3)(0)(0)(0)(0)
Trying to read PDU.
Connection lost.
PHP Notice:  Use of undefined constant CM_ENQUIRELINK - assumed &#039;CM_ENQUIRELINK&#039; in /root/Downloads/smppexample.php on line 263
Sending PDU, len == 16
Sending PDU, header-len == 16
Sending PDU, command_id == CM_ENQUIRELINK
PHP Notice:  fwrite(): send of 16 bytes failed with errno=32 Broken pipe in /root/Downloads/smppexample.php on line 411
Trying to read PDU.
Socket was closed.!!
Connection lost.
In split_message.
One message: 22
PDU spec: a4cca12cca10ccca1a1ccccca22.
PHP Notice:  Use of undefined constant CM_SUBMIT_SM - assumed &#039;CM_SUBMIT_SM&#039; in /root/Downloads/smppexample.php on line 478
Sending PDU, len == 78
Sending PDU, header-len == 16
Sending PDU, command_id == CM_SUBMIT_SM
PHP Notice:  fwrite(): send of 78 bytes failed with errno=32 Broken pipe in /root/Downloads/smppexample.php on line 411
Trying to read PDU.
Socket was closed.!!
Connection lost.
PHP Fatal error:  Call to undefined function mb_convert_encoding() in /root/Downloads/smppexample.php on line 204

----------------

with regards,
jothirajan</description>
		<content:encoded><![CDATA[<p>Sir,<br />
I am getting the following message.<br />
can you give me your suggestion</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Bind Transmitter PDU: 83 90 66 73 76 76 84 82 0 115 122 98 105 108 108 116 114 0 83 90 66 73 76 76 84 82 0 51 0 0 0<br />
PHP Notice:  Use of undefined constant CM_BIND_TRANSMITTER &#8211; assumed &#8216;CM_BIND_TRANSMITTER&#8217; in /root/Downloads/smppexample.php on line 431<br />
Sending PDU, len == 47<br />
Sending PDU, header-len == 16<br />
Sending PDU, command_id == CM_BIND_TRANSMITTER<br />
Trying to read PDU.<br />
Reading PDU     : 16 bytes.<br />
Stream len      : 12<br />
Command id      : 0.<br />
Command status  : 3.<br />
sequence_number : 0.<br />
PHP Notice:  Use of undefined constant CM_BIND_TRANSMITTER &#8211; assumed &#8216;CM_BIND_TRANSMITTER&#8217; in /root/Downloads/smppexample.php on line 364<br />
Got CM_BIND_TRANSMITTER_RESP.<br />
PHP Warning:  unpack(): Type a: not enough input, need 1, have 0 in /root/Downloads/smppexample.php on line 620<br />
system id       : .</p>
<p>Received PDU: �(0)(0)(0)(0)(0)(0)(3)(0)(0)(0)(0)<br />
Trying to read PDU.<br />
Connection lost.<br />
PHP Notice:  Use of undefined constant CM_ENQUIRELINK &#8211; assumed &#8216;CM_ENQUIRELINK&#8217; in /root/Downloads/smppexample.php on line 263<br />
Sending PDU, len == 16<br />
Sending PDU, header-len == 16<br />
Sending PDU, command_id == CM_ENQUIRELINK<br />
PHP Notice:  fwrite(): send of 16 bytes failed with errno=32 Broken pipe in /root/Downloads/smppexample.php on line 411<br />
Trying to read PDU.<br />
Socket was closed.!!<br />
Connection lost.<br />
In split_message.<br />
One message: 22<br />
PDU spec: a4cca12cca10ccca1a1ccccca22.<br />
PHP Notice:  Use of undefined constant CM_SUBMIT_SM &#8211; assumed &#8216;CM_SUBMIT_SM&#8217; in /root/Downloads/smppexample.php on line 478<br />
Sending PDU, len == 78<br />
Sending PDU, header-len == 16<br />
Sending PDU, command_id == CM_SUBMIT_SM<br />
PHP Notice:  fwrite(): send of 78 bytes failed with errno=32 Broken pipe in /root/Downloads/smppexample.php on line 411<br />
Trying to read PDU.<br />
Socket was closed.!!<br />
Connection lost.<br />
PHP Fatal error:  Call to undefined function mb_convert_encoding() in /root/Downloads/smppexample.php on line 204</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>with regards,<br />
jothirajan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sici</title>
		<link>http://www.sajithmr.me/smpp-library-in-php/comment-page-1#comment-196014</link>
		<dc:creator>Sici</dc:creator>
		<pubDate>Wed, 13 Jul 2011 22:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/smpp-library-in-php/#comment-196014</guid>
		<description>Hello, I implemented this class, but when you run it I get these errors

Bind Transmitter PDU: 109 111 109 97 114 101 115 0 109 111 109 97 114 101 115 54 55 56 56 0 51 51 49 56 56 55 54 0 51 0 0 0 Sending PDU, len == 48 Sending PDU, header-len == 16 Sending PDU, command_id == 2 Trying to read PDU. Reading PDU : 17 bytes. Stream len : 13 Command id : 2. Command status : 13. sequence_number : 1. Got CM_BIND_TRANSMITTER_RESP. system id : . Received PDU: €(0)(0)(2)(0)(0)(0)(13)(0)(0)(0)(1)(0) Error binding to SMPP server. Invalid credentials? Sending PDU, len == 16 Sending PDU, header-len == 16 Sending PDU, command_id == 21 Trying to read PDU. Connection lost. In split_message. One message: 24 PDU spec: a1cca6cca13ccca1a1ccccca24. Sending PDU, len == 74 Sending PDU, header-len == 16 Sending PDU, command_id == 4 Trying to read PDU. Socket was closed.!! Connection lost. Sending PDU, len == 16 Sending PDU, header-len == 16 Sending PDU, command_id == 6 Trying to read PDU. Socket was closed.!! Connection lost.


The parameters are ok, but they can be?</description>
		<content:encoded><![CDATA[<p>Hello, I implemented this class, but when you run it I get these errors</p>
<p>Bind Transmitter PDU: 109 111 109 97 114 101 115 0 109 111 109 97 114 101 115 54 55 56 56 0 51 51 49 56 56 55 54 0 51 0 0 0 Sending PDU, len == 48 Sending PDU, header-len == 16 Sending PDU, command_id == 2 Trying to read PDU. Reading PDU : 17 bytes. Stream len : 13 Command id : 2. Command status : 13. sequence_number : 1. Got CM_BIND_TRANSMITTER_RESP. system id : . Received PDU: €(0)(0)(2)(0)(0)(0)(13)(0)(0)(0)(1)(0) Error binding to SMPP server. Invalid credentials? Sending PDU, len == 16 Sending PDU, header-len == 16 Sending PDU, command_id == 21 Trying to read PDU. Connection lost. In split_message. One message: 24 PDU spec: a1cca6cca13ccca1a1ccccca24. Sending PDU, len == 74 Sending PDU, header-len == 16 Sending PDU, command_id == 4 Trying to read PDU. Socket was closed.!! Connection lost. Sending PDU, len == 16 Sending PDU, header-len == 16 Sending PDU, command_id == 6 Trying to read PDU. Socket was closed.!! Connection lost.</p>
<p>The parameters are ok, but they can be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sashi</title>
		<link>http://www.sajithmr.me/smpp-library-in-php/comment-page-1#comment-172204</link>
		<dc:creator>sashi</dc:creator>
		<pubDate>Mon, 02 May 2011 10:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/smpp-library-in-php/#comment-172204</guid>
		<description>Another error i get is:


system id : . Received PDU: €(0)(0)(0)(0)(0)(0)(3)(0)(0)(0)(1) Error binding to SMPP server. Invalid credentials? Sending PDU, len == 34 Sending PDU, header-len == 16 Sending PDU, command_id == CM_ENQUIRELINK Trying to read PDU. Reading PDU : 16 bytes. Stream len : 12 Command id : 0. Command status : 3. sequence_number : 2. Got CM_BIND_TRANSMITTER_RESP. 

What is system_type? What is the difference between system_type and systemID here? Please help.</description>
		<content:encoded><![CDATA[<p>Another error i get is:</p>
<p>system id : . Received PDU: €(0)(0)(0)(0)(0)(0)(3)(0)(0)(0)(1) Error binding to SMPP server. Invalid credentials? Sending PDU, len == 34 Sending PDU, header-len == 16 Sending PDU, command_id == CM_ENQUIRELINK Trying to read PDU. Reading PDU : 16 bytes. Stream len : 12 Command id : 0. Command status : 3. sequence_number : 2. Got CM_BIND_TRANSMITTER_RESP. </p>
<p>What is system_type? What is the difference between system_type and systemID here? Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sashi</title>
		<link>http://www.sajithmr.me/smpp-library-in-php/comment-page-1#comment-172202</link>
		<dc:creator>sashi</dc:creator>
		<pubDate>Mon, 02 May 2011 10:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/smpp-library-in-php/#comment-172202</guid>
		<description>I am getting below error:

Warning: unpack() [function.unpack]: Type a: not enough input, need 1, have 0 in C:\xampp\htdocs\pushsms\smppclass.php on line 596

Please help. Basically i need to develop a bulk sms sender.</description>
		<content:encoded><![CDATA[<p>I am getting below error:</p>
<p>Warning: unpack() [function.unpack]: Type a: not enough input, need 1, have 0 in C:\xampp\htdocs\pushsms\smppclass.php on line 596</p>
<p>Please help. Basically i need to develop a bulk sms sender.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ilkera</title>
		<link>http://www.sajithmr.me/smpp-library-in-php/comment-page-1#comment-160166</link>
		<dc:creator>ilkera</dc:creator>
		<pubDate>Wed, 16 Mar 2011 03:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/smpp-library-in-php/#comment-160166</guid>
		<description>I need your help. This is my Error. 

 PHP Warning:  fsockopen(): unable to connect to 192.168.0.11:5018 (Connection refused) in xxxxxxxx/smppclass.php on line 87
Error opening SMPP session.
Error was: Connection refused.
Sending PDU, len == 16
Sending PDU, header-len == 16
Sending PDU, command_id == 21
PHP Warning:  fwrite(): supplied argument is not a valid stream resource in /xxxxxxxxxxx/smppclass2.php on line 359
Trying to read PDU.
PHP Warning:  feof(): supplied argument is not a valid stream resource in /xxxxxxxxxxxx/smppclass2.php on line 293
PHP Warning:  fread(): supplied argument is not a valid stream resource in /xxxxxxxxxxxx/smppclass2.php on line 296
Connection lost.
Not connected, while trying to send SUBMIT_SM.
In split_message.
One message: 69
PDU spec: a1cca13cca13ccca1a1ccccca69.
Sending PDU, len == 126
Sending PDU, header-len == 16
Sending PDU, command_id == 4
PHP Warning:  fwrite(): supplied argument is not a valid stream resource in /xxxxxxxxxx/smppclass.php on line 359
Trying to read PDU.
PHP Warning:  feof(): supplied argument is not a valid stream resource in /xxxxxxxxx/smppclass.php on line 293
PHP Warning:  fread(): supplied argument is not a valid stream resource in /xxxxxxxxxx/smppclass.php on line 296
Connection lost.


How can i resolved this. thank for your help
I have 2 files :
-transmit.php
-smppclass.php</description>
		<content:encoded><![CDATA[<p>I need your help. This is my Error. </p>
<p> PHP Warning:  fsockopen(): unable to connect to 192.168.0.11:5018 (Connection refused) in xxxxxxxx/smppclass.php on line 87<br />
Error opening SMPP session.<br />
Error was: Connection refused.<br />
Sending PDU, len == 16<br />
Sending PDU, header-len == 16<br />
Sending PDU, command_id == 21<br />
PHP Warning:  fwrite(): supplied argument is not a valid stream resource in /xxxxxxxxxxx/smppclass2.php on line 359<br />
Trying to read PDU.<br />
PHP Warning:  feof(): supplied argument is not a valid stream resource in /xxxxxxxxxxxx/smppclass2.php on line 293<br />
PHP Warning:  fread(): supplied argument is not a valid stream resource in /xxxxxxxxxxxx/smppclass2.php on line 296<br />
Connection lost.<br />
Not connected, while trying to send SUBMIT_SM.<br />
In split_message.<br />
One message: 69<br />
PDU spec: a1cca13cca13ccca1a1ccccca69.<br />
Sending PDU, len == 126<br />
Sending PDU, header-len == 16<br />
Sending PDU, command_id == 4<br />
PHP Warning:  fwrite(): supplied argument is not a valid stream resource in /xxxxxxxxxx/smppclass.php on line 359<br />
Trying to read PDU.<br />
PHP Warning:  feof(): supplied argument is not a valid stream resource in /xxxxxxxxx/smppclass.php on line 293<br />
PHP Warning:  fread(): supplied argument is not a valid stream resource in /xxxxxxxxxx/smppclass.php on line 296<br />
Connection lost.</p>
<p>How can i resolved this. thank for your help<br />
I have 2 files :<br />
-transmit.php<br />
-smppclass.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anandh</title>
		<link>http://www.sajithmr.me/smpp-library-in-php/comment-page-1#comment-151852</link>
		<dc:creator>anandh</dc:creator>
		<pubDate>Wed, 19 Jan 2011 14:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/smpp-library-in-php/#comment-151852</guid>
		<description>Hai Sajith,
Your SMPP Bind request works fine. But If I use Multisend function message content is not delivered only empty message delivered to the recipients. please provide solution.
Regards,
Anandh,Coimbatore</description>
		<content:encoded><![CDATA[<p>Hai Sajith,<br />
Your SMPP Bind request works fine. But If I use Multisend function message content is not delivered only empty message delivered to the recipients. please provide solution.<br />
Regards,<br />
Anandh,Coimbatore</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anandh</title>
		<link>http://www.sajithmr.me/smpp-library-in-php/comment-page-1#comment-150831</link>
		<dc:creator>anandh</dc:creator>
		<pubDate>Thu, 13 Jan 2011 08:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/smpp-library-in-php/#comment-150831</guid>
		<description>Hai Sajith,
Hats off to you. Your SMPP bind program works fine.

My hearty congratulationn to you.

Regards,
S. Anandh</description>
		<content:encoded><![CDATA[<p>Hai Sajith,<br />
Hats off to you. Your SMPP bind program works fine.</p>
<p>My hearty congratulationn to you.</p>
<p>Regards,<br />
S. Anandh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adrian</title>
		<link>http://www.sajithmr.me/smpp-library-in-php/comment-page-1#comment-121956</link>
		<dc:creator>adrian</dc:creator>
		<pubDate>Sat, 07 Aug 2010 12:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/smpp-library-in-php/#comment-121956</guid>
		<description>The code works fine without modification, even with send_multi.

I wonder could the problems the others are facing be operator dependent?</description>
		<content:encoded><![CDATA[<p>The code works fine without modification, even with send_multi.</p>
<p>I wonder could the problems the others are facing be operator dependent?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

