<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CUCM and TEAMS in Collaboration Applications</title>
    <link>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/4012793#M41847</link>
    <description>&lt;P&gt;Just to add, since Teams is +1, you need a pattern in Ribbon(SBC) to add the plus one&amp;nbsp;&amp;nbsp; \+?1?(\d{10})&amp;nbsp; to&amp;nbsp; +1\1&amp;nbsp; This adds +1 for forking calls from CUCM using SNR.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ribbon SBC setup:&lt;/P&gt;&lt;P&gt;Transformations&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 Pattern:&amp;nbsp; Passthrough Untouched&amp;nbsp; (.*)&amp;nbsp; to \1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 Patterns:&amp;nbsp; To CUCM &amp;amp; PSTN&amp;nbsp;&amp;nbsp; Called Address Number&amp;nbsp; \+?1?(.*) to \1&amp;nbsp; &amp;amp; Calling Address Number \+?1?(.*)&amp;nbsp; to \1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 Pattern:&amp;nbsp; To 0365&amp;nbsp; Called Address Number \+?1?(\d{10})&amp;nbsp; to +1\1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CUCM SNR call forking:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SNR pattern using steering digit and the same DID as Ext&amp;nbsp; #.XXXXXXXXXX&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Route pattern stripping Pre dot using SIP Trunk to SBC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set SNR at 0 seconds to begin dialing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Teams Powershell:&lt;/P&gt;&lt;P&gt;&amp;nbsp;Import-Module skypeonlineconnector&lt;/P&gt;&lt;P&gt;$cred = Get-Credential&lt;/P&gt;&lt;P&gt;$Session = New-CsOnlineSession -Credential $cred -Verbose&lt;/P&gt;&lt;P&gt;Import-PSSession $session&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add SBC in Teams:&lt;/P&gt;&lt;P&gt;New-CsOnlinePSTNGateway -Identity SBCFQDN.com -Enabled $true -SipSignallingPort 5061 -MaxConcurrentSessions 100 -ForwardCallHistory $True -SendSipOptions $true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Enable Voice calling on user:&lt;/P&gt;&lt;P&gt;Get-CsOnlineUser -Identity user1@domain.com (user1@domain.com)&lt;/P&gt;&lt;P&gt;Set-CsUser -Identity user1@domain.com (user1@domain.com) -EnterpriseVoiceEnabled $true -HostedVoiceMail $true -OnPremLineURI tel:+14105556666&lt;/P&gt;&lt;P&gt;Grant-CsTeamsCallingPolicy -PolicyName AllowCalling -Identity user1@domain.com (user1@domain.com)&lt;/P&gt;&lt;P&gt;Grant-CsTeamsUpgradePolicy -PolicyName UpgradeToTeams -Identity user1@domain.com (user1@domain.com)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add calling policies:&lt;/P&gt;&lt;P&gt;Set-CsOnlinePSTNUsage -Identity Global -Usage @{Add="Unrestricted"}&lt;/P&gt;&lt;P&gt;New-CsOnlineVoiceRoute -Identity "Unrestricted" -NumberPattern ".*" -OnlinePstnGatewayList sbcFQDN.com -Priority 1 -OnlinePstnUsages "Unrestricted"&lt;/P&gt;&lt;P&gt;New-CsOnlineVoiceRoutingPolicy "Unrestricted" -OnlinePstnUsages "Unrestricted"&lt;/P&gt;&lt;P&gt;Grant-CsOnlineVoiceRoutingPolicy -Identity &amp;lt;testUser1&amp;gt; -PolicyName "Unrestricted"&lt;/P&gt;&lt;P&gt;(If it says "can't be applied cause it's a User Policy…"(or similar) just wait a few minutes and try again.)&lt;/P&gt;&lt;P&gt;$cssession = New-CsOnlineSession –Credential $cred –OverrideAdminDomain "mydomain.onmicrosoft.com"&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jan 2020 16:17:50 GMT</pubDate>
    <dc:creator>trayb83</dc:creator>
    <dc:date>2020-01-16T16:17:50Z</dc:date>
    <item>
      <title>CUCM and TEAMS</title>
      <link>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3860885#M39808</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;We wants to use Windows Teams on cloud and CUCM on premise. How can we integrate it?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 13:25:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3860885#M39808</guid>
      <dc:creator>asmlicense</dc:creator>
      <dc:date>2019-05-22T13:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: CUCM and TEAMS</title>
      <link>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3860961#M39809</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think there is a readily available integration document for Cisco UC and MS Teams.&amp;nbsp;&lt;SPAN&gt;The ability to deliver fully call-enabled Microsoft Teams clients in coordination with Cisco services is enabled by the Microsoft Direct Routing capability and corresponding Session Border Controller (SBC). This allows the Microsoft Teams clients to utilize the Cisco UC estate for communications with devices as well as PSTN connectivity.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Unfortunately, you have dig into more details on how to set up these.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Some good info for you&lt;/P&gt;
&lt;P&gt;&lt;A href="https://techcommunity.microsoft.com/t5/Microsoft-Teams-Blog/Direct-Routing-enables-new-enterprise-voice-options-in-Microsoft/ba-p/170450" target="_blank"&gt;https://techcommunity.microsoft.com/t5/Microsoft-Teams-Blog/Direct-Routing-enables-new-enterprise-voice-options-in-Microsoft/ba-p/170450&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://techcommunity.microsoft.com/t5/Microsoft-Teams-Blog/Direct-Routing-is-now-Generally-Available/ba-p/210359" target="_blank"&gt;https://techcommunity.microsoft.com/t5/Microsoft-Teams-Blog/Direct-Routing-is-now-Generally-Available/ba-p/210359&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/microsoftteams/direct-routing-plan" target="_blank"&gt;https://docs.microsoft.com/en-us/microsoftteams/direct-routing-plan&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this Helps&lt;/P&gt;
&lt;P&gt;Cheers&lt;BR /&gt;Rath!&lt;BR /&gt;***Please rate helpful posts***&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 14:44:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3860961#M39809</guid>
      <dc:creator>Ratheesh Kumar</dc:creator>
      <dc:date>2019-05-22T14:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: CUCM and TEAMS</title>
      <link>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3902032#M40585</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to intregate Microsoft teams to Cisco on-premise. There is any way to make it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 12:54:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3902032#M40585</guid>
      <dc:creator>soukainab</dc:creator>
      <dc:date>2019-08-02T12:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: CUCM and TEAMS</title>
      <link>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3940581#M41185</link>
      <description>&lt;P&gt;Hey, I am looking for a general guide to hook CUCM to TEAMS server.&amp;nbsp; Is it as easy as creating a SIP trunk to TEAMS ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 03:47:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3940581#M41185</guid>
      <dc:creator>Larry Roberson</dc:creator>
      <dc:date>2019-10-15T03:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: CUCM and TEAMS</title>
      <link>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3940732#M41188</link>
      <description>&lt;P&gt;Hi there, did you get an answer on this, we too are looking at this as a solution&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 09:51:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3940732#M41188</guid>
      <dc:creator>harris.h</dc:creator>
      <dc:date>2019-10-15T09:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: CUCM and TEAMS</title>
      <link>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3940874#M41191</link>
      <description>&lt;P&gt;Can you provide a bit more insight on this please?&lt;/P&gt;&lt;P&gt;Wondering if you were able to get calling working between MS &amp;amp; Cisco via SIP trunk?&lt;/P&gt;&lt;P&gt;Were you able to get any other features/functions working?&lt;/P&gt;&lt;P&gt;What the the end user experience like?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Paul.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 13:10:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3940874#M41191</guid>
      <dc:creator>pvarenholt</dc:creator>
      <dc:date>2019-10-15T13:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: CUCM and TEAMS</title>
      <link>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3942841#M41221</link>
      <description>&lt;P&gt;I am in the process of setting up a Ribbon SBC in between Teams and CUCM now. Looks like a fairly easy setup. I'll post any gotcha's we encounter.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 20:40:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3942841#M41221</guid>
      <dc:creator>trayb83</dc:creator>
      <dc:date>2019-10-17T20:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: CUCM and TEAMS</title>
      <link>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3942847#M41222</link>
      <description>I am hoping to use and CUBE or Cisco SBC. But I would prefer a direct SIP trunk from CUCM to TEAMS. My question is how the extensions handled or is this just mainly for PSTN routing?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Oct 2019 20:55:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3942847#M41222</guid>
      <dc:creator>Larry Roberson</dc:creator>
      <dc:date>2019-10-17T20:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: CUCM and TEAMS</title>
      <link>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3942865#M41223</link>
      <description>&lt;P&gt;Good luck&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 21:04:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3942865#M41223</guid>
      <dc:creator>tee-mann1</dc:creator>
      <dc:date>2019-10-17T21:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: CUCM and TEAMS</title>
      <link>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3942870#M41224</link>
      <description>&lt;P&gt;We use same 4 digit extensions for both Teams &amp;amp; Cucm.&lt;/P&gt;&lt;P&gt;We have Ribbon SBC working in between our cucm and sip trunk.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 21:05:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3942870#M41224</guid>
      <dc:creator>tee-mann1</dc:creator>
      <dc:date>2019-10-17T21:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: CUCM and TEAMS</title>
      <link>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3942912#M41225</link>
      <description>&lt;P&gt;Just like cucm&lt;/P&gt;&lt;P&gt;You can use the same extensions for both systems&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 22:45:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3942912#M41225</guid>
      <dc:creator>tee-mann1</dc:creator>
      <dc:date>2019-10-17T22:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: CUCM and TEAMS</title>
      <link>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3942913#M41226</link>
      <description>&lt;P&gt;Good luck to you.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 22:46:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3942913#M41226</guid>
      <dc:creator>tee-mann1</dc:creator>
      <dc:date>2019-10-17T22:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: CUCM and TEAMS</title>
      <link>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3942914#M41227</link>
      <description>&lt;P&gt;Easy - you need smart consultants who can do CLI programming on Microsoft side.&lt;/P&gt;&lt;P&gt;A free tip - you need to program CUCM, Microsoft Teams, Your SIP trunk box (may be your Cisco voice gateway router), and the SBC (Session Border Controller); Ribbon SBC works now.&lt;/P&gt;&lt;P&gt;We have Teams clients working on Iphone, Android phones and desktops.&lt;/P&gt;&lt;P&gt;We can make Teams and PSTN calls from both sides.&lt;/P&gt;&lt;P&gt;aguha at dccil dot com&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 22:48:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3942914#M41227</guid>
      <dc:creator>tee-mann1</dc:creator>
      <dc:date>2019-10-17T22:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: CUCM and TEAMS</title>
      <link>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3942916#M41228</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Easy - you need smart consultants who can do CLI programming on Microsoft side.&lt;/P&gt;&lt;P&gt;A free tip - you need to program CUCM, Microsoft Teams, Your SIP trunk box (may be your Cisco voice gateway router), and the SBC (Session Border Controller); Ribbon SBC works now.&lt;/P&gt;&lt;P&gt;We have Teams clients working on Iphone, Android phones and desktops.&lt;/P&gt;&lt;P&gt;We can make Teams and PSTN calls from both sides.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 22:49:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3942916#M41228</guid>
      <dc:creator>tee-mann1</dc:creator>
      <dc:date>2019-10-17T22:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: CUCM and TEAMS</title>
      <link>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3942918#M41229</link>
      <description>&lt;P&gt;Easy - you need smart consultants who can do CLI programming on Microsoft side.&lt;/P&gt;&lt;P&gt;A free tip - you need to program CUCM, Microsoft Teams, Your SIP trunk box (may be your Cisco voice gateway router), and the SBC (Session Border Controller); Ribbon SBC works now.&lt;/P&gt;&lt;P&gt;We have Teams clients working on Iphone, Android phones and desktops.&lt;/P&gt;&lt;P&gt;We can make Teams and PSTN calls from both sides.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 22:49:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3942918#M41229</guid>
      <dc:creator>tee-mann1</dc:creator>
      <dc:date>2019-10-17T22:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: CUCM and TEAMS</title>
      <link>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3956171#M41420</link>
      <description>&lt;P&gt;Is your team do consulting we need the similar solution&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/56927"&gt;@aguha&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;We have used an SBC and connected it successfully for our production environment.&lt;/P&gt;&lt;P&gt;Now all our iphones and desktops can make calls using Teams or Jabber.&lt;/P&gt;&lt;P&gt;it was tricky for our CCIE voice engineer with Microsoft expertise.&lt;/P&gt;&lt;P&gt;But it was done.&lt;/P&gt;&lt;P&gt;Let us know.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Nov 2019 19:30:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3956171#M41420</guid>
      <dc:creator>mis.network</dc:creator>
      <dc:date>2019-11-09T19:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: CUCM and TEAMS</title>
      <link>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3956669#M41429</link>
      <description>&lt;P&gt;Use an SBC, Session Border Controller from Ribbon&lt;/P&gt;&lt;P&gt;Read the manual.&lt;/P&gt;&lt;P&gt;Program the Ribbon SBC to take the SIP trunk.&lt;/P&gt;&lt;P&gt;Get the online manuals for Teams.&lt;/P&gt;&lt;P&gt;Get the online manuals for your CUCM and Voice Gateway.&lt;/P&gt;&lt;P&gt;Then find a CCIE &amp;amp; MCSE engineers who will do this programming.&lt;/P&gt;&lt;P&gt;Takes anywhere between 10 hours to 50-60 hours for an experienced voip programmer.&lt;/P&gt;&lt;P&gt;We were able to do it but paid our CCIE engineer consultant to get it down.&lt;/P&gt;&lt;P&gt;Works really well.&lt;/P&gt;&lt;P&gt;I am sure you will be able to do it.&lt;/P&gt;&lt;P&gt;good luck.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 14:20:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3956669#M41429</guid>
      <dc:creator>tee-mann1</dc:creator>
      <dc:date>2019-11-11T14:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: CUCM and TEAMS</title>
      <link>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3956670#M41430</link>
      <description>&lt;P&gt;Use an SBC, Session Border Controller from Ribbon&lt;/P&gt;&lt;P&gt;Read the manual.&lt;/P&gt;&lt;P&gt;Program the Ribbon SBC to take the SIP trunk.&lt;/P&gt;&lt;P&gt;Get the online manuals for Teams.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Works really well.&lt;/P&gt;&lt;P&gt;I am sure you will be able to do it.&lt;/P&gt;&lt;P&gt;good luck.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 14:21:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3956670#M41430</guid>
      <dc:creator>tee-mann1</dc:creator>
      <dc:date>2019-11-11T14:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: CUCM and TEAMS</title>
      <link>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3957199#M41437</link>
      <description>On the Teams side I'm assuming the E5 license is required correct?&lt;BR /&gt;Thankss,&lt;BR /&gt;Paul.&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Nov 2019 12:35:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3957199#M41437</guid>
      <dc:creator>pvarenholt</dc:creator>
      <dc:date>2019-11-12T12:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: CUCM and TEAMS</title>
      <link>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3986711#M41495</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 16:26:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/cucm-and-teams/m-p/3986711#M41495</guid>
      <dc:creator>cisco.service</dc:creator>
      <dc:date>2019-11-20T16:26:31Z</dc:date>
    </item>
  </channel>
</rss>

