Hello,
I want to create a custom map object which I can click on to launch a Lync 2010 conversation with my team.
I have created the .htm map object and can add it to a Map. When I click on the "View Map" tab next to the "Map Designer", these links work perfectly. However when I view the direct HTML link (public or private), the page says "Not Found".
Custom .htm as follows:
<!--Objects:Start Lync Conversation (small)--> <div class="map_object map_graph" id="<@itemid>" objectid="<@objectid>" subid="<@subid>" style="<#mapobject type="topleftcoordinates" subid="<@subid>" mode="<@editmode>">"> <#mapobject type="objectgrip" mode="<@editmode>"> <#mapobject type="htmlbefore" subid="<@subid>"> <span> <a href="im: <sip:email1@host.com> <sip:email2@host.com> <sip:email3@host.com> <sip:email4@host.com>"> <img src="lync-icon.png"> </a> </span> <#mapobject type="htmlafter" subid="<@subid>"> </div>
It seems I am very close to getting this working, since it works perfectly when I click "View Map" once I have added the object.
Any ideas on what else I need to do to get it working?
Many thanks, Tom
Article Comments
Thank you! I have tried this on our test PRTG installation and it has worked perfectly, so I have also applied it to our live probe server as well.
Many thanks,
Tom
May, 2015 - Permalink
Hi Twills,
We just found an issue with the "im" protocol, which will be fixed in the next stable. If you cannot wait for the next release, there are good news:
Copy This File to the directory
and This File to the directory
Your map object should work after clearing the browser cache.
Best regards
May, 2015 - Permalink