<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>[ THE VOiCE ] &#187; Linux</title>
	<atom:link href="http://take-ez.com/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://take-ez.com</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 13:28:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://take-ez.com/?pushpress=hub'/>
		<item>
		<title>Upgrade SER SIP Server</title>
		<link>http://take-ez.com/upgrade-ser-sip-server.html</link>
		<comments>http://take-ez.com/upgrade-ser-sip-server.html#comments</comments>
		<pubDate>Tue, 11 Dec 2007 08:05:49 +0000</pubDate>
		<dc:creator>hugo5688</dc:creator>
				<category><![CDATA[電腦兩三事]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[實作筆記]]></category>

		<guid isPermaLink="false">http://sip.waytechinc.com.cn/blog/?p=8</guid>
		<description><![CDATA[升級SER SIP Server 0.8.12 to 0.9.6，需要安裝的套件如下： gcc bison flex libxml2 $cd ser-0.9.6 $make &#38;&#38; make modules $make prefix=/usr/local install 安裝完成後，要刪除舊資料庫，否則啟動Service時會有問題，ser.cfg照原本的就可以了。 $drop database ser; $/usr/local/sbin/ser_mysql.sh create $./ser 沒仔細去找升成新版後啟動時會出現SQL的錯誤，不過大概猜是table有變動，直接砍掉重建比較快。]]></description>
			<content:encoded><![CDATA[<p>升級SER SIP Server 0.8.12 to 0.9.6，需要安裝的套件如下：</p>
<ol>
<li>gcc</li>
<li>bison</li>
<li>flex</li>
<li>libxml2</li>
</ol>
<pre lang="command">$cd ser-0.9.6
$make &amp;&amp; make modules
$make prefix=/usr/local install</pre>
<p>安裝完成後，要刪除舊資料庫，否則啟動Service時會有問題，ser.cfg照原本的就可以了。</p>
<pre lang="command">$drop database ser;
$/usr/local/sbin/ser_mysql.sh create
$./ser</pre>
<p>沒仔細去找升成新版後啟動時會出現SQL的錯誤，不過大概猜是table有變動，直接砍掉重建比較快。</p>
<img src="http://take-ez.com/?ak_action=api_record_view&id=8&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://take-ez.com/upgrade-ser-sip-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>架設STUN Server</title>
		<link>http://take-ez.com/stun-server.html</link>
		<comments>http://take-ez.com/stun-server.html#comments</comments>
		<pubDate>Fri, 07 Dec 2007 04:05:01 +0000</pubDate>
		<dc:creator>hugo5688</dc:creator>
				<category><![CDATA[電腦兩三事]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[實作筆記]]></category>

		<guid isPermaLink="false">http://sip.waytechinc.com.cn/blog/?p=6</guid>
		<description><![CDATA[Download：STUN Server $tar -xvf stund_0.96_Aug13 $cd stund $make bind another IP in ur eth0:0 or u have 2 eth card and start STUN service $./server -v -h IP_1 -a IP_2...]]></description>
			<content:encoded><![CDATA[<p>Download：<a href="http://sourceforge.net/project/showfiles.php?group_id=47735" target="_blank">STUN Server</a></p>
<pre lang="command">$tar -xvf stund_0.96_Aug13
$cd stund
$make</pre>
<p>bind another IP in ur eth0:0 or u have 2 eth card and start STUN service</p>
<pre lang="command">$./server -v -h IP_1 -a IP_2</pre>
<p>目前STUN在穿越Symmetric NAT還是會有問題，新的技術ICE應該是可以做到，另外RTPProxy也行 ，不過聽說在語音的傳輸上並不是那麼的好。</p>
<img src="http://take-ez.com/?ak_action=api_record_view&id=6&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://take-ez.com/stun-server.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

