<?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: Callweaver, freeswitch and others are gaining speed!</title>
	<atom:link href="http://www.usken.no/2008/06/callweaver-freeswitch-and-others-are-gaining-speed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.usken.no/2008/06/callweaver-freeswitch-and-others-are-gaining-speed/</link>
	<description>VoIP news for VoIP people!</description>
	<lastBuildDate>Tue, 23 Feb 2010 17:18:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sjur</title>
		<link>http://www.usken.no/2008/06/callweaver-freeswitch-and-others-are-gaining-speed/comment-page-1/#comment-11</link>
		<dc:creator>sjur</dc:creator>
		<pubDate>Wed, 25 Jun 2008 20:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.usken.no/?p=16#comment-11</guid>
		<description>Sorry about this! I have fixed it in the article as well! Great job! 
Are there any examples of FreeSwitch in REALLY large campuses with load-balancing and full redundant setup?</description>
		<content:encoded><![CDATA[<p>Sorry about this! I have fixed it in the article as well! Great job!<br />
Are there any examples of FreeSwitch in REALLY large campuses with load-balancing and full redundant setup?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anthm</title>
		<link>http://www.usken.no/2008/06/callweaver-freeswitch-and-others-are-gaining-speed/comment-page-1/#comment-10</link>
		<dc:creator>anthm</dc:creator>
		<pubDate>Wed, 25 Jun 2008 16:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.usken.no/?p=16#comment-10</guid>
		<description>I think the title of this article helps suggest that FreeSWITCH is a derivative of Asterisk.  Just to clarify, since  FreeSWITCH is not mentioned anywhere in the actual article, FreeSWITCH is completely fresh code and has no connection to Asterisk.
 
I have personally contributed code to the Asterisk project and spent many hours working on bugs etc.  I can tell you I am certain that the dependency on the hardware came more from convenience than it did from a conspiracy theory.

When I decided to write my own platform in 2006, I chose to make a timing interface such as this from the start anticipating the need to plug in alternate timing sources.  I am glad to see that Asterisk is evolving in the right direction and I wish them luck.</description>
		<content:encoded><![CDATA[<p>I think the title of this article helps suggest that FreeSWITCH is a derivative of Asterisk.  Just to clarify, since  FreeSWITCH is not mentioned anywhere in the actual article, FreeSWITCH is completely fresh code and has no connection to Asterisk.</p>
<p>I have personally contributed code to the Asterisk project and spent many hours working on bugs etc.  I can tell you I am certain that the dependency on the hardware came more from convenience than it did from a conspiracy theory.</p>
<p>When I decided to write my own platform in 2006, I chose to make a timing interface such as this from the start anticipating the need to plug in alternate timing sources.  I am glad to see that Asterisk is evolving in the right direction and I wish them luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sjur</title>
		<link>http://www.usken.no/2008/06/callweaver-freeswitch-and-others-are-gaining-speed/comment-page-1/#comment-9</link>
		<dc:creator>sjur</dc:creator>
		<pubDate>Sun, 22 Jun 2008 08:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.usken.no/?p=16#comment-9</guid>
		<description>Leif, excellent comment!

The open-source PBX is definely a very strong alternative to Cisco, Avaya, and Microsoft OCS. 

I wish you all the luck with the next releases!</description>
		<content:encoded><![CDATA[<p>Leif, excellent comment!</p>
<p>The open-source PBX is definely a very strong alternative to Cisco, Avaya, and Microsoft OCS. </p>
<p>I wish you all the luck with the next releases!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leifmadsen</title>
		<link>http://www.usken.no/2008/06/callweaver-freeswitch-and-others-are-gaining-speed/comment-page-1/#comment-7</link>
		<dc:creator>leifmadsen</dc:creator>
		<pubDate>Wed, 18 Jun 2008 03:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.usken.no/?p=16#comment-7</guid>
		<description>1) No hardware is required for timing (whether that hardware be Sangoma or Digium) -- the ztdummy driver is all that is required.

2) URL: http://svn.digium.com/view/asterisk?view=rev&amp;rev=122928
Log:
Merge res_timing_pthread.  This is a timing interface for Asterisk that does not require DAHDI.  It&#039;s called &quot;pthread&quot; because it uses a pthread API call in the timing thread for sleeping and ensuring we wake up at an appropriate time.  I wasn&#039;t sure what else to call it.   :) 

The timing API requires a file descriptor that can be polled on.  So, when you open a timer, this module creates a pipe and returns the read end of the pipe.  There is a background thread that wakes up every 10ms and checks to see if any of the currently open timers need a &#039;tick&#039; and writes to the appropriate pipe.

3) ... and russellb works for Digium none-the-less :)</description>
		<content:encoded><![CDATA[<p>1) No hardware is required for timing (whether that hardware be Sangoma or Digium) &#8212; the ztdummy driver is all that is required.</p>
<p>2) URL: <a href="http://svn.digium.com/view/asterisk?view=rev&amp;rev=122928" rel="nofollow">http://svn.digium.com/view/asterisk?view=rev&amp;rev=122928</a><br />
Log:<br />
Merge res_timing_pthread.  This is a timing interface for Asterisk that does not require DAHDI.  It&#8217;s called &#8220;pthread&#8221; because it uses a pthread API call in the timing thread for sleeping and ensuring we wake up at an appropriate time.  I wasn&#8217;t sure what else to call it.   <img src='http://www.usken.no/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>The timing API requires a file descriptor that can be polled on.  So, when you open a timer, this module creates a pipe and returns the read end of the pipe.  There is a background thread that wakes up every 10ms and checks to see if any of the currently open timers need a &#8216;tick&#8217; and writes to the appropriate pipe.</p>
<p>3) &#8230; and russellb works for Digium none-the-less <img src='http://www.usken.no/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
