<?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>AudioCodes</title>
	<atom:link href="http://blog.audiocodes.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.audiocodes.com</link>
	<description>Blog</description>
	<lastBuildDate>Mon, 09 Jul 2018 13:34:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.7</generator>
<site xmlns="com-wordpress:feed-additions:1">108229215</site>	<item>
		<title>Putting the POW in PowerShell with User Management Pack 365</title>
		<link>http://blog.audiocodes.com/putting-the-pow-in-powershell-with-user-management-pack-365/</link>
		<comments>http://blog.audiocodes.com/putting-the-pow-in-powershell-with-user-management-pack-365/#respond</comments>
		<pubDate>Thu, 28 Jun 2018 13:00:54 +0000</pubDate>
		<dc:creator><![CDATA[Mike Erps]]></dc:creator>
				<category><![CDATA[Management]]></category>
		<category><![CDATA[Microsoft Teams]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Skype for Business]]></category>
		<category><![CDATA[User Management Pack 365]]></category>

		<guid isPermaLink="false">http://blog.audiocodes.com/?p=1186</guid>
		<description><![CDATA[<p>When managing users in a Microsoft Teams or Skype for Business environment, some tasks require PowerShell while others might require access to separate portals. With User Management Pack 365, you now have a single portal that addresses all those common tasks!</p>
<p>The post <a rel="nofollow" href="http://blog.audiocodes.com/putting-the-pow-in-powershell-with-user-management-pack-365/">Putting the POW in PowerShell with User Management Pack 365</a> appeared first on <a rel="nofollow" href="http://blog.audiocodes.com">AudioCodes</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Organizations around the world, on a daily basis, are performing traditional Moves, Adds, Changes and Deletes (MACD) for their user population. These tasks happen, typically, across multiple groups within the organization. As an example, traditionally you might see a couple of different groups, including both Active Directory and Telecom teams. When this happens, a need is presented to have groups coordinate efforts (like creating a new user) and create specific processes to perform these tasks in an efficient, harmonized manner.</p>
<p>Enter <a href="https://www.audiocodes.com/solutions-products/products/management-products-solutions/user-management-pack-365" target="_blank" rel="noopener">User Management Pack<img src="https://s.w.org/images/core/emoji/2.4/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 365</a>, a slick web management tool that helps administrators perform specific tasks for Skype for Business and Microsoft Teams. In addition, UMP 365 can also help to manage tasks around Active Directory (modifying user attributes) and O365 (assigning user licenses).</p>
<p>From my experiences over the years, I have always struggled with remembering how to run specific PowerShell commands across different platforms. Maybe this is because I don’t do these tasks daily, but I always felt like each time I tried to do a similar task, there was always a small tweak I needed to make to the script. This ultimately lead me down the vicious cycle of finding the right TechNet article or blog, hammering away at PowerShell until it finally stopped yelling at me about syntax errors! Well, for those of you who have shared that same struggle, especially with managing Skype for Business and nowadays Microsoft Teams, I would really encourage you to take a look at UMP 365.</p>
<p>Basically, if you look at Microsoft Teams and Skype for Business, you have fantastic GUIs that allow you to do a certain percentage of management activities (let’s spit ball with 40% of the tasks are available in the GUIs). Beyond the GUI, you need to utilize PowerShell and the fantastic TechNet information that helps explain all of the different cmdlets, parameters and syntax (let’s call that the “other” 60%). To learn how to truly use the things available just in PowerShell, you really need to have some great experience and quite a bit of time to develop those scripts. Although there are many people out there that “can” do these tasks (and develop scripts), this might not be the best use of time for your administrators. Why take up hours of their work weeks going through these script development exercises, when you can use a tool (which by the way is completely GUI based) that already has a lot of these scripts already covered?</p>
<p>To help set the stage, take a look at the following screenshot from the <span style="font-weight: bold; color: #3d3d3d;">Users</span> tab of UMP 365. You can easily identify a specific user, right-click on the user and modify TONS of attributes for the user. Some examples would be specific to Telephony settings, things like LineURI, Voice Policies, and much more!</p>
<p><img class="aligncenter wp-image-1188 size-full" title="User Management Pack 365 User Tab" src="http://blog.audiocodes.com/wp-content/uploads/User-Management-Pack-365-User-Tab.jpg" alt="User Management Pack 365 User Tab" width="800" height="299" srcset="http://45i8my1okqqv1tpw9q6ruc41.wpengine.netdna-cdn.com/wp-content/uploads/User-Management-Pack-365-User-Tab.jpg 800w, http://45i8my1okqqv1tpw9q6ruc41.wpengine.netdna-cdn.com/wp-content/uploads/User-Management-Pack-365-User-Tab-540x202.jpg 540w, http://45i8my1okqqv1tpw9q6ruc41.wpengine.netdna-cdn.com/wp-content/uploads/User-Management-Pack-365-User-Tab-768x287.jpg 768w, http://45i8my1okqqv1tpw9q6ruc41.wpengine.netdna-cdn.com/wp-content/uploads/User-Management-Pack-365-User-Tab-705x263.jpg 705w, http://45i8my1okqqv1tpw9q6ruc41.wpengine.netdna-cdn.com/wp-content/uploads/User-Management-Pack-365-User-Tab-450x168.jpg 450w" sizes="(max-width: 800px) 100vw, 800px" /></p>
<p>One of the other things I have struggled with is that each platform has different cmdlets. For example, Skype for Business Server (on-premises), Skype for Business Online (O365) and Microsoft Teams all have different Admin Portals, cmdlets and PowerShell modules. This means that each time I want to perform a task in a hybrid environment, I need to go through that specific portal/process based on where that specific user is located. That is exactly what UMP 365 alleviates an administrator from having to worry about. The same GUI of UMP 365 can manage all these scenarios regardless of where the user is homed. That right there is super powerful and makes everyone’s lives so much easier!</p>
<p>Add to it, some cmdlets require you to gather additional information about a user to be able to easily identify which command changes need to be applied to which user. Below is a sneak peek “under the hood” that UMP 365 provides where you can visually see the complex cmdlet being run for specific tasks. In this visual, I made a bunch of changes to AD attributes of test users. Notice the crazy long ObjectID associated with each user? Yup! Good luck figuring that out on your own!</p>
<p style="text-align: center;"><img class="aligncenter wp-image-1187 size-full" title="User Management Pack 365 Under The Hood" src="http://blog.audiocodes.com/wp-content/uploads/User-Management-Pack-365-Under-the-Hood.jpg" alt="User Management Pack 365 Under The Hood" width="800" height="228" srcset="http://45i8my1okqqv1tpw9q6ruc41.wpengine.netdna-cdn.com/wp-content/uploads/User-Management-Pack-365-Under-the-Hood.jpg 800w, http://45i8my1okqqv1tpw9q6ruc41.wpengine.netdna-cdn.com/wp-content/uploads/User-Management-Pack-365-Under-the-Hood-540x154.jpg 540w, http://45i8my1okqqv1tpw9q6ruc41.wpengine.netdna-cdn.com/wp-content/uploads/User-Management-Pack-365-Under-the-Hood-768x219.jpg 768w, http://45i8my1okqqv1tpw9q6ruc41.wpengine.netdna-cdn.com/wp-content/uploads/User-Management-Pack-365-Under-the-Hood-705x201.jpg 705w, http://45i8my1okqqv1tpw9q6ruc41.wpengine.netdna-cdn.com/wp-content/uploads/User-Management-Pack-365-Under-the-Hood-450x128.jpg 450w" sizes="(max-width: 800px) 100vw, 800px" /></p>
<p>With that all in mind, if you haven’t had a chance to see UMP 365, I highly recommend reaching out to your <a href="https://www.audiocodes.com/corporate/offices-worldwide">AudioCodes contacts</a> and taking a look. Don’t struggle like I have with managing users, and let UMP 365 do all the heavy lifting!</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="http://blog.audiocodes.com/putting-the-pow-in-powershell-with-user-management-pack-365/">Putting the POW in PowerShell with User Management Pack 365</a> appeared first on <a rel="nofollow" href="http://blog.audiocodes.com">AudioCodes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.audiocodes.com/putting-the-pow-in-powershell-with-user-management-pack-365/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<post-id xmlns="com-wordpress:feed-additions:1">1186</post-id>	</item>
		<item>
		<title>Lync Phone Edition (LPE) &#8211; AudioCodes offer Teams Ready device upgrade</title>
		<link>http://blog.audiocodes.com/audiocodes-offers-teams-ready-device-upgrade-lync-phone-edition-lpe-devices/</link>
		<comments>http://blog.audiocodes.com/audiocodes-offers-teams-ready-device-upgrade-lync-phone-edition-lpe-devices/#respond</comments>
		<pubDate>Wed, 16 May 2018 13:00:15 +0000</pubDate>
		<dc:creator><![CDATA[Daryl Hunter]]></dc:creator>
				<category><![CDATA[IP Phone]]></category>
		<category><![CDATA[Microsoft Teams]]></category>
		<category><![CDATA[Skype for Business]]></category>
		<category><![CDATA[Unified Communications]]></category>
		<category><![CDATA[Lync Phone Edition]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://blog.audiocodes.com/?p=1167</guid>
		<description><![CDATA[<p>AudioCodes is introducing a replacement program for Microsoft Lync Phone Edition (LPE) devices that will stop working with Microsoft Office 365 services beginning on October 31, 2018 when only TLS 1.2 compliant devices will be supported. </p>
<p>The post <a rel="nofollow" href="http://blog.audiocodes.com/audiocodes-offers-teams-ready-device-upgrade-lync-phone-edition-lpe-devices/">Lync Phone Edition (LPE) &#8211; AudioCodes offer Teams Ready device upgrade</a> appeared first on <a rel="nofollow" href="http://blog.audiocodes.com">AudioCodes</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h2>Summary</h2>
<p>AudioCodes is introducing a replacement program for Microsoft LPE (Lync Phone Edition) devices that will stop working with Microsoft Office 365 services beginning on October 31, 2018 when only TLS 1.2 compliant devices will be supported. The offer can be found and claimed on the AudioCodes website at <a href="http://online.audiocodes.com/lpeupgradeprogram" target="_blank" rel="noopener">http://online.audiocodes.com/lpeupgradeprogram</a>.</p>
<h2><strong>What are Lync Phone Edition (LPE) devices and why won’t they work?</strong></h2>
<p>Lync Phone Edition (LPE) devices are the IP Phones first launched alongside Lync 2010.  The phones were produced by third-party certified vendors like Polycom, HP/Snom &amp; Mitel/Aastra.  All of them run Windows CE 6.0 and a Microsoft written Lync Phone client. Windows CE – and therefore Lync Phone Edition – doesn’t support TLS 1.2, therefore, when Microsoft enforces TLS 1.2 only on Office 365, these devices will no longer connect.</p>
<div id="attachment_1169" style="width: 550px" class="wp-caption aligncenter"><a href="http://online.audiocodes.com/lpeupgradeprogram" target="_blank" rel="noopener"><img class="wp-image-1169 size-medium" src="http://blog.audiocodes.com/wp-content/uploads/LPE-Banner-1200x628_1-540x283.jpg" alt="Lync Phone Ediiton (LPE) " width="540" height="283" srcset="http://45i8my1okqqv1tpw9q6ruc41.wpengine.netdna-cdn.com/wp-content/uploads/LPE-Banner-1200x628_1-540x283.jpg 540w, http://45i8my1okqqv1tpw9q6ruc41.wpengine.netdna-cdn.com/wp-content/uploads/LPE-Banner-1200x628_1-768x402.jpg 768w, http://45i8my1okqqv1tpw9q6ruc41.wpengine.netdna-cdn.com/wp-content/uploads/LPE-Banner-1200x628_1-1030x539.jpg 1030w, http://45i8my1okqqv1tpw9q6ruc41.wpengine.netdna-cdn.com/wp-content/uploads/LPE-Banner-1200x628_1-705x369.jpg 705w, http://45i8my1okqqv1tpw9q6ruc41.wpengine.netdna-cdn.com/wp-content/uploads/LPE-Banner-1200x628_1-450x236.jpg 450w, http://45i8my1okqqv1tpw9q6ruc41.wpengine.netdna-cdn.com/wp-content/uploads/LPE-Banner-1200x628_1.jpg 1200w" sizes="(max-width: 540px) 100vw, 540px" /></a><p class="wp-caption-text">AudioCodes offers Teams Ready device for Lync Phone Edition (LPE)</p></div>
<p>&nbsp;</p>
<h3><strong>The models of Lync Phone Edition (LPE) devices that are affected by this change are:</strong></h3>
<ul>
<li>Polycom: CX500, CX600, CX3000</li>
<li>HP: 4110 and 4120</li>
<li>Mitel/Aastra: 6721ip and 6725ip</li>
</ul>
<h2><strong>Why is this important? </strong></h2>
<p>Older TLS versions (1.0 and 1.1) are known to have vulnerabilities used by hackers. Security regulated markets (for example credit card processing) force services to only utilize modern TLS implementations. While Microsoft has <a href="https://support.microsoft.com/en-gb/help/4057306/preparing-for-tls-1-2-in-office-365">stated</a> that there are no known vulnerabilities in their own implementations of TLS 1.0 they recognize the potential for future vulnerabilities and making this change to more modern TLS. These newer regulations also encourage moving toward new security mechanisms &#8211; for example, Modern Authentication that Microsoft has implemented in recent years.  These newer security mechanisms are fully supported by AudioCodes phones.</p>
<p>Microsoft <a href="https://techcommunity.microsoft.com/t5/Skype-for-Business-Blog/Certified-Skype-for-Business-Online-Phones-and-what-this-means/ba-p/120035">will enforce</a> TLS 1.2 on the Office 365 Cloud on October 31, 2018. Affected phones can utilize different services within Office 365. As mentioned above, basic calling may be facilitated by Skype for Business Online so that is affected. Likewise, affected phones can utilize Exchange Online services for calendaring, voicemail services, Outlook contacts, call logs, and more. The fact that phones cannot access Exchange Online services will also impact on-premises/hybrid deployments using Exchange Online.</p>
<h2><strong>Will this affect my existing non-LPE devices?</strong></h2>
<p>All 3PIP (Microsoft 3<sup>rd</sup> Party Interoperability Partner) phones which are <a href="https://partnersolutions.skypeforbusiness.com/solutionscatalog/ip-phones" target="_blank" rel="noopener">certified for Skype for Business Online</a> will continue work after this Office 365 TLS 1.2 change and work with and be supported by Microsoft Teams. There will be no change to 3PIP phones connected to Skype for Business Server on-premises. They will be able to join Microsoft Teams scheduled meetings and place calls with the same user experience and features detailed above in the Microsoft blog.  LPE Phones will still be able to connect to Skype for Business Server on-premises as long as TLS 1.0 and 1.1 are supported in that deployment. <a href="https://support.microsoft.com/en-gb/help/4057306/preparing-for-tls-1-2-in-office-365" target="_blank" rel="noopener">Connectivity to Office 365</a> features like Exchange Online will not work after October 31, 2018.</p>
<p>Additionally, at Enterprise Connect in March 2018, <a href="https://www.audiocodes.com/news/press-releases/news/audiocodes-adds-support-for-microsoft-teams" target="_blank" rel="noopener">Microsoft announced a new line of ‘native Teams’ phones</a> that run a Microsoft Teams app directly on the phone itself. LPE phones will not work with Microsoft Teams. For more details check out the <a href="https://techcommunity.microsoft.com/t5/Skype-for-Business-Blog/Certified-Skype-for-Business-Online-Phones-and-what-this-means/ba-p/120035" target="_blank" rel="noopener">Microsoft Tech Community blog</a>. The <a href="https://products.office.com/en-US/business/office-365-roadmap?filters=%26freeformsearch=teams%20calling" target="_blank" rel="noopener">current Microsoft Office 365 roadmap</a> shows this support coming in 3Q 2018.</p>
<h2><strong>How can AudioCodes help?  Are there trade-in/trade-up incentives?</strong></h2>
<p>Yes! AudioCodes is introducing a replacement program for Microsoft LPE Phones that will stop working with Microsoft Office 365 Services beginning on October 31, 2018 when only TLS 1.2 compliant devices will be supported. The offer can be found on the AudioCodes website at:  <a href="http://online.audiocodes.com/lpeupgradeprogram" target="_blank" rel="noopener">http://online.audiocodes.com/lpeupgradeprogram</a>.  For every model of AudioCodes in this offer, we have a matching (or more advanced) set of features. On top of standard expected calling features, our AudioCodes phones have modern features like advanced boss-admin, sidecar options, resiliency options, superior centralized management and more.  A few charts detailing how AudioCodes phones compare – along with frequently asked questions – can be found on our <a href="http://online.audiocodes.com/lpe-upgrade-program-faq" target="_blank" rel="noopener">LPE Upgrade Program FAQ page</a>.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="http://blog.audiocodes.com/audiocodes-offers-teams-ready-device-upgrade-lync-phone-edition-lpe-devices/">Lync Phone Edition (LPE) &#8211; AudioCodes offer Teams Ready device upgrade</a> appeared first on <a rel="nofollow" href="http://blog.audiocodes.com">AudioCodes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.audiocodes.com/audiocodes-offers-teams-ready-device-upgrade-lync-phone-edition-lpe-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<post-id xmlns="com-wordpress:feed-additions:1">1167</post-id>	</item>
		<item>
		<title>Direct Routing the future of hybrid voice with Microsoft Teams</title>
		<link>http://blog.audiocodes.com/direct-routing-future-hybrid-voice-microsoft-teams/</link>
		<comments>http://blog.audiocodes.com/direct-routing-future-hybrid-voice-microsoft-teams/#comments</comments>
		<pubDate>Tue, 15 May 2018 16:30:28 +0000</pubDate>
		<dc:creator><![CDATA[Mike Erps]]></dc:creator>
				<category><![CDATA[Skype for Business]]></category>
		<category><![CDATA[Unified Communications]]></category>
		<category><![CDATA[Direct Routing]]></category>
		<category><![CDATA[Hybrid Voice]]></category>
		<category><![CDATA[Microsoft Teams]]></category>
		<category><![CDATA[SBCs]]></category>
		<category><![CDATA[Session border controllers]]></category>
		<category><![CDATA[Skype for Business Online]]></category>

		<guid isPermaLink="false">http://blog.audiocodes.com/?p=1160</guid>
		<description><![CDATA[<p>Microsoft announced Public Preview of Direct Routing for Microsoft Teams. You might ask, what is Direct Routing? Direct Routing is the future of hybrid voice with Microsoft Teams, allowing organizations to leverage on-premises voice infrastructure through Teams certified SBC’s.</p>
<p>The post <a rel="nofollow" href="http://blog.audiocodes.com/direct-routing-future-hybrid-voice-microsoft-teams/">Direct Routing the future of hybrid voice with Microsoft Teams</a> appeared first on <a rel="nofollow" href="http://blog.audiocodes.com">AudioCodes</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>On May 15th, 2018 Microsoft announced Public Preview of Direct Routing for Microsoft Teams via this <a href="https://techcommunity.microsoft.com/t5/Microsoft-Teams-Blog/Direct-Routing-enables-new-enterprise-voice-options-in-Microsoft/ba-p/170450" target="_blank" rel="noopener">blog</a>. You might ask, what is Direct Routing? Direct Routing is the future of hybrid voice with Microsoft Teams, allowing organizations to leverage on-premises voice infrastructure through Teams certified SBC’s (enter AudioCodes). You can find more information by viewing the Microsoft blog <a href="https://docs.microsoft.com/en-us/SkypeForBusiness/skype-for-business-hybrid-solutions/plan-your-phone-system-cloud-pbx-solution/plan-direct-routing" target="_blank" rel="noopener">Here</a>.</p>
<h2>What does this all mean and what benefit do I get?</h2>
<p>What exactly does this all mean for you? It depends on where you are in your UC/IC journey. For some, the journey might be moving from an existing PBX to Microsoft Teams calling directly. Others might already be using Skype for Business / Skype for Business Online and ready to make the move to Teams calling. Still, others might have sites around the globe that are not yet able to migrate phone numbers from the local Telco providers into Microsoft Calling Plans.</p>
<p>Organizations looking to migrate to Microsoft Teams calling can now utilize direct SBC connectivity into the Microsoft Teams environment. This allows customers to bring their own PSTN trunk into the Microsoft environment via a Teams Certified SBC. With the combination of Teams and an AudioCodes SBC, organizations will now be able to take full advantage of Microsoft’s Intelligent Communications vision by providing a complete Teams experience for their users.</p>
<p><img class="aligncenter size-full wp-image-1163" src="http://blog.audiocodes.com/wp-content/uploads/Direct-Routing-the-future-of-hybrid-voice-with-Microsoft-Teams.jpg" alt="Direct Routing the future of hybrid voice with Microsoft Teams" width="800" height="320" srcset="http://45i8my1okqqv1tpw9q6ruc41.wpengine.netdna-cdn.com/wp-content/uploads/Direct-Routing-the-future-of-hybrid-voice-with-Microsoft-Teams.jpg 800w, http://45i8my1okqqv1tpw9q6ruc41.wpengine.netdna-cdn.com/wp-content/uploads/Direct-Routing-the-future-of-hybrid-voice-with-Microsoft-Teams-540x216.jpg 540w, http://45i8my1okqqv1tpw9q6ruc41.wpengine.netdna-cdn.com/wp-content/uploads/Direct-Routing-the-future-of-hybrid-voice-with-Microsoft-Teams-768x307.jpg 768w, http://45i8my1okqqv1tpw9q6ruc41.wpengine.netdna-cdn.com/wp-content/uploads/Direct-Routing-the-future-of-hybrid-voice-with-Microsoft-Teams-705x282.jpg 705w, http://45i8my1okqqv1tpw9q6ruc41.wpengine.netdna-cdn.com/wp-content/uploads/Direct-Routing-the-future-of-hybrid-voice-with-Microsoft-Teams-450x180.jpg 450w" sizes="(max-width: 800px) 100vw, 800px" /></p>
<h2>What about my environment today and tomorrow?</h2>
<p>Customers that currently utilize AudioCodes infrastructure to connect to their existing PBX, Skype for Business on-premises, or Skype for Business Online with Phone System (previously Cloud PBX) are in a great position. In this scenario, you have the ability to leverage your existing infrastructure and repurpose/reconfigure/update it to connect to the Microsoft Teams environment. If that current infrastructure is not already in place or maybe it needs an upgrade, AudioCodes has a large portfolio of certified SBCs that supports from a few sessions all the way up to tens of thousands of current sessions.</p>
<p>The benefit of a complete, unified portfolio is that AudioCodes has a solution to fit your needs today and tomorrow, from physical devices to a full complement of highly scalable virtual instances. Furthermore, depending on the level of functionality required, the SBC portfolio can also provide advanced high availability (HA).</p>
<h2>Things to consider with <u><span style="text-decoration: underline;"><a href="https://www.audiocodes.com/solutions-products/products/products-for-microsoft-365/direct-routing-for-microsoft-teams" target="_blank" rel="noopener">Direct Routing SBCs from AudioCodes</a></span></u></h2>
<p>Now that we know of the wide range of options available in Direct Routing scenarios, what about diving into some specific use cases that make the AudioCodes SBC stand out?</p>
<ol>
<li>Ever wonder what you are going to do with those existing analog devices? How in the world do I plug that analog wire into the cloud? That will likely never happen, but AudioCodes has you covered. Time and time again, the conversation comes up on how to integrate these existing analog devices (think elevator, common area, warehouse and laboratory phones) in organizations both large and small. For these scenarios you can easily place an AudioCodes MediaPack (analog adapter) behind the SBC, providing the necessary connectivity to allow Teams users to communicate with the analog device (and vice versa). Analog in Teams – no problem.</li>
<li>What about sites that cannot have an SBC connect to the open internet and thus directly into Teams? Perhaps these sites only have MPLS back to a centralized site to funnel all outbound traffic. This is most common in larger organizations where local internet is not the best fit for the organization. The SBC can serve dual purposes to handle this situation &#8211; a centralized hub that hosts the main infrastructure (aka SBC) along with a spoke at a branch site with a local PSTN breakout. That local PSTN break out could be required due to local regulations or because of a cost-effective contract with a provider. Either way, the AudioCodes solution stack can make this type of scenario possible.</li>
<li>Do you have a local regulation that requires routing of calls based on the location of a user? Specifically, when dialing emergency numbers (911, etc.) do you need to present to call to the PSAP in a specific fashion (aka ELIN)? That is a driving factor to leverage the SBCs ability to utilize the IP address subnets within a network and where the user generated the call to make logical and dynamic routing decisions. With SBCs in the environment, especially connecting to on-premises trunks, AudioCodes has the ability to utilize the SBC routing logic to make intelligent decisions based on the IP address of a particular user. This functionality is critical in emergency (aka 911) environments, especially when it pertains to larger campuses. A person making an emergency request may be pinpointed to a specific floor and room, allowing first responders to granularly identify their location.</li>
</ol>
<h2>What Next?</h2>
<p>Now is the time for organizations who are looking to test Direct Routing with Microsoft Teams to <a href="https://www.audiocodes.com/corporate/offices-worldwide" target="_blank" rel="noopener">contact your local AudioCodes representative</a> or get in touch with AudioCodes via our website. Working with Microsoft for over 12 years, this is just another exciting step in the evolution of Enterprise Voice. AudioCodes is keen to work with you to architect the best path to the Teams future while keeping an eye on existing capabilities. If you already have SBC licenses in your environment, AudioCodes will be able to help determine the best way to connect to the Teams backend. For organizations that are not yet leveraging AudioCodes infrastructure, reach out today to get started with <a href="https://www.audiocodes.com/solutions-products/products/products-for-microsoft-365/direct-routing-for-microsoft-teams">AudioCodes and Direct Routing in Microsoft Teams</a>.</p>
<p>The post <a rel="nofollow" href="http://blog.audiocodes.com/direct-routing-future-hybrid-voice-microsoft-teams/">Direct Routing the future of hybrid voice with Microsoft Teams</a> appeared first on <a rel="nofollow" href="http://blog.audiocodes.com">AudioCodes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.audiocodes.com/direct-routing-future-hybrid-voice-microsoft-teams/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<post-id xmlns="com-wordpress:feed-additions:1">1160</post-id>	</item>
	</channel>
</rss>
