<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Asterisk Unicall</title>
	<link>http://www.moythreads.com/astunicall</link>
	<description>Asterisk Unicall &#038; R2 Information Blog</description>
	<pubDate>Tue, 11 Mar 2008 22:18:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Chan Unicall for Asterisk 1.4.18</title>
		<link>http://www.moythreads.com/astunicall/2008/03/08/chan-unicall-for-asterisk-1418/</link>
		<comments>http://www.moythreads.com/astunicall/2008/03/08/chan-unicall-for-asterisk-1418/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 05:25:50 +0000</pubDate>
		<dc:creator>moy</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.moythreads.com/astunicall/2008/03/08/chan-unicall-for-asterisk-1418/</guid>
		<description><![CDATA[AstUnicall for Asterisk 1.4.18 is now available in downloads.
- users now can set the calling party category request from the dial plan and from the unicall.conf file (more info in the included unicall.conf)
- added a README file with instructions to install.
- added a sample unicall.conf with comments about how to use the UC_CATEGORY dial plan [...]]]></description>
			<content:encoded><![CDATA[<p>AstUnicall for Asterisk 1.4.18 is now <a href="http://www.moythreads.com/astunicall/files/astunicall-1.4.18-0.2.tar.gz" title="astunicall">available in downloads.</a></p>
<p>- users now can set the calling party category request from the dial plan and from the unicall.conf file (more info in the included unicall.conf)</p>
<p>- added a README file with instructions to install.</p>
<p>- added a sample unicall.conf with comments about how to use the UC_CATEGORY dial plan variable and the new category parameter for unicall.conf</p>
<p>- removed menuselect.makeopts ( Clod Patry, thanks for the heads up )</p>
<p>- fixed a bug with the usage count of the chan_unicall.so module</p>
<p>The driver for Asterisk 1.6 is also about to be released someday the next week (yeah right &#8230;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moythreads.com/astunicall/2008/03/08/chan-unicall-for-asterisk-1418/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Chan Unicall for Asterisk 1.4.16</title>
		<link>http://www.moythreads.com/astunicall/2007/12/25/chan-unicall-for-asterisk-1416/</link>
		<comments>http://www.moythreads.com/astunicall/2007/12/25/chan-unicall-for-asterisk-1416/#comments</comments>
		<pubDate>Tue, 25 Dec 2007 08:49:55 +0000</pubDate>
		<dc:creator>moy</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.moythreads.com/astunicall/2007/12/25/chan-unicall-for-asterisk-1416/</guid>
		<description><![CDATA[A new chan_unicall driver is available in downloads
Changes included:
- Music On Hold Fix
- module reload bug fixed
If anyone is facing problems with &#8220;Private CallerID, specially from &#8220;Nextel&#8221; in México, please contact me so we can fix this ASAP.
]]></description>
			<content:encoded><![CDATA[<p>A new chan_unicall driver is <a href="http://www.moythreads.com/astunicall/files/astunicall-1.4.16-0.1.tar.gz" title="AstUnicall 1.4.16-0.1" target="_blank">available in downloads</a></p>
<p>Changes included:</p>
<p>- Music On Hold Fix</p>
<p>- module reload bug fixed</p>
<p>If anyone is facing problems with &#8220;Private CallerID, specially from &#8220;Nextel&#8221; in México, please contact me so we can fix this ASAP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moythreads.com/astunicall/2007/12/25/chan-unicall-for-asterisk-1416/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New downloads section &#038; MOH fix coming</title>
		<link>http://www.moythreads.com/astunicall/2007/11/02/new-downloads-section-music-on-hold-fix-coming/</link>
		<comments>http://www.moythreads.com/astunicall/2007/11/02/new-downloads-section-music-on-hold-fix-coming/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 16:28:50 +0000</pubDate>
		<dc:creator>moy</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.moythreads.com/astunicall/2007/11/02/new-downloads-section-music-on-hold-fix-coming/</guid>
		<description><![CDATA[Downloads section is now available, including a package with the proper versions for Asterisk 1.2.21.Some people reported a problem with chan_unicall and MOH ( Music On Hold ). I had access to a server to test it and confirm there is a problem with the driver and Asterisk 1.4.X . Asterisk 1.4 changed a bit [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.moythreads.com/astunicall/downloads/" title="Downloads">Downloads section is now available</a>, including a package with the proper versions for Asterisk 1.2.21.Some people reported a problem with chan_unicall and MOH ( Music On Hold ). I had access to a server to test it and confirm there is a problem with the driver and Asterisk 1.4.X . Asterisk 1.4 changed a bit the way in which the “onhold” event is processed. In Asterisk 1.2, onhold event was processed by the channel driver receiving the onhold event. In 1.4 the bridged channel is the one responsible for handling that. Thus, a change in unicall_indicate routine is needed to support HOLD UNHOLD events. I have added the change, however I am also doing some code clean-up and other small fixes before posting the new version.</p>
<p>Other people has reported problems with private callerid. However that problem is on the libmfcr2 side, not on the channel driver itself, so that one is going to have to wait a couple of weeks more until I have a proper test server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moythreads.com/astunicall/2007/11/02/new-downloads-section-music-on-hold-fix-coming/feed/</wfw:commentRss>
		</item>
		<item>
		<title>False Alarm</title>
		<link>http://www.moythreads.com/astunicall/2007/09/28/false-alarm/</link>
		<comments>http://www.moythreads.com/astunicall/2007/09/28/false-alarm/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 01:29:37 +0000</pubDate>
		<dc:creator>moy</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.moythreads.com/astunicall/2007/09/28/false-alarm/</guid>
		<description><![CDATA[Well, it seems my previous post was a false alarm. As long as you keep everything as included in the package everything should run smoothly.
Some people has offered me help for testing in their systems, and finally Im getting a bit more time on work to dedicate time to Asterisk chan_unicall and try to keep [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it seems my previous post was a false alarm. As long as you keep everything as included in the package everything should run smoothly.</p>
<p>Some people has offered me help for testing in their systems, and finally Im getting a bit more time on work to dedicate time to Asterisk chan_unicall and try to keep it up to date with CallWeaver.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moythreads.com/astunicall/2007/09/28/false-alarm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Configure error in package</title>
		<link>http://www.moythreads.com/astunicall/2007/08/20/configure-error-in-package/</link>
		<comments>http://www.moythreads.com/astunicall/2007/08/20/configure-error-in-package/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 03:08:39 +0000</pubDate>
		<dc:creator>moy</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.moythreads.com/astunicall/2007/08/20/configure-error-in-package/</guid>
		<description><![CDATA[For some reason the ./configure script in the astunicall-1.4.9-0.1.tar.gz does not work and do not generate the Makefile. I think it has something to do with the fact that chan_unicall.c and channels/Makefile are included in the package. So, a workaround for now is to just download asterisk 1.4.9 from asterisk.org and then copy channels/Makefile and [...]]]></description>
			<content:encoded><![CDATA[<p>For some reason the ./configure script in the astunicall-1.4.9-0.1.tar.gz does not work and do not generate the Makefile. I think it has something to do with the fact that chan_unicall.c and channels/Makefile are included in the package. So, a workaround for now is to just download asterisk 1.4.9 from asterisk.org and then copy channels/Makefile and channels/chan_unicall.c from the astunicall package.</p>
<p>More on this later&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moythreads.com/astunicall/2007/08/20/configure-error-in-package/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Unicall 0.0.5 &#038; spandsp 0.0.4 with Asterisk 1.4.9</title>
		<link>http://www.moythreads.com/astunicall/2007/08/04/unicall-005-spandsp-004-with-asterisk-149/</link>
		<comments>http://www.moythreads.com/astunicall/2007/08/04/unicall-005-spandsp-004-with-asterisk-149/#comments</comments>
		<pubDate>Sat, 04 Aug 2007 16:02:47 +0000</pubDate>
		<dc:creator>moy</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.moythreads.com/astunicall/2007/08/04/unicall-005-spandsp-004-with-asterisk-149/</guid>
		<description><![CDATA[Most recent version of Asterisk can now work with most recent version of unicall.
Download here: http://www.moythreads.com/astunicall/downloads/astunicall-1.4.9-0.1.tar.gz
Not much testing has been done. If you find problems report them and I wil do what I can to fix them.
]]></description>
			<content:encoded><![CDATA[<p>Most recent version of Asterisk can now work with most recent version of unicall.</p>
<p>Download here: <a href="http://www.moythreads.com/astunicall/downloads/astunicall-1.4.9-0.1.tar.gz" title="AstUnicall 1.4.9-0.1" target="_blank">http://www.moythreads.com/astunicall/downloads/astunicall-1.4.9-0.1.tar.gz</a></p>
<p>Not much testing has been done. If you find problems report them and I wil do what I can to fix them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moythreads.com/astunicall/2007/08/04/unicall-005-spandsp-004-with-asterisk-149/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://www.moythreads.com/astunicall/2007/07/21/welcome/</link>
		<comments>http://www.moythreads.com/astunicall/2007/07/21/welcome/#comments</comments>
		<pubDate>Sat, 21 Jul 2007 16:12:35 +0000</pubDate>
		<dc:creator>moy</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.moythreads.com/astunicall/2007/07/21/welcome/</guid>
		<description><![CDATA[This blog is an effort to support Unicall Asterisk driver. Steve is probably dropping support for chan_unicall in Asterisk, so I will try to keep up to date the driver using  OpenPBX/CallWeaver driver code as a base.
Moy
]]></description>
			<content:encoded><![CDATA[<p>This blog is an effort to support Unicall Asterisk driver. Steve is probably dropping support for chan_unicall in Asterisk, so I will try to keep up to date the driver using  <a href="http://callweaver.org/blog" title="callweaver" target="_blank">OpenPBX/CallWeaver</a> driver code as a base.</p>
<p>Moy</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moythreads.com/astunicall/2007/07/21/welcome/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
