I setup a Lync 2013 environment with 2 edge servers, 2 front end servers, and 2 mediation servers. I am using Citrix Netscaler for load balancing.
I can connect, IM, etc and even start meetings but when trying to send an email for people to join the meeting doesn't work.
I ran:
Get-CsSimpleUrlConfiguration -Tenant <guid of tenant>
and it returns the correct URL (https://meet.domain.com/domain.com) but when email for sending the link out doesn't actually contain a link. It just shows "Join Lync Meeting"
Looking at the source code of the email it doesn't contain a URL at all:
<b><span style='font-size:14.0pt'><o:p></o:p></span></b></p><p style='text-autospace:none'><u><span style='font-size:14.0pt;color:#0066CC'><span style='font-size:16.0pt;color:#0066CC'>Join Lync Meeting</span></span></span></u><b><span style='font-size:15.0pt'><o:p></o:p></span></b></p><p style='text-autospace:none'><span style='font-size:10.5pt'><o:p> </o:p></span></p><p style='text-autospace:none'><span style='font-size:8.0pt;color:#404040'>
What could be going on here?