<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Asterisk 1.6 with Office Communications Server 2007</title><link>http://blogs.technet.com/gclark/archive/2008/10/09/asterisk-1-6-with-office-communications-server-2007.aspx</link><description>I’ve personally been waiting for this release of Asterisk for some time now! After researching a little, I found out that Asterisk 1.6 now supports TCP &amp;amp; TLS. Currently it is still considered experimental – but hey, it’s always fun to play! For those</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Asterisk 1.6.0 + Exchange 2007 SP1 Unified Messaging</title><link>http://blogs.technet.com/gclark/archive/2008/10/09/asterisk-1-6-with-office-communications-server-2007.aspx#3140192</link><pubDate>Wed, 22 Oct 2008 07:53:31 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3140192</guid><dc:creator>Geoff Clark's Blog</dc:creator><description>&lt;p&gt;Last week I discussed how to connect Asterisk with OCS Mediation Server over TCP. I figured since we&lt;/p&gt;
</description></item><item><title>re: Asterisk 1.6 with Office Communications Server 2007</title><link>http://blogs.technet.com/gclark/archive/2008/10/09/asterisk-1-6-with-office-communications-server-2007.aspx#3151800</link><pubDate>Wed, 12 Nov 2008 19:09:25 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3151800</guid><dc:creator>Gilberto Verastegui</dc:creator><description>&lt;p&gt;Thanks a lot Geoff...good article&lt;/p&gt;
</description></item><item><title>re: Asterisk 1.6 with Office Communications Server 2007</title><link>http://blogs.technet.com/gclark/archive/2008/10/09/asterisk-1-6-with-office-communications-server-2007.aspx#3165839</link><pubDate>Tue, 09 Dec 2008 20:35:30 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3165839</guid><dc:creator>MattJH</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;What a good article, much better than the Asterisk 1.4 &amp;lt;-&amp;gt; sipX &amp;lt;-&amp;gt; OCS config I had previously.&lt;/p&gt;
&lt;p&gt;I am kind of stuck when it comes to making the call from the SIP Phone to MOC. There isn't a route back through to MOC, is there? &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Matt&lt;/p&gt;</description></item><item><title>re: Asterisk 1.6 with Office Communications Server 2007</title><link>http://blogs.technet.com/gclark/archive/2008/10/09/asterisk-1-6-with-office-communications-server-2007.aspx#3165855</link><pubDate>Tue, 09 Dec 2008 21:03:37 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3165855</guid><dc:creator>gclark</dc:creator><description>&lt;p&gt;Matt,&lt;/p&gt;
&lt;p&gt;When making the call from SIP Phone - there should be a route on the Asterisk Server to go out the Trunk pointed to the Mediation Server.&lt;/p&gt;
&lt;p&gt;Is the call making it to the Mediation Server? &amp;nbsp;You can email me directly for assistance on this if needed.&lt;/p&gt;
&lt;p&gt;Geoff&lt;/p&gt;
</description></item><item><title>re: Asterisk 1.6 with Office Communications Server 2007</title><link>http://blogs.technet.com/gclark/archive/2008/10/09/asterisk-1-6-with-office-communications-server-2007.aspx#3196836</link><pubDate>Wed, 04 Feb 2009 12:46:58 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3196836</guid><dc:creator>shady</dc:creator><description>&lt;p&gt;I can't make any calls from the sip account to the OCS,&lt;/p&gt;
</description></item><item><title>re: Asterisk 1.6 with Office Communications Server 2007</title><link>http://blogs.technet.com/gclark/archive/2008/10/09/asterisk-1-6-with-office-communications-server-2007.aspx#3196839</link><pubDate>Wed, 04 Feb 2009 12:49:29 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3196839</guid><dc:creator>shady</dc:creator><description>&lt;p&gt;where is the configuration on the Asterisk server to go to the Trunk pointed to the Mediation Server ??&lt;/p&gt;
</description></item><item><title>re: Asterisk 1.6 with Office Communications Server 2007</title><link>http://blogs.technet.com/gclark/archive/2008/10/09/asterisk-1-6-with-office-communications-server-2007.aspx#3196942</link><pubDate>Wed, 04 Feb 2009 16:20:34 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3196942</guid><dc:creator>gclark</dc:creator><description>&lt;p&gt;On the issue of making sip calls from Asterisk to OCS you need to modify the trunk to look like the following.&lt;/p&gt;
&lt;p&gt;[SIP_TRUNK]&lt;/p&gt;
&lt;p&gt;type = peer&lt;/p&gt;
&lt;p&gt;host = 10.100.16.78&lt;/p&gt;
&lt;p&gt;qualify = yes&lt;/p&gt;
&lt;p&gt;transport = tcp,udp&lt;/p&gt;
&lt;p&gt;The configuration above is the Trunk that points to the Mediation Server. &amp;nbsp;Host is the IP Address of the gateway side of the Mediation Server.&lt;/p&gt;
&lt;p&gt;Geoff&lt;/p&gt;
</description></item><item><title>Asterisk 1.6 with Office Communications Server 2007</title><link>http://blogs.technet.com/gclark/archive/2008/10/09/asterisk-1-6-with-office-communications-server-2007.aspx#3263406</link><pubDate>Mon, 13 Jul 2009 15:49:33 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3263406</guid><dc:creator>robmu</dc:creator><description>&lt;p&gt;Hi,	&lt;/p&gt;
&lt;p&gt;I should make an ocs-asterisk as shown in this article, I followed all the steps needed, but I get only a communication between asterisk-ocs and not vice versa. I have performed all necessary steps, I gave the profile in the front-end server but I have a one-way communication asterisk-ocs. What I forgot to set?&lt;/p&gt;
&lt;p&gt;thanks rob&lt;/p&gt;
</description></item><item><title>re: Asterisk 1.6 with Office Communications Server 2007</title><link>http://blogs.technet.com/gclark/archive/2008/10/09/asterisk-1-6-with-office-communications-server-2007.aspx#3296093</link><pubDate>Tue, 24 Nov 2009 16:54:24 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3296093</guid><dc:creator>sanjayws</dc:creator><description>&lt;p&gt;Hi, nice article.&lt;/p&gt;
&lt;p&gt;There's a fix for the UNREACHABLE thingy in Asterisk 1.6. This may fix trunk related issues.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="https://issues.asterisk.org/view.php?id=15896"&gt;https://issues.asterisk.org/view.php?id=15896&lt;/a&gt;&lt;/p&gt;</description></item><item><title>re: Asterisk 1.6 with Office Communications Server 2007</title><link>http://blogs.technet.com/gclark/archive/2008/10/09/asterisk-1-6-with-office-communications-server-2007.aspx#3296194</link><pubDate>Wed, 25 Nov 2009 03:07:22 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3296194</guid><dc:creator>gclark</dc:creator><description>&lt;p&gt;Rob,&lt;/p&gt;
&lt;p&gt;What version of Asterisk are you running. &amp;nbsp;Some issues have come up with certain versions of Asterisk that has caused one way communication.&lt;/p&gt;
&lt;p&gt;The latest 1.6.0.18 works great.&lt;/p&gt;
&lt;p&gt;Geoff&lt;/p&gt;
</description></item></channel></rss>