<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.voxeo.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Speaking of Standards</title>
	
	<link>http://blogs.voxeo.com/speakingofstandards</link>
	<description>A Voxeo view on industry standards...</description>
	<lastBuildDate>Fri, 24 Feb 2012 14:47:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.voxeo.com/SpeakingOfStandardsComments" /><feedburner:info uri="speakingofstandardscomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on How To Make SIP Calls Over IPv6 Using Linphone (on Mac, Windows, Linux) by Chandramohan</title>
		<link>http://feeds.voxeo.com/~r/SpeakingOfStandardsComments/~3/hJG_M07yyF4/</link>
		<dc:creator>Chandramohan</dc:creator>
		<pubDate>Fri, 24 Feb 2012 14:47:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.voxeo.com/speakingofstandards/?p=636#comment-17833</guid>
		<description>I also tried  same steps by having IPV6 network
using Huraince tunnel broker.Two Windows 7 PCs 
with Public IPV6 address  are used to install and
configure Linphone client.But when I tired to set 
use IPV6 instead of IPV4 in prefrence in Linphone 
client getting message  registration failed[rkchandra@ipv6publicaddress], time out.But  
same  linphone clients working properly in IPV4 
network.</description>
		<content:encoded><![CDATA[<p>I also tried  same steps by having IPV6 network
using Huraince tunnel broker.Two Windows 7 PCs 
with Public IPV6 address  are used to install and
configure Linphone client.But when I tired to set 
use IPV6 instead of IPV4 in prefrence in Linphone 
client getting message  registration failed[rkchandra@ipv6publicaddress], time out.But  
same  linphone clients working properly in IPV4 
network.</p>
<img src="http://feeds.feedburner.com/~r/SpeakingOfStandardsComments/~4/hJG_M07yyF4" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blogs.voxeo.com/speakingofstandards/2011/04/08/how-to-make-sip-calls-over-ipv6-using-linphone-on-mac-windows-linux/comment-page-1/#comment-17833</feedburner:origLink></item>
	<item>
		<title>Comment on Using an iPad or iPhone 4 with IPv6 by Analog</title>
		<link>http://feeds.voxeo.com/~r/SpeakingOfStandardsComments/~3/I32Z-agyV5o/</link>
		<dc:creator>Analog</dc:creator>
		<pubDate>Sat, 18 Feb 2012 19:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.voxeo.com/speakingofstandards/?p=489#comment-17828</guid>
		<description>Its just a question whether android supports ipv6, which it does afaik. Also use a v6 address when connecting or aaaa dns records. Simple as that. Email your app makers to make them enable their network functionality over v6.</description>
		<content:encoded><![CDATA[<p>Its just a question whether android supports ipv6, which it does afaik. Also use a v6 address when connecting or aaaa dns records. Simple as that. Email your app makers to make them enable their network functionality over v6.</p>
<img src="http://feeds.feedburner.com/~r/SpeakingOfStandardsComments/~4/I32Z-agyV5o" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blogs.voxeo.com/speakingofstandards/2011/01/18/using-an-ipad-or-iphone-4-with-ipv6/comment-page-1/#comment-17828</feedburner:origLink></item>
	<item>
		<title>Comment on Java Media Control API: Driver and Factory by Wei Chen</title>
		<link>http://feeds.voxeo.com/~r/SpeakingOfStandardsComments/~3/FLdfFZworAg/</link>
		<dc:creator>Wei Chen</dc:creator>
		<pubDate>Fri, 28 Oct 2011 23:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.voxeo.com/speakingofstandards/?p=393#comment-17647</guid>
		<description>Leen,

To use Voxeo's JSR 309 driver in standalone mode, you will need the following jars out of Prism.

&gt;&gt; commons-lang-2.4.jar
&gt;&gt; concurrent.jar
&gt;&gt; grammartranslator-trunk-SNAPSHOT.jar
&gt;&gt; js.jar
&gt;&gt; mrcp.jar
&gt;&gt; sdp.jar
&gt;&gt; json.jar
&gt;&gt; mscontrol-impl.jar
&gt;&gt; mscontrol-spi.jar
&gt;&gt; mscontrol.jar
&gt;&gt; sdp-api.jar
&gt;&gt; vsm-lib.jar
&gt;&gt; log4j-1.2.15.jar
&gt;&gt; vlib-core-trunk-SNAPSHOT.jar
&gt;&gt; vlib-gut-trunk-SNAPSHOT.jar
&gt;&gt; vlib-tenacity-1.0-SNAPSHOT.jar

By default, the driver assumes the PRISM media server is on the local box. You can specify where the media server is using the following code sample.
[java]
     Properties props = new Properties();
     props.put(MsControlFactory.MEDIA_SERVER_URI, “mrcp://127.0.0.1:10074”);
     MsControlFactory factory =
     DriverManager.getFactory("com.voxeo.Driver_1.0", props);
[/java]
Hope this helps.

- Wei Chen</description>
		<content:encoded><![CDATA[<p>Leen,</p>
<p>To use Voxeo&#8217;s JSR 309 driver in standalone mode, you will need the following jars out of Prism.</p>
<p>&gt;&gt; commons-lang-2.4.jar
&gt;&gt; concurrent.jar
&gt;&gt; grammartranslator-trunk-SNAPSHOT.jar
&gt;&gt; js.jar
&gt;&gt; mrcp.jar
&gt;&gt; sdp.jar
&gt;&gt; json.jar
&gt;&gt; mscontrol-impl.jar
&gt;&gt; mscontrol-spi.jar
&gt;&gt; mscontrol.jar
&gt;&gt; sdp-api.jar
&gt;&gt; vsm-lib.jar
&gt;&gt; log4j-1.2.15.jar
&gt;&gt; vlib-core-trunk-SNAPSHOT.jar
&gt;&gt; vlib-gut-trunk-SNAPSHOT.jar
&gt;&gt; vlib-tenacity-1.0-SNAPSHOT.jar</p>
<p>By default, the driver assumes the PRISM media server is on the local box. You can specify where the media server is using the following code sample.</p>
<pre class="brush: java; title: ; notranslate">
     Properties props = new Properties();
     props.put(MsControlFactory.MEDIA_SERVER_URI, “mrcp://127.0.0.1:10074”);
     MsControlFactory factory =
     DriverManager.getFactory(&quot;com.voxeo.Driver_1.0&quot;, props);
</pre>
<p>Hope this helps.</p>
<p>- Wei Chen</p>
<img src="http://feeds.feedburner.com/~r/SpeakingOfStandardsComments/~4/FLdfFZworAg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blogs.voxeo.com/speakingofstandards/2010/12/10/java-media-control-api-driver-and-factory/comment-page-1/#comment-17647</feedburner:origLink></item>
	<item>
		<title>Comment on Java Media Control API: Driver and Factory by Leen Toelen</title>
		<link>http://feeds.voxeo.com/~r/SpeakingOfStandardsComments/~3/8IsD1Klx6j8/</link>
		<dc:creator>Leen Toelen</dc:creator>
		<pubDate>Tue, 27 Sep 2011 11:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.voxeo.com/speakingofstandards/?p=393#comment-17606</guid>
		<description>Hi,

do you have any reference on which maven artifacts I need for a standalone mscontrol client talking to Voxeo Prism?

I included those

		
			com.voxeo.moho
			mscontrol-api
			1.0
		
		
			com.voxeo.moho
			moho-impl
			0.8-SNAPSHOT
		
		
			com.voxeo
			msctrl-spi
			10_0_2_C201103190002_0
		

but I still get NoClassDefFoundError's (for com/micromethod/common/util/logging/SLogger for instance)

Regards,
Leen</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>do you have any reference on which maven artifacts I need for a standalone mscontrol client talking to Voxeo Prism?</p>
<p>I included those</p>
<p>			com.voxeo.moho
			mscontrol-api
			1.0</p>
<p>			com.voxeo.moho
			moho-impl
			0.8-SNAPSHOT</p>
<p>			com.voxeo
			msctrl-spi
			10_0_2_C201103190002_0</p>
<p>but I still get NoClassDefFoundError&#8217;s (for com/micromethod/common/util/logging/SLogger for instance)</p>
<p>Regards,
Leen</p>
<img src="http://feeds.feedburner.com/~r/SpeakingOfStandardsComments/~4/8IsD1Klx6j8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blogs.voxeo.com/speakingofstandards/2010/12/10/java-media-control-api-driver-and-factory/comment-page-1/#comment-17606</feedburner:origLink></item>
	<item>
		<title>Comment on Skype releases source code for SILK super wideband audio codec – the details… by Why did Skype publish SILK’s source code? « Skype Journal</title>
		<link>http://feeds.voxeo.com/~r/SpeakingOfStandardsComments/~3/Yoocgq-kJAE/</link>
		<dc:creator>Why did Skype publish SILK’s source code? « Skype Journal</dc:creator>
		<pubDate>Wed, 31 Aug 2011 14:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.voxeo.com/speakingofstandards/?p=232#comment-17573</guid>
		<description>[...] Dan York shows Skype released the source code to its SILK super wideband audio codec to the "CODEC Working Group" of the Internet Engineering Task Force, one the [...]</description>
		<content:encoded><![CDATA[<p>[...] Dan York shows Skype released the source code to its SILK super wideband audio codec to the &quot;CODEC Working Group&quot; of the Internet Engineering Task Force, one the [...]</p>
<img src="http://feeds.feedburner.com/~r/SpeakingOfStandardsComments/~4/Yoocgq-kJAE" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blogs.voxeo.com/speakingofstandards/2010/03/11/skype-releases-source-code-for-silk-super-wideband-audio-codec-the-details/comment-page-1/#comment-17573</feedburner:origLink></item>
	<item>
		<title>Comment on Point, Counterpoint: Should There Be A Free Market for IPv4 Addresses? by Shane</title>
		<link>http://feeds.voxeo.com/~r/SpeakingOfStandardsComments/~3/fo7qnLfoZVo/</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Tue, 30 Aug 2011 21:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.voxeo.com/speakingofstandards/?p=853#comment-17571</guid>
		<description>There's no free market for anything else, so why IP addrs?</description>
		<content:encoded><![CDATA[<p>There&#8217;s no free market for anything else, so why IP addrs?</p>
<img src="http://feeds.feedburner.com/~r/SpeakingOfStandardsComments/~4/fo7qnLfoZVo" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blogs.voxeo.com/speakingofstandards/2011/08/30/point-counterpoint-should-there-be-a-free-market-for-ipv4-addresses/comment-page-1/#comment-17571</feedburner:origLink></item>
	<item>
		<title>Comment on Point, Counterpoint: Should There Be A Free Market for IPv4 Addresses? by Moshe Yudkowsky</title>
		<link>http://feeds.voxeo.com/~r/SpeakingOfStandardsComments/~3/5NywRs4dGSA/</link>
		<dc:creator>Moshe Yudkowsky</dc:creator>
		<pubDate>Tue, 30 Aug 2011 17:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.voxeo.com/speakingofstandards/?p=853#comment-17569</guid>
		<description>If you create a free market in IPv4 addresses, you'll also create incentives to block the transition by those who view IPv4 addresses as a valuable asset. Consequently you'll see IPv4 holders actively attempting to prevent the transition to IPv6.</description>
		<content:encoded><![CDATA[<p>If you create a free market in IPv4 addresses, you&#8217;ll also create incentives to block the transition by those who view IPv4 addresses as a valuable asset. Consequently you&#8217;ll see IPv4 holders actively attempting to prevent the transition to IPv6.</p>
<img src="http://feeds.feedburner.com/~r/SpeakingOfStandardsComments/~4/5NywRs4dGSA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blogs.voxeo.com/speakingofstandards/2011/08/30/point-counterpoint-should-there-be-a-free-market-for-ipv4-addresses/comment-page-1/#comment-17569</feedburner:origLink></item>
	<item>
		<title>Comment on Want to Understand What RTCWEB/WebRTC Is All About? Read This Draft… by Vincent</title>
		<link>http://feeds.voxeo.com/~r/SpeakingOfStandardsComments/~3/0cjhOG0zDyk/</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Thu, 25 Aug 2011 18:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.voxeo.com/speakingofstandards/?p=849#comment-17532</guid>
		<description>Good news! I can't wait to see what projects spawn from this technology.</description>
		<content:encoded><![CDATA[<p>Good news! I can&#8217;t wait to see what projects spawn from this technology.</p>
<img src="http://feeds.feedburner.com/~r/SpeakingOfStandardsComments/~4/0cjhOG0zDyk" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blogs.voxeo.com/speakingofstandards/2011/08/25/want-to-understand-what-rtcwebwebrtc-is-all-about-read-this-draft/comment-page-1/#comment-17532</feedburner:origLink></item>
	<item>
		<title>Comment on Fun With IPv6 Addresses – Check Out Facebook’s AAAA Record in DNS by Joakim Fogelström</title>
		<link>http://feeds.voxeo.com/~r/SpeakingOfStandardsComments/~3/AflVZBvoIfg/</link>
		<dc:creator>Joakim Fogelström</dc:creator>
		<pubDate>Thu, 04 Aug 2011 19:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.voxeo.com/speakingofstandards/?p=762#comment-17307</guid>
		<description>The guys at www.terena.org likes it morbid
$ dig aaaa www.terena.org +short
2001:610:148:dead::6

;)

PS.
Facebook AAAA record can be found at Hurricane Electric's DNS:

$ dig @ordns.he.net aaaa www.facebook.com +short
2620:0:1c00:0:face:b00c:0:3

DS

/Joakim</description>
		<content:encoded><![CDATA[<p>The guys at <a href="http://www.terena.org" rel="nofollow">http://www.terena.org</a> likes it morbid
$ dig aaaa <a href="http://www.terena.org" rel="nofollow">http://www.terena.org</a> +short
2001:610:148:dead::6</p>
<p> <img src='http://blogs.voxeo.com/speakingofstandards/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>PS.
Facebook AAAA record can be found at Hurricane Electric&#8217;s DNS:</p>
<p>$ dig @ordns.he.net aaaa <a href="http://www.facebook.com" rel="nofollow">http://www.facebook.com</a> +short
2620:0:1c00:0:face:b00c:0:3</p>
<p>DS</p>
<p>/Joakim</p>
<img src="http://feeds.feedburner.com/~r/SpeakingOfStandardsComments/~4/AflVZBvoIfg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blogs.voxeo.com/speakingofstandards/2011/05/22/fun-with-ipv6-addresses-check-out-facebooks-aaaa-record-in-dns/comment-page-1/#comment-17307</feedburner:origLink></item>
	<item>
		<title>Comment on How To Make SIP Calls Over IPv6 Using Linphone (on Mac, Windows, Linux) by Tayeb</title>
		<link>http://feeds.voxeo.com/~r/SpeakingOfStandardsComments/~3/xp5PqrtfCD0/</link>
		<dc:creator>Tayeb</dc:creator>
		<pubDate>Sat, 09 Jul 2011 19:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.voxeo.com/speakingofstandards/?p=636#comment-17085</guid>
		<description>great post
try out Phoner and Phoner Lite but Windows only
work well with ipv6.</description>
		<content:encoded><![CDATA[<p>great post
try out Phoner and Phoner Lite but Windows only
work well with ipv6.</p>
<img src="http://feeds.feedburner.com/~r/SpeakingOfStandardsComments/~4/xp5PqrtfCD0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blogs.voxeo.com/speakingofstandards/2011/04/08/how-to-make-sip-calls-over-ipv6-using-linphone-on-mac-windows-linux/comment-page-1/#comment-17085</feedburner:origLink></item>
</channel>
</rss>

