Microsoft Skype for Business Server 2015
Problem this snippet solves: New release candidate iApp template and deployment guide for Microsoft Skype for Business Server 2015 (formerly Lync Server 2010/2013).
For more information and complet...
Published Jul 06, 2015
Version 1.0Joe_Jordan
Ret. Employee
Joined November 15, 2004
Joe_Jordan
Ret. Employee
Joined November 15, 2004
amolari
Sep 07, 2016Cirrostratus
yes, it's deployed as reverse proxy only (fwd traffic to skype servers). I've updated the tmpl to rc6 and the Irule is still the same:
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::host]] {
sfbpoolemeaext.xyz.com* { pool create_reverse_proxy_front_end_4443_pool }
{ pool create_reverse_proxy_front_end_4443_pool }
meet-emea.xyz.com* { pool create_reverse_proxy_front_end_4443_pool }
dialin-emea.xyz.com* { pool create_reverse_proxy_front_end_4443_pool }
{ pool create_reverse_proxy_front_end_4443_pool }
}
}