EXL317: Microsoft Lync 2010: Interoperability, Integration with

advertisement
EXL317
UNC321
UNC202
http://msdn.microsoft.com/en-us/library/cc307432.aspx
http://technet.microsoft.com/ucoip
http://technet.microsoft.com/en-us/bb970310.aspx
http://ucif.org
High quality video in every desktop
High quality
video in
every
desktop
Improve the
meeting
room
experience
Improve the meeting room experience
Embrace
and Lead
Interoperability
Embrace and lead interoperability
Secure registration with
“lowest common denominator”
P2P
Firewall traversal and secure
media for P2P
SIP/TLS
SIP/TLS
RTVideo
H.264
H.323
RTVideo
Registration, call
routing, presence
Other
Registration, call
routing, presence
Gateway
Lync
SIP/TLS
Something is missing here…
What is it?
SIP/TLS
RTVideo
H.264
H.323
RTVideo
That’s right,
no HW MCU!!!
Registration, call
routing, presence
Other
Registration, call
routing, presence
Gateway
Lync
SIP/TLS
SIP/TLS
RTVideo
H.264
H.323
RTVideo
HW MCU
Registration, call
routing, presence
Other
Registration, call
routing, presence
Gateway
Lync
SCOPIA Elite MCU
iVIEW
LifeSize Room 200
SCOPIA Video Gateway
RADVISION TP
Cisco CTS 3000
RADVISION VC240
Lync Clients
RADVISION XT1000
Tandberg C20
Polycom HDX 4000
OIP
qualified
IP-PBX
Mediation
Server
PBX end-points
OCS pool
OCS end-points
Media
Signaling
OIP
qualified
IP-PBX
capable of
bypass
Lync pool
with
MS role
PBX end-points
Lync end-points
Media
Signaling
OIP page
OIP page
CUCM (MTP)
Lync
(w/ Mediation Service)
Lync
Endpoint
G.711
Gateway
Cisco
phone
Mediation
HQ Site
CUCM (MTP)
Lync
Endpoint
Lync
Endpoint
WAN
Lync
G.711
ISR (MTP)
Cisco
phone
Gateway
PBX
Endpoint
PSTN
Mediation
HQ Site
Atlanta Branch
CUCM (MTP)
Lync
Endpoint
Lync
Endpoint
WAN
Lync
G.711
ISR (MTP)
Cisco
phone
Gateway
PBX
Endpoint
PSTN
Call stays up
Mediation
HQ Site
Atlanta Branch
CUCM (MTP)
RT Audio
Narrowband
Lync
Lync
client
Lync
client
WAN
G.711
ISR (MTP)
Cisco
phone
Gateway
PBX
Endpoint
PSTN
Mediation
HQ Site
Atlanta Branch
CUCM (MTP)
Lync
Endpoint
Lync
Endpoint
WAN
Lync
Lync SBA
G.711
Gateway
PBX
Endpoint
PSTN
Mediation
HQ Site
ISR (MTP)
PBX
Endpoint
Atlanta Branch
CUCM (MTP)
ISR (MTP)
Lync
# Create Trunk Configuration
New-CsTrunkConfiguration -Identity 'Service:PstnGateway:cucm41.contoso.com' -ConcentratedTopology $true -Description 'CUCM 4 at London Site' -EnableBypass $true -EnableReferSupport $false -EnableSessionTimer $true EnableSignalBoost $false -RTCPActiveCalls $false -RTCPCallsOnHold $false -SRTPMode 'NotSupported'
# Create Translation Rules for Outgoing Calls
New-CsOutboundTranslationRule -Identity 'Service:PstnGateway:cucm41.contoso.com/3 Digit Numbers to CUCM Dialable' -Description 'Convert E164 to CUCM 3 Digit Format' -Pattern '^\+(\d{3})$' -Translation '$1' -Priority 1
New-CsOutboundTranslationRule -Identity 'Service:PstnGateway:cucm41.contoso.com/UK Numbers to CUCM Dialable' -Description 'Convert E164 to CUCM National Digit Format' -Pattern '^\+44(\d+)$' -Translation '0$1' -Priority 2
New-CsOutboundTranslationRule -Identity 'Service:PstnGateway:cucm41.contoso.com/International Numbers to CUCM Dialable' -Description 'Convert E164 to CUCM International Digit Format' -Pattern '^\+(\d*)$' -Translation '00$1' Priority 3
New-CsOutboundTranslationRule -Identity 'Service:PstnGateway:cucm41.contoso.com/Extension to CUCM Dialable' -Description 'Convert E164 to CUCM Extension Digit Format' -Pattern '^\+44207946(8\d\d\d)$' -Translation '$1' Priority 0
# Create PSTN Usage
Set-CsPstnUsage -Identity global -Usage @{add='All Calls'}
# Create Voice Route
New-CsVoiceRoute -Name 'All Calls' -Description 'Route all calls via the CUCM4 in London' -NumberPattern '^\+' -Priority 0 -PstnGatewayList @{add='PstnGateway:cucm41.contoso.com'} -PstnUsages @{add='All Calls'}
# Create Voice Policy
New-CsVoicePolicy -Identity 'Site:London' -AllowCallForwarding $true -AllowPSTNReRouting $true -AllowSimulRing $true -Description 'Policy for all London Users' -EnableBWPolicyOverride $false -EnableCallPark $true EnableCallTransfer $true -EnableDelegation $true -EnableMaliciousCallTracing $true -EnableTeamCall $true -PreventPSTNTollBypass $false -PstnUsages @{add='All Calls'}
# Create Dial Plan for London Site
New-CsDialPlan -Identity 'Site:London' -SimpleName LondonSiteDialPlan
# Create Normalization Rules for users in the London Site
New-CsVoiceNormalizationRule -Identity 'Site:London/UK' -Pattern '^9?0(\d*)$' -Translation '+44$1' -Description 'Convert UK Numbers to E164' -IsInternalExtension $false -Priority 1
New-CsVoiceNormalizationRule -Identity 'Site:London/International' -Pattern '^9?00(\d*)$' -Translation '+$1' -Description 'Convert International Numbers to E164' -IsInternalExtension $false -Priority 2
New-CsVoiceNormalizationRule -Identity 'Site:London/CUCM4Exts' -Pattern '^(8\d\d\d)$' -Translation '+44207946$1' -Description 'Convert International Numbers to E164' -IsInternalExtension $false -Priority 0
# Remove default Normilization Rule for London Site
Remove-CsVoiceNormalizationRule -Identity 'Site:London/Prefix All'
# Create Dial Plan for CUCM 4
New-CsDialPlan -Identity 'Service:PstnGateway:cucm41.contoso.com' -SimpleName CUCM4SiteDialPlan
# Create Normalization Rules for inbound calls for CUCM 4
New-CsVoiceNormalizationRule -Identity 'Service:PstnGateway:cucm41.contoso.com/UK' -Pattern '^9?0(\d*)$' -Translation '+44$1' -Description 'Convert UK Numbers to E164' -IsInternalExtension $false -Priority 1
New-CsVoiceNormalizationRule -Identity 'Service:PstnGateway:cucm41.contoso.com/International' -Pattern '^9?00(\d*)$' -Translation '+$1' -Description 'Convert International Numbers to E164' -IsInternalExtension $false -Priority 2
New-CsVoiceNormalizationRule -Identity 'Service:PstnGateway:cucm41.contoso.com/CUCM4Exts' -Pattern '^(8\d\d\d)$' -Translation '+44207946$1' -Description 'Convert International Numbers to E164' -IsInternalExtension $false Priority 0
# Remove default Normilization Rule for CUCM 4 Policy
Remove-CsVoiceNormalizationRule -Identity 'Service:PstnGateway:cucm41.contoso.com/Prefix All'
# Configure User to enabled for EV and set Line URI
Set-CsUser -Identity 'contoso\adamg' -EnterpriseVoiceEnabled $true -LineURI 'tel:+442079468500'
http://northamerica.msteched.com
www.microsoft.com/teched
www.microsoft.com/learning
http://microsoft.com/technet
http://microsoft.com/msdn
Download