<?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>TEAM FORREST Blog &#187; HD Voice</title>
	<atom:link href="http://www.teamforrest.com/blog/tag/hd-voice/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.teamforrest.com/blog</link>
	<description>Asterisk, VoIP, and IT Consulting</description>
	<lastBuildDate>Thu, 27 May 2010 19:07:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>VoIP Users Conference via SIP</title>
		<link>http://www.teamforrest.com/blog/33/voip-users-conference-via-sip/</link>
		<comments>http://www.teamforrest.com/blog/33/voip-users-conference-via-sip/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 19:29:49 +0000</pubDate>
		<dc:creator>Team Forrest</dc:creator>
				<category><![CDATA[VoIP]]></category>
		<category><![CDATA[asterisk]]></category>
		<category><![CDATA[HD Voice]]></category>
		<category><![CDATA[SIP]]></category>

		<guid isPermaLink="false">http://www.teamforrest.com/?p=33</guid>
		<description><![CDATA[UPDATE — Got HD? You can now connect to the VoIP Users Conference in HD Quality thanks to ZiPDX The VoIP Users Conference gathers weekly on Fridays to discuss all things VoIP. Free, and open to the public, participants can listen live or download archived recordings. There are three main ways to access the live [...]]]></description>
			<content:encoded><![CDATA[<p class="note"><strong>UPDATE —</strong> Got HD? You can now connect to the VoIP Users Conference in HD Quality thanks to <a href="http://www.zipdx.com">ZiPDX</a></p>
<p>The VoIP Users Conference gathers weekly on Fridays to discuss all things VoIP. Free, and open to the public, participants can listen live or download archived recordings.</p>
<p>There are three main ways to access the live conference:</p>
<ol>
<li>via SIP directly</li>
<li>via HiDef SIP directly</li>
<li>via PSTN (<em><strong>see below for the number</strong></em>)</li>
<li>via the <a href="http://www.talkshoe.com/talkshoe/web/userCreate1.jsp?pushNav=1">Talkshoe</a> client</li>
</ol>
<h2>VoIP Users Conference via SIP</h2>
<p>Recently, several participants experienced difficulties in connecting to the conference using SIP. The issue dealt with DTMF recognition and prevented the participant from entering the conference number and pin.</p>
<p>Thanks to the power of SIP, this problem can be circumvented using a SIP Header. Adding the SIP Header of <em>Subject: &lt;passcode&gt;22622&lt;/passcode&gt;&lt;pin&gt;YOURPIN&lt;/pin&gt;</em> will bypass the DTMF needs and enter you into the conference automatically.</p>
<p>Using <a href="http://www.asterisk.org">Asterisk</a>, a SIP Header can easily be added to your dialplan. For example, if you wanted to dial *10 to reach the VoIP Users Conference, you would modify your extensions.conf to contain something like:</p>
<pre>exten =&gt; *10,1,NoOp(VoIP Users Conference Fridays at 12pm EST. Replace YOURPIN with your talkshoe pin)
exten =&gt; *10,n,SIPAddHeader(Subject: &lt;passcode&gt;22622&lt;/passcode&gt;&lt;pin&gt;YOURPIN&lt;/pin&gt;)
exten =&gt; *10,n,Dial(<strong>SIP/talkshoe@vuc.onsip.com</strong>)</pre>
<h2>VoIP Users Conference via Hi Def SIP</h2>
<p>If you have an HD Voice / Wideband capable phone, you can connect directly to the conference using g722 at the following SIP URI:</p>
<ul>
<li>sip:200901@login.zipdx.com</li>
</ul>
<p>So, in Asterisk&#8217;s extensions.conf, it may look something like this:</p>
<pre>exten =&gt; *11,1,NoOp(VoIP Users Conference Fridays at 12pm EST. g722 connection)
exten =&gt; *11,n,Dial(<strong>SIP/200901@login.zipdx.com</strong>)</pre>
<p class="alert"><strong>REMEMBER!</strong> To use the wideband (g722) bridge, you need a wideband capable phone.</p>
<h2>PSTN, Talkshoe, and Web</h2>
<p>The VoIP Users Conference meets every Friday at 12pm Eastern Standard Time. More information can be found by following these links:</p>
<ul>
<li><a href="http://voipusersconference.org/">VoIP Users Conference</a></li>
<li><a href="http://www.talkshoe.com/talkshoe/web/talkCast.jsp?masterId=22622">Talkshoe</a></li>
<li>PSTN &#8211;&gt; Dial (724) 444-7444 and enter 22622# 1#</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.teamforrest.com/blog/33/voip-users-conference-via-sip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
