Forum Discussion
DushyantSingh_1
Nimbostratus
Nov 30, 2015Need to add more URL for Lync Meeting in iApp.
I have configure iApp for lync 2013 for on my clients. As per requirement I need to have multiple URLs for meetings, phone access and Lync Mobility services. Application service allows only one URL. ...
mikeshimkus_111
Nov 30, 2015Historic F5 Account
Hi, you are saying that you have multiple URLs for each service? For now you will need to disable strictness on the iApp application service object, then edit the _secure_reverse_proxy iRule and add your additional hostnames to it:
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::host]] {
chat.lync2013.local* { pool lync_2013_reverse_proxy_front_end_4443_pool }
dir.lync2013.local* { pool lync_2013_reverse_proxy_director_4443_pool }
meet.lync2013.local* { pool lync_2013_reverse_proxy_director_4443_pool }
dialin.lync2013.local* { pool lync_2013_reverse_proxy_director_4443_pool }
lyncdiscover.lync2013.local* { pool lync_2013_reverse_proxy_director_4443_pool }
}
}
In a future version, we plan on adding the ability to use an arbitrary number of URLs to the iApp.
mikeshimkus_111
Dec 01, 2015Historic F5 Account
Check the section about traffic forwarding between route domains here: https://support.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/tmos-ip-routing-administration-11-2-0/2.html
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects