<?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: MySQL Storage Engine</title>
	<atom:link href="http://www.blogalex.com/archives/20/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blogalex.com/archives/20</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: Alex&#8217;s Adventures in CodeSpace &#187; Blog Archive &#187; DB-Based Store for Kannel</title>
		<link>http://www.blogalex.com/archives/20/comment-page-1#comment-65</link>
		<dc:creator>Alex&#8217;s Adventures in CodeSpace &#187; Blog Archive &#187; DB-Based Store for Kannel</dc:creator>
		<pubDate>Thu, 29 Jan 2009 22:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogalex.com/?p=20#comment-65</guid>
		<description>[...] is a new version from my previous patch to add support for a DB based [...]</description>
		<content:encoded><![CDATA[<p>[...] is a new version from my previous patch to add support for a DB based [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.blogalex.com/archives/20/comment-page-1#comment-41</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 01 Dec 2008 12:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogalex.com/?p=20#comment-41</guid>
		<description>Yes, the patch is against CVS head. It&#039;ll probably need some manual tweaking to apply against 1.4.

Regards,
Alex</description>
		<content:encoded><![CDATA[<p>Yes, the patch is against CVS head. It&#8217;ll probably need some manual tweaking to apply against 1.4.</p>
<p>Regards,<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Redanium</title>
		<link>http://www.blogalex.com/archives/20/comment-page-1#comment-40</link>
		<dc:creator>Redanium</dc:creator>
		<pubDate>Mon, 01 Dec 2008 10:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogalex.com/?p=20#comment-40</guid>
		<description>Thanks Alex ,
I got some errors and perhaps it&#039;s due to source code version ,I&#039;m using kannel 1.4 ...I&#039;ll try to fix the problem in the same time ....thanks again for the reply

Best regards,
Redanium</description>
		<content:encoded><![CDATA[<p>Thanks Alex ,<br />
I got some errors and perhaps it&#8217;s due to source code version ,I&#8217;m using kannel 1.4 &#8230;I&#8217;ll try to fix the problem in the same time &#8230;.thanks again for the reply</p>
<p>Best regards,<br />
Redanium</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.blogalex.com/archives/20/comment-page-1#comment-39</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sat, 29 Nov 2008 01:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogalex.com/?p=20#comment-39</guid>
		<description>Supposing that your kannel&#039;s source code is at /usr/local/src/kannel:

1. Download the patch into that folder.
2. Chdir to that folder (cd /usr/local/src/kannel)
3. First try without really patching:

patch -p0 --dry-run &lt; kannel-mysql-storage-engine.patch

4. If all goes well (no FAILED messages) run again, without the --dry-run:

patch -p0 &lt; kannel-mysql-storage-engine.patch

That&#039;s it! If in doubt, try patch --help or man patch.

Regards,

Alex</description>
		<content:encoded><![CDATA[<p>Supposing that your kannel&#8217;s source code is at /usr/local/src/kannel:</p>
<p>1. Download the patch into that folder.<br />
2. Chdir to that folder (cd /usr/local/src/kannel)<br />
3. First try without really patching:</p>
<p>patch -p0 &#8211;dry-run < kannel-mysql-storage-engine.patch</p>
<p>4. If all goes well (no FAILED messages) run again, without the &#8211;dry-run:</p>
<p>patch -p0 < kannel-mysql-storage-engine.patch</p>
<p>That&#8217;s it! If in doubt, try patch &#8211;help or man patch.</p>
<p>Regards,</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Redanium</title>
		<link>http://www.blogalex.com/archives/20/comment-page-1#comment-38</link>
		<dc:creator>Redanium</dc:creator>
		<pubDate>Fri, 28 Nov 2008 20:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogalex.com/?p=20#comment-38</guid>
		<description>Hi ....thanks for the useful infos ...by the way how do we apply this patch ??? thanks again 
Redanium</description>
		<content:encoded><![CDATA[<p>Hi &#8230;.thanks for the useful infos &#8230;by the way how do we apply this patch ??? thanks again<br />
Redanium</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ehi</title>
		<link>http://www.blogalex.com/archives/20/comment-page-1#comment-4</link>
		<dc:creator>Ehi</dc:creator>
		<pubDate>Wed, 15 Oct 2008 17:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogalex.com/?p=20#comment-4</guid>
		<description>looks pretty good. will try it out.</description>
		<content:encoded><![CDATA[<p>looks pretty good. will try it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.blogalex.com/archives/20/comment-page-1#comment-3</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 06 Oct 2008 18:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogalex.com/?p=20#comment-3</guid>
		<description>None. It replaces the file-based &quot;store&quot; where kannel temporary places messages while processing, so it wont lose them if a crash occurs.

MySQL storage of DLR&#039;s are already a functional part of Kannel (see the userguide for the &quot;dlr-storage&quot; directive).

If you need to archive sent SMS into a MySQL database you should look into SQLBox instead.</description>
		<content:encoded><![CDATA[<p>None. It replaces the file-based &#8220;store&#8221; where kannel temporary places messages while processing, so it wont lose them if a crash occurs.</p>
<p>MySQL storage of DLR&#8217;s are already a functional part of Kannel (see the userguide for the &#8220;dlr-storage&#8221; directive).</p>
<p>If you need to archive sent SMS into a MySQL database you should look into SQLBox instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Katano</title>
		<link>http://www.blogalex.com/archives/20/comment-page-1#comment-2</link>
		<dc:creator>Katano</dc:creator>
		<pubDate>Mon, 06 Oct 2008 18:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogalex.com/?p=20#comment-2</guid>
		<description>what store this patch ? dlr or sented sms ?</description>
		<content:encoded><![CDATA[<p>what store this patch ? dlr or sented sms ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

