<?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: DLR extravaganza</title>
	<atom:link href="http://www.blogalex.com/archives/121/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blogalex.com/archives/121</link>
	<description>Alejandro Guerrieri's Blog</description>
	<lastBuildDate>Fri, 09 Jul 2010 09:12:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: alex</title>
		<link>http://www.blogalex.com/archives/121/comment-page-1#comment-119</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 28 Dec 2009 12:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogalex.com/?p=121#comment-119</guid>
		<description>Please post detailed information on Kannel&#039;s users list, I (and probably others on the list) will try to address it there.</description>
		<content:encoded><![CDATA[<p>Please post detailed information on Kannel&#8217;s users list, I (and probably others on the list) will try to address it there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicky</title>
		<link>http://www.blogalex.com/archives/121/comment-page-1#comment-118</link>
		<dc:creator>Nicky</dc:creator>
		<pubDate>Mon, 28 Dec 2009 11:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogalex.com/?p=121#comment-118</guid>
		<description>Hello alex,

I am facing the same problem as put forward by bharat vasanth, please suggest what could be done to solve the problem.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hello alex,</p>
<p>I am facing the same problem as put forward by bharat vasanth, please suggest what could be done to solve the problem.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.blogalex.com/archives/121/comment-page-1#comment-101</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Fri, 20 Nov 2009 07:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogalex.com/?p=121#comment-101</guid>
		<description>smsc-admin-id it&#039;s only used for administrative commands (start/stop smsc). It&#039;s not involved on dlr matching at all.

Regards,

Alex</description>
		<content:encoded><![CDATA[<p>smsc-admin-id it&#8217;s only used for administrative commands (start/stop smsc). It&#8217;s not involved on dlr matching at all.</p>
<p>Regards,</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lukasz</title>
		<link>http://www.blogalex.com/archives/121/comment-page-1#comment-100</link>
		<dc:creator>Lukasz</dc:creator>
		<pubDate>Mon, 16 Nov 2009 14:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogalex.com/?p=121#comment-100</guid>
		<description>Hi Alex, 

I was looking for a solution to solve the problem you have described above, the one with dlr coming back to a wrong bind when multiple connections are made to different data centers. I am using CVS version which already includes &quot;smsc-admin-id&quot;. However, this is not working as an alias and doesn&#039;t solve the dlr lookup error (in database). 

Does smsc-admin-id works the same like smsc-dlr-alias in terms of searching by dlr using alias instead of smsc or did you remove that functionality before committing smsc-admin-id? Should i use your old patch to solve this problem?

Thanks
Lukasz</description>
		<content:encoded><![CDATA[<p>Hi Alex, </p>
<p>I was looking for a solution to solve the problem you have described above, the one with dlr coming back to a wrong bind when multiple connections are made to different data centers. I am using CVS version which already includes &#8220;smsc-admin-id&#8221;. However, this is not working as an alias and doesn&#8217;t solve the dlr lookup error (in database). </p>
<p>Does smsc-admin-id works the same like smsc-dlr-alias in terms of searching by dlr using alias instead of smsc or did you remove that functionality before committing smsc-admin-id? Should i use your old patch to solve this problem?</p>
<p>Thanks<br />
Lukasz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bharat Vasant</title>
		<link>http://www.blogalex.com/archives/121/comment-page-1#comment-83</link>
		<dc:creator>Bharat Vasant</dc:creator>
		<pubDate>Wed, 15 Jul 2009 04:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogalex.com/?p=121#comment-83</guid>
		<description>Dear Alex:

I don&#039;t know whether this is right place to ask this but I didn&#039;t received any replies for my problem posted on Kannel users list.

I am adding DlrUrl in Send_sms table while sending SMS by inserting row to Send_sms table (sqlbox) as  http://localhost/dlr.php?msgid=$uuid&amp;status=%A 

On receipt of DLR my PHP script is not updating the corresponding Msg Status.  Where I can check whether Kannel/sqlbox is invoking Dlrurl or not ?

I have checked Apache Access log and found that Dlrurl is being invoked if I send message using http cgi (smsbox) but not being invoked if I send msg by inserting in send_sms table of sqlbox.</description>
		<content:encoded><![CDATA[<p>Dear Alex:</p>
<p>I don&#8217;t know whether this is right place to ask this but I didn&#8217;t received any replies for my problem posted on Kannel users list.</p>
<p>I am adding DlrUrl in Send_sms table while sending SMS by inserting row to Send_sms table (sqlbox) as  <a href="http://localhost/dlr.php?msgid=$uuid&amp;status=%A" rel="nofollow">http://localhost/dlr.php?msgid=$uuid&amp;status=%A</a> </p>
<p>On receipt of DLR my PHP script is not updating the corresponding Msg Status.  Where I can check whether Kannel/sqlbox is invoking Dlrurl or not ?</p>
<p>I have checked Apache Access log and found that Dlrurl is being invoked if I send message using http cgi (smsbox) but not being invoked if I send msg by inserting in send_sms table of sqlbox.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
