<?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: DB-Based Store for Kannel</title>
	<atom:link href="http://www.blogalex.com/archives/88/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blogalex.com/archives/88</link>
	<description>Alex Guerrieri&#039;s Blog</description>
	<lastBuildDate>Tue, 13 Dec 2011 10:41:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: anil</title>
		<link>http://www.blogalex.com/archives/88/comment-page-1#comment-262</link>
		<dc:creator>anil</dc:creator>
		<pubDate>Sun, 27 Mar 2011 09:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogalex.com/?p=88#comment-262</guid>
		<description>Dear Alex,
When i run make command i get the following error. 
Please suggest. I am using kannel 1.4.3 on ubuntu.

libgw.a(bb_store.o): In function `store_init&#039;:
/root/Desktop/all/gateway-1.4.3/gw/bb_store.c:95: undefined reference to `store_mysql_init&#039;
collect2: ld returned 1 exit status
make: *** [gw/bearerbox] Error 1</description>
		<content:encoded><![CDATA[<p>Dear Alex,<br />
When i run make command i get the following error.<br />
Please suggest. I am using kannel 1.4.3 on ubuntu.</p>
<p>libgw.a(bb_store.o): In function `store_init&#8217;:<br />
/root/Desktop/all/gateway-1.4.3/gw/bb_store.c:95: undefined reference to `store_mysql_init&#8217;<br />
collect2: ld returned 1 exit status<br />
make: *** [gw/bearerbox] Error 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.blogalex.com/archives/88/comment-page-1#comment-204</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Thu, 18 Nov 2010 10:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogalex.com/?p=88#comment-204</guid>
		<description>You can do that by writing a small web application that receives the requests from smsbox and write it to the database, or you could use SqlBox, without having the extra http layer.</description>
		<content:encoded><![CDATA[<p>You can do that by writing a small web application that receives the requests from smsbox and write it to the database, or you could use SqlBox, without having the extra http layer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: macfallen siame</title>
		<link>http://www.blogalex.com/archives/88/comment-page-1#comment-196</link>
		<dc:creator>macfallen siame</dc:creator>
		<pubDate>Tue, 28 Sep 2010 08:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogalex.com/?p=88#comment-196</guid>
		<description>Alex what should i do to deposit messages sent by mobile users straight into mysql database.I have successfully compiled and started kannel with mysql support</description>
		<content:encoded><![CDATA[<p>Alex what should i do to deposit messages sent by mobile users straight into mysql database.I have successfully compiled and started kannel with mysql support</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wael</title>
		<link>http://www.blogalex.com/archives/88/comment-page-1#comment-191</link>
		<dc:creator>wael</dc:creator>
		<pubDate>Tue, 24 Aug 2010 08:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogalex.com/?p=88#comment-191</guid>
		<description>Hi Alex,
I have kannel 1.4.3 Installed on CentOS 5.5 and work well but when want to install your patch kannel-store-db.patch with command &quot;patch -p0 kannel-store-db.patch&quot; no thing do
shell not do any thing what is error????</description>
		<content:encoded><![CDATA[<p>Hi Alex,<br />
I have kannel 1.4.3 Installed on CentOS 5.5 and work well but when want to install your patch kannel-store-db.patch with command &#8220;patch -p0 kannel-store-db.patch&#8221; no thing do<br />
shell not do any thing what is error????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.blogalex.com/archives/88/comment-page-1#comment-156</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 26 Apr 2010 12:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogalex.com/?p=88#comment-156</guid>
		<description>Yes, that&#039;s to be expected: The store&#039;s purpose is to provide persistence in case of a server crash, so messages can be recovered after restarting the service. Messages are held on the store while they&#039;re being processed and deleted afterwards, otherwise they&#039;d be all resent after every service restart.

Regards,

Alex</description>
		<content:encoded><![CDATA[<p>Yes, that&#8217;s to be expected: The store&#8217;s purpose is to provide persistence in case of a server crash, so messages can be recovered after restarting the service. Messages are held on the store while they&#8217;re being processed and deleted afterwards, otherwise they&#8217;d be all resent after every service restart.</p>
<p>Regards,</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Paterson</title>
		<link>http://www.blogalex.com/archives/88/comment-page-1#comment-155</link>
		<dc:creator>Alex Paterson</dc:creator>
		<pubDate>Mon, 26 Apr 2010 08:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogalex.com/?p=88#comment-155</guid>
		<description>Hi Alex,

I have compiled and installed the code with no errors.  The SMS record seems to insert into the &quot;store&quot; table but is then automatically deleted straight afterwards.  Any ideas?  In the debug I can see the following:

2010-04-26 10:12:59 [21939] [13] DEBUG: sql: INSERT INTO store (uuid, message) VALUES (&#039;a6e20ca1-2eed-49a7-981d-6d5d71d6863d&#039;, &#039;AAAAAgAAAAUxMzAxMwAAAAw1ODgwMjQxMTMwMTP/////AAAAFE5vIHNlcnZpY2Ugc3BlY2lmaWVk
2010-04-26 10:12:59 [21939] [6] DEBUG: sql: DELETE FROM store WHERE uuid = &#039;a6e20ca1-2eed-49a7-981d-6d5d71d6863d&#039;

BRgds
Alex P</description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>I have compiled and installed the code with no errors.  The SMS record seems to insert into the &#8220;store&#8221; table but is then automatically deleted straight afterwards.  Any ideas?  In the debug I can see the following:</p>
<p>2010-04-26 10:12:59 [21939] [13] DEBUG: sql: INSERT INTO store (uuid, message) VALUES (&#8216;a6e20ca1-2eed-49a7-981d-6d5d71d6863d&#8217;, &#8216;AAAAAgAAAAUxMzAxMwAAAAw1ODgwMjQxMTMwMTP/////AAAAFE5vIHNlcnZpY2Ugc3BlY2lmaWVk<br />
2010-04-26 10:12:59 [21939] [6] DEBUG: sql: DELETE FROM store WHERE uuid = &#8216;a6e20ca1-2eed-49a7-981d-6d5d71d6863d&#8217;</p>
<p>BRgds<br />
Alex P</p>
]]></content:encoded>
	</item>
</channel>
</rss>

