SlideShare a Scribd company logo
1 of 15
Web : northernucusergroup.co.uk Twitter @northernucuserg
Unified communications platform
• Lead UC Architect for Capita IT Services
• Role solely focuses on Microsoft Lync and Enterprise Voice
• Pre-Sales, Architecture Design and Solution Delivery
• 20 Years consultancy experience working for Global SI’s and Telco’s
• Previously : Technology Consultant – KCOM & Affiniti
• Formerly : Technical Consultant - Capgemini
• Lync Voice P-TSP on behalf of Microsoft
• Partner Technology Solutions Professional
• Extension of the Microsoft Lync TSP team
• From the North East of England
• Marske By The Sea
• 3 Children
• Keen Motorcycle Rider
• Sometimes follow Middlesbrough Football Club
Web northernucusergroup.co.uk - Twitter @northernucuserg
Unified communications platform
In a Unified Communications project, why do we need to support legacy analogue devices?
Web northernucusergroup.co.uk - Twitter @northernucuserg
Fax Protocols
• T.30 – ITU Recommendation that describes procedures for sending faxes via modem tones
• T.37 – SMTP aka store and forward, no relevance to Lync
• T.38 – Protocol that describes how to relay T.30 fax messages over a VoIP network
T.38
• Relaying of faxes, hop by hop through the data network between VoIP gateways
• End fax devices are not aware that the relay process is happening
• Lync (2010 & 2013) does not support T.38 protocol negotiation with analogue and PSTN gateways
T.30 T.38 IP T.38 T.30
Web northernucusergroup.co.uk - Twitter @northernucuserg
Option 1 – Bypass Lync
• No CDR’s
• If faxing over SIP confirm carrier supports T.38
SIP
PSTN
Web northernucusergroup.co.uk - Twitter @northernucuserg
Option 2 – Fax Hairpinning within Lync
• New-CsAnalogDevice & -AnalogFax $True instructs Lync to send the call back to the analog gateway
• Media Bypass must be enabled within Lync (Gateway will present fax calls to Lync as G.711)
• SIP Trunk not used for fax calls
• Enables CDR’s
• The only “Supported” solution from Microsoft
PSTN
SIP
Web northernucusergroup.co.uk - Twitter @northernucuserg
Option 3 – Faxing via an SBC and SIP Trunk
• New-CsAnalogDevice & -AnalogFax $False
• Media Bypass must be enabled within Lync
• Enables CDR’s
• SIP carrier must support T.38
• Not supported by Microsoft according to TechNet
• http://technet.microsoft.com/en-au/library/gg398314(v=ocs.14).aspx
SIP
Web northernucusergroup.co.uk - Twitter @northernucuserg
Option 1 – Bypass Lync
• Create a SIP Trunk between the SBC and the analogue gateway
• Inbound and Outbound calls do not pass through Lync
• No CDR’s
• Defined Lync voice policies will not apply
PSTN
Web northernucusergroup.co.uk - Twitter @northernucuserg
Option 2
• Add the analogue gateway to the Lync Topology & configure analogue extensions as contacts in AD
• Inbound and outbound calls pass through Lync, therefore:
• CDR’s will be generated by Lync (assuming configured)
• Lync voice policies will be applied
PSTN
Web northernucusergroup.co.uk - Twitter @northernucuserg
Unified communications platform
• From the Lync Topology Builder
• Add the analogue gateway as a new PSTN gateway
• Associate the gateway to the Mediation Server
• Publish the Topology
• Create the extension entity in Active Directory
• Using the Lync Management Shell, create the extension entity via the following command:
New-CsAnalogDevice –LineUri tel:+44117500123 –DisplayName “Lift1Phone” –RegistrarPool poo1.capitalab.local –
AnalogFax $False –Gateway 10.94.10.15 –OU “ou=AnalogDevices,dc=capitalab,dc=local”
Web northernucusergroup.co.uk - Twitter @northernucuserg
Unified communications platform
• Analogue Gateway
• Rack / Stack / Apply base config
• Configure dial plan – country, minimum & maximum dial digit string length
• Configure the signalling group
• Populate DN channel map fields
• Configure the outgoing IP routing field
• Create trunk between analogue gateway and SBC
Web northernucusergroup.co.uk - Twitter @northernucuserg
Unified communications platform
• Called Number 0117 500 123
• PSTN Inbound > SBC
• SBC
• Signalling Group > Call Routing Table > Transformation Table > Call Routing Table > Signalling Group
• Front-End
• Lync Routing Engine, Reverse Number Lookup performed against LineURI tel:+44117500123
• Match found and call is sent to the associated gateway (specified at setup via New-CsAnalogueDevice)
• SBC
• Signalling Group > Call Routing Table > Transformation Table > Call Routing Table > Signalling Group
• Analogue Gateway
• Call is sent to the port# associated with the inbound called number
• Endpoint Rings
0117 500 123
PSTN
New-CsAnalogDevice –LineUri tel:+44117500123 –DisplayName “Lift1Phone” –RegistrarPool poo1.capitalab.local –
AnalogFax $False –Gateway 10.94.10.15 –OU “ou=AnalogDevices,dc=capitalab,dc=local”
Web northernucusergroup.co.uk - Twitter @northernucuserg
• Called Number 0117 500 456
• Analogue gateway receives call
• Analogue Gateway
• Call is routed to the configured primary SIP server
• SBC
• Signalling Group > Call Routing Table > Transformation Table > Call Routing Table > Signalling Group
• Front-End
• Lync Routing Engine> RNL against LineURI fail > Outbound Routing
• SBC
• Signalling Group > Call Routing Table > Transformation Table > Call Routing Table > Signalling Group > PSTN
• Endpoint Rings
0117 500 456
Unified communications platform
PSTN
Web northernucusergroup.co.uk - Twitter @northernucuserg
• Fax
• Qualify if CDR’s are required – if not consider leaving faxes outside of Lync
• Lync doesn’t support T.38 negotiation with analogue or PSTN gateways
• NewCs-AnalogDevice -AnalogFax $True instructs Lync to ignore the normal routing logic and hairpin the call
back to the originating gateway
• Routing faxes in/out of Lync requires Media Bypass
• Faxing via SIP Trunks is not supported as per Microsoft TechNet – Hairpinning and PSTN direct to the analogue
gateway is the only supported solution
• If faxing via SIP Trunks confirm carrier supports T.38
• Analogue Devices
• Analogue phones are unable to park calls, transfer calls, set call forwarding options, be members of a RSG
• Analogue phones can retrieve parked calls
• Signalling and Media between a Sonus Analog Gateway and the SBC leg will be SIP/TCP & RTP
• Sonus Analogue gateways do not support TLS/SRTP * AudioCodes Analogue Gateways can support TLS/SRTP
• Analogue gateways are not on the Lync UCOIP, consider Hairpinning into Lync via UCOIP qualified SBC’s
Web northernucusergroup.co.uk - Twitter @northernucuserg
Web : northernucusergroup.co.uk Twitter @northernucuserg

More Related Content

What's hot

Office Track: Lync & Skype Federation v2 Deep Dive - Johan Delimon
Office Track: Lync & Skype Federation v2 Deep Dive - Johan DelimonOffice Track: Lync & Skype Federation v2 Deep Dive - Johan Delimon
Office Track: Lync & Skype Federation v2 Deep Dive - Johan DelimonITProceed
 
Integrating NiFi and Flink
Integrating NiFi and FlinkIntegrating NiFi and Flink
Integrating NiFi and FlinkBryan Bende
 
Dhcpv6 Tutorial Overview, DHCP for Ipv6 ,RFC 3315 - IETF
Dhcpv6 Tutorial Overview, DHCP for Ipv6 ,RFC 3315 - IETFDhcpv6 Tutorial Overview, DHCP for Ipv6 ,RFC 3315 - IETF
Dhcpv6 Tutorial Overview, DHCP for Ipv6 ,RFC 3315 - IETFzarigatongy
 
Tcp ip protocol
Tcp ip protocol Tcp ip protocol
Tcp ip protocol saurav-IT
 
What is SS7? An Introduction to Signaling System 7
What is SS7?  An Introduction to Signaling System 7What is SS7?  An Introduction to Signaling System 7
What is SS7? An Introduction to Signaling System 7Alan Percy
 
PLNOG 4: Pranav Desai - SIP Trunking
PLNOG 4: Pranav Desai - SIP Trunking PLNOG 4: Pranav Desai - SIP Trunking
PLNOG 4: Pranav Desai - SIP Trunking PROIDEA
 
CCIE Collaboration Lecture Chapter 9.3 cucm mobility single number reach an...
CCIE Collaboration Lecture Chapter 9.3 cucm mobility   single number reach an...CCIE Collaboration Lecture Chapter 9.3 cucm mobility   single number reach an...
CCIE Collaboration Lecture Chapter 9.3 cucm mobility single number reach an...Faisal Khan
 
AUCUG Cloud PBX, Call Queuing & Sonus SBC's
AUCUG Cloud PBX, Call Queuing & Sonus SBC'sAUCUG Cloud PBX, Call Queuing & Sonus SBC's
AUCUG Cloud PBX, Call Queuing & Sonus SBC'sAndrew Morpeth
 
Webinar: Detecting row patterns with Flink SQL - Dawid Wysakowicz
Webinar:  Detecting row patterns with Flink SQL - Dawid WysakowiczWebinar:  Detecting row patterns with Flink SQL - Dawid Wysakowicz
Webinar: Detecting row patterns with Flink SQL - Dawid WysakowiczVerverica
 
Skype for Business - NYC Enterprise Collaboration Meetup
Skype for Business - NYC Enterprise Collaboration MeetupSkype for Business - NYC Enterprise Collaboration Meetup
Skype for Business - NYC Enterprise Collaboration MeetupSoHo Dragon
 

What's hot (14)

Overview of tcp ip
Overview of tcp ipOverview of tcp ip
Overview of tcp ip
 
10135 b xa
10135 b xa10135 b xa
10135 b xa
 
Indroduction to SIP
Indroduction to SIPIndroduction to SIP
Indroduction to SIP
 
Office Track: Lync & Skype Federation v2 Deep Dive - Johan Delimon
Office Track: Lync & Skype Federation v2 Deep Dive - Johan DelimonOffice Track: Lync & Skype Federation v2 Deep Dive - Johan Delimon
Office Track: Lync & Skype Federation v2 Deep Dive - Johan Delimon
 
Integrating NiFi and Flink
Integrating NiFi and FlinkIntegrating NiFi and Flink
Integrating NiFi and Flink
 
Dhcpv6 Tutorial Overview, DHCP for Ipv6 ,RFC 3315 - IETF
Dhcpv6 Tutorial Overview, DHCP for Ipv6 ,RFC 3315 - IETFDhcpv6 Tutorial Overview, DHCP for Ipv6 ,RFC 3315 - IETF
Dhcpv6 Tutorial Overview, DHCP for Ipv6 ,RFC 3315 - IETF
 
Ccna1v3 mod09
Ccna1v3 mod09Ccna1v3 mod09
Ccna1v3 mod09
 
Tcp ip protocol
Tcp ip protocol Tcp ip protocol
Tcp ip protocol
 
What is SS7? An Introduction to Signaling System 7
What is SS7?  An Introduction to Signaling System 7What is SS7?  An Introduction to Signaling System 7
What is SS7? An Introduction to Signaling System 7
 
PLNOG 4: Pranav Desai - SIP Trunking
PLNOG 4: Pranav Desai - SIP Trunking PLNOG 4: Pranav Desai - SIP Trunking
PLNOG 4: Pranav Desai - SIP Trunking
 
CCIE Collaboration Lecture Chapter 9.3 cucm mobility single number reach an...
CCIE Collaboration Lecture Chapter 9.3 cucm mobility   single number reach an...CCIE Collaboration Lecture Chapter 9.3 cucm mobility   single number reach an...
CCIE Collaboration Lecture Chapter 9.3 cucm mobility single number reach an...
 
AUCUG Cloud PBX, Call Queuing & Sonus SBC's
AUCUG Cloud PBX, Call Queuing & Sonus SBC'sAUCUG Cloud PBX, Call Queuing & Sonus SBC's
AUCUG Cloud PBX, Call Queuing & Sonus SBC's
 
Webinar: Detecting row patterns with Flink SQL - Dawid Wysakowicz
Webinar:  Detecting row patterns with Flink SQL - Dawid WysakowiczWebinar:  Detecting row patterns with Flink SQL - Dawid Wysakowicz
Webinar: Detecting row patterns with Flink SQL - Dawid Wysakowicz
 
Skype for Business - NYC Enterprise Collaboration Meetup
Skype for Business - NYC Enterprise Collaboration MeetupSkype for Business - NYC Enterprise Collaboration Meetup
Skype for Business - NYC Enterprise Collaboration Meetup
 

Similar to Support Legacy Devices in UC Projects

TenTips_GlenBrumpton_NUCUG_Feb_1.1_Cleaned
TenTips_GlenBrumpton_NUCUG_Feb_1.1_CleanedTenTips_GlenBrumpton_NUCUG_Feb_1.1_Cleaned
TenTips_GlenBrumpton_NUCUG_Feb_1.1_CleanedGlen Brumpton
 
Innovation is back in the transport and network layers
Innovation is back in the transport and network layersInnovation is back in the transport and network layers
Innovation is back in the transport and network layersOlivier Bonaventure
 
Practical Fundamentals of Voice over IP (VoIP) for Engineers and Technicians
Practical Fundamentals of Voice over IP (VoIP) for Engineers and TechniciansPractical Fundamentals of Voice over IP (VoIP) for Engineers and Technicians
Practical Fundamentals of Voice over IP (VoIP) for Engineers and TechniciansLiving Online
 
O365Engage17 - Skype for Business Cloud PBX in the Real World
O365Engage17 - Skype for Business Cloud PBX in the Real WorldO365Engage17 - Skype for Business Cloud PBX in the Real World
O365Engage17 - Skype for Business Cloud PBX in the Real WorldNCCOMMS
 
Ccvp plus module 1
Ccvp plus module 1Ccvp plus module 1
Ccvp plus module 1Le Ngoc Viet
 
BlackHat Hacking - Hacking VoIP.
BlackHat Hacking - Hacking VoIP.BlackHat Hacking - Hacking VoIP.
BlackHat Hacking - Hacking VoIP.Sumutiu Marius
 
Dccp evaluation for sip signaling ict4 m
Dccp evaluation for sip signaling   ict4 m Dccp evaluation for sip signaling   ict4 m
Dccp evaluation for sip signaling ict4 m Agus Awaludin
 
Tech Tutorial by Vikram Dham: Let's build MPLS router using SDN
Tech Tutorial by Vikram Dham: Let's build MPLS router using SDNTech Tutorial by Vikram Dham: Let's build MPLS router using SDN
Tech Tutorial by Vikram Dham: Let's build MPLS router using SDNnvirters
 
MULTIMEDIA SERVICES OVER IP NETWORKS
MULTIMEDIA SERVICES OVER IP NETWORKSMULTIMEDIA SERVICES OVER IP NETWORKS
MULTIMEDIA SERVICES OVER IP NETWORKSYatish Bathla
 
2018 FRSecure CISSP Mentor Program- Session 7
2018 FRSecure CISSP Mentor Program- Session 72018 FRSecure CISSP Mentor Program- Session 7
2018 FRSecure CISSP Mentor Program- Session 7FRSecure
 
The Internet protocol suite, commonly known as TCP/IP, is a framework for org...
The Internet protocol suite, commonly known as TCP/IP, is a framework for org...The Internet protocol suite, commonly known as TCP/IP, is a framework for org...
The Internet protocol suite, commonly known as TCP/IP, is a framework for org...MathivananP4
 
VoIP@RCTS presented at CESNET IP Telephony workshop
VoIP@RCTS presented at CESNET IP Telephony workshopVoIP@RCTS presented at CESNET IP Telephony workshop
VoIP@RCTS presented at CESNET IP Telephony workshopMarco Mouta
 
Building the Internet of Things with Thingsquare and Contiki - day 2 part 2
Building the Internet of Things with Thingsquare and Contiki - day 2 part 2Building the Internet of Things with Thingsquare and Contiki - day 2 part 2
Building the Internet of Things with Thingsquare and Contiki - day 2 part 2Adam Dunkels
 
Beyond TCP: The evolution of Internet transport protocols
Beyond TCP: The evolution of Internet transport protocolsBeyond TCP: The evolution of Internet transport protocols
Beyond TCP: The evolution of Internet transport protocolsOlivier Bonaventure
 

Similar to Support Legacy Devices in UC Projects (20)

TenTips_GlenBrumpton_NUCUG_Feb_1.1_Cleaned
TenTips_GlenBrumpton_NUCUG_Feb_1.1_CleanedTenTips_GlenBrumpton_NUCUG_Feb_1.1_Cleaned
TenTips_GlenBrumpton_NUCUG_Feb_1.1_Cleaned
 
Future Internet protocols
Future Internet protocolsFuture Internet protocols
Future Internet protocols
 
VOIP services
VOIP servicesVOIP services
VOIP services
 
Innovation is back in the transport and network layers
Innovation is back in the transport and network layersInnovation is back in the transport and network layers
Innovation is back in the transport and network layers
 
Practical Fundamentals of Voice over IP (VoIP) for Engineers and Technicians
Practical Fundamentals of Voice over IP (VoIP) for Engineers and TechniciansPractical Fundamentals of Voice over IP (VoIP) for Engineers and Technicians
Practical Fundamentals of Voice over IP (VoIP) for Engineers and Technicians
 
O365Engage17 - Skype for Business Cloud PBX in the Real World
O365Engage17 - Skype for Business Cloud PBX in the Real WorldO365Engage17 - Skype for Business Cloud PBX in the Real World
O365Engage17 - Skype for Business Cloud PBX in the Real World
 
Ccvp plus module 1
Ccvp plus module 1Ccvp plus module 1
Ccvp plus module 1
 
BlackHat Hacking - Hacking VoIP.
BlackHat Hacking - Hacking VoIP.BlackHat Hacking - Hacking VoIP.
BlackHat Hacking - Hacking VoIP.
 
Dccp evaluation for sip signaling ict4 m
Dccp evaluation for sip signaling   ict4 m Dccp evaluation for sip signaling   ict4 m
Dccp evaluation for sip signaling ict4 m
 
Tech Tutorial by Vikram Dham: Let's build MPLS router using SDN
Tech Tutorial by Vikram Dham: Let's build MPLS router using SDNTech Tutorial by Vikram Dham: Let's build MPLS router using SDN
Tech Tutorial by Vikram Dham: Let's build MPLS router using SDN
 
Distributed IP-PBX
Distributed IP-PBX Distributed IP-PBX
Distributed IP-PBX
 
Ascend
AscendAscend
Ascend
 
MULTIMEDIA SERVICES OVER IP NETWORKS
MULTIMEDIA SERVICES OVER IP NETWORKSMULTIMEDIA SERVICES OVER IP NETWORKS
MULTIMEDIA SERVICES OVER IP NETWORKS
 
2018 FRSecure CISSP Mentor Program- Session 7
2018 FRSecure CISSP Mentor Program- Session 72018 FRSecure CISSP Mentor Program- Session 7
2018 FRSecure CISSP Mentor Program- Session 7
 
VoIP
VoIPVoIP
VoIP
 
TCP/IP
TCP/IPTCP/IP
TCP/IP
 
The Internet protocol suite, commonly known as TCP/IP, is a framework for org...
The Internet protocol suite, commonly known as TCP/IP, is a framework for org...The Internet protocol suite, commonly known as TCP/IP, is a framework for org...
The Internet protocol suite, commonly known as TCP/IP, is a framework for org...
 
VoIP@RCTS presented at CESNET IP Telephony workshop
VoIP@RCTS presented at CESNET IP Telephony workshopVoIP@RCTS presented at CESNET IP Telephony workshop
VoIP@RCTS presented at CESNET IP Telephony workshop
 
Building the Internet of Things with Thingsquare and Contiki - day 2 part 2
Building the Internet of Things with Thingsquare and Contiki - day 2 part 2Building the Internet of Things with Thingsquare and Contiki - day 2 part 2
Building the Internet of Things with Thingsquare and Contiki - day 2 part 2
 
Beyond TCP: The evolution of Internet transport protocols
Beyond TCP: The evolution of Internet transport protocolsBeyond TCP: The evolution of Internet transport protocols
Beyond TCP: The evolution of Internet transport protocols
 

Support Legacy Devices in UC Projects

  • 1. Web : northernucusergroup.co.uk Twitter @northernucuserg
  • 2. Unified communications platform • Lead UC Architect for Capita IT Services • Role solely focuses on Microsoft Lync and Enterprise Voice • Pre-Sales, Architecture Design and Solution Delivery • 20 Years consultancy experience working for Global SI’s and Telco’s • Previously : Technology Consultant – KCOM & Affiniti • Formerly : Technical Consultant - Capgemini • Lync Voice P-TSP on behalf of Microsoft • Partner Technology Solutions Professional • Extension of the Microsoft Lync TSP team • From the North East of England • Marske By The Sea • 3 Children • Keen Motorcycle Rider • Sometimes follow Middlesbrough Football Club Web northernucusergroup.co.uk - Twitter @northernucuserg
  • 3. Unified communications platform In a Unified Communications project, why do we need to support legacy analogue devices? Web northernucusergroup.co.uk - Twitter @northernucuserg
  • 4. Fax Protocols • T.30 – ITU Recommendation that describes procedures for sending faxes via modem tones • T.37 – SMTP aka store and forward, no relevance to Lync • T.38 – Protocol that describes how to relay T.30 fax messages over a VoIP network T.38 • Relaying of faxes, hop by hop through the data network between VoIP gateways • End fax devices are not aware that the relay process is happening • Lync (2010 & 2013) does not support T.38 protocol negotiation with analogue and PSTN gateways T.30 T.38 IP T.38 T.30 Web northernucusergroup.co.uk - Twitter @northernucuserg
  • 5. Option 1 – Bypass Lync • No CDR’s • If faxing over SIP confirm carrier supports T.38 SIP PSTN Web northernucusergroup.co.uk - Twitter @northernucuserg
  • 6. Option 2 – Fax Hairpinning within Lync • New-CsAnalogDevice & -AnalogFax $True instructs Lync to send the call back to the analog gateway • Media Bypass must be enabled within Lync (Gateway will present fax calls to Lync as G.711) • SIP Trunk not used for fax calls • Enables CDR’s • The only “Supported” solution from Microsoft PSTN SIP Web northernucusergroup.co.uk - Twitter @northernucuserg
  • 7. Option 3 – Faxing via an SBC and SIP Trunk • New-CsAnalogDevice & -AnalogFax $False • Media Bypass must be enabled within Lync • Enables CDR’s • SIP carrier must support T.38 • Not supported by Microsoft according to TechNet • http://technet.microsoft.com/en-au/library/gg398314(v=ocs.14).aspx SIP Web northernucusergroup.co.uk - Twitter @northernucuserg
  • 8. Option 1 – Bypass Lync • Create a SIP Trunk between the SBC and the analogue gateway • Inbound and Outbound calls do not pass through Lync • No CDR’s • Defined Lync voice policies will not apply PSTN Web northernucusergroup.co.uk - Twitter @northernucuserg
  • 9. Option 2 • Add the analogue gateway to the Lync Topology & configure analogue extensions as contacts in AD • Inbound and outbound calls pass through Lync, therefore: • CDR’s will be generated by Lync (assuming configured) • Lync voice policies will be applied PSTN Web northernucusergroup.co.uk - Twitter @northernucuserg
  • 10. Unified communications platform • From the Lync Topology Builder • Add the analogue gateway as a new PSTN gateway • Associate the gateway to the Mediation Server • Publish the Topology • Create the extension entity in Active Directory • Using the Lync Management Shell, create the extension entity via the following command: New-CsAnalogDevice –LineUri tel:+44117500123 –DisplayName “Lift1Phone” –RegistrarPool poo1.capitalab.local – AnalogFax $False –Gateway 10.94.10.15 –OU “ou=AnalogDevices,dc=capitalab,dc=local” Web northernucusergroup.co.uk - Twitter @northernucuserg
  • 11. Unified communications platform • Analogue Gateway • Rack / Stack / Apply base config • Configure dial plan – country, minimum & maximum dial digit string length • Configure the signalling group • Populate DN channel map fields • Configure the outgoing IP routing field • Create trunk between analogue gateway and SBC Web northernucusergroup.co.uk - Twitter @northernucuserg
  • 12. Unified communications platform • Called Number 0117 500 123 • PSTN Inbound > SBC • SBC • Signalling Group > Call Routing Table > Transformation Table > Call Routing Table > Signalling Group • Front-End • Lync Routing Engine, Reverse Number Lookup performed against LineURI tel:+44117500123 • Match found and call is sent to the associated gateway (specified at setup via New-CsAnalogueDevice) • SBC • Signalling Group > Call Routing Table > Transformation Table > Call Routing Table > Signalling Group • Analogue Gateway • Call is sent to the port# associated with the inbound called number • Endpoint Rings 0117 500 123 PSTN New-CsAnalogDevice –LineUri tel:+44117500123 –DisplayName “Lift1Phone” –RegistrarPool poo1.capitalab.local – AnalogFax $False –Gateway 10.94.10.15 –OU “ou=AnalogDevices,dc=capitalab,dc=local” Web northernucusergroup.co.uk - Twitter @northernucuserg
  • 13. • Called Number 0117 500 456 • Analogue gateway receives call • Analogue Gateway • Call is routed to the configured primary SIP server • SBC • Signalling Group > Call Routing Table > Transformation Table > Call Routing Table > Signalling Group • Front-End • Lync Routing Engine> RNL against LineURI fail > Outbound Routing • SBC • Signalling Group > Call Routing Table > Transformation Table > Call Routing Table > Signalling Group > PSTN • Endpoint Rings 0117 500 456 Unified communications platform PSTN Web northernucusergroup.co.uk - Twitter @northernucuserg
  • 14. • Fax • Qualify if CDR’s are required – if not consider leaving faxes outside of Lync • Lync doesn’t support T.38 negotiation with analogue or PSTN gateways • NewCs-AnalogDevice -AnalogFax $True instructs Lync to ignore the normal routing logic and hairpin the call back to the originating gateway • Routing faxes in/out of Lync requires Media Bypass • Faxing via SIP Trunks is not supported as per Microsoft TechNet – Hairpinning and PSTN direct to the analogue gateway is the only supported solution • If faxing via SIP Trunks confirm carrier supports T.38 • Analogue Devices • Analogue phones are unable to park calls, transfer calls, set call forwarding options, be members of a RSG • Analogue phones can retrieve parked calls • Signalling and Media between a Sonus Analog Gateway and the SBC leg will be SIP/TCP & RTP • Sonus Analogue gateways do not support TLS/SRTP * AudioCodes Analogue Gateways can support TLS/SRTP • Analogue gateways are not on the Lync UCOIP, consider Hairpinning into Lync via UCOIP qualified SBC’s Web northernucusergroup.co.uk - Twitter @northernucuserg
  • 15. Web : northernucusergroup.co.uk Twitter @northernucuserg