locked
Custom Tab and Remote User RRS feed

  • Question

  • hi all,

     

    still we have ab issue with CustomTab's. The link for CustomTab's (xml) are located in intranet as well as reachable form internet with same fqdn.

     

    however, sip-enabled users can get the configured CustomTab's but the remote user not.

     

    is there a limitation for the remote users?

     

    thanks

    AB74

    Thursday, July 24, 2008 1:13 PM

All replies

  • Sounds like you need to add the tag to the XML file to allow custom tab's to appear for both internal and external clients.

     

    Code Snippet
    <accessibility>both</accessibility>

     

     

    It should be embedded in each tab tag:

     

    Code Snippet

      <tab>
        <tabid>1</tabid>   
        <image>file:///c:/folder/image.png</image>
        <name>Tab 1</name>
        <tooltip>Tab 1</tooltip>
        <contenturl>http://site/page.asp</contenturl>
        <userid>true</userid>
        <contactid>true</contactid>
        <accessibility>both</accessibility>
      </tab>

     

     

     

     

    More details:

    http://forums.microsoft.com/unifiedcommunications/ShowPost.aspx?PostID=2406293&SiteID=57

     

    Thursday, July 24, 2008 2:56 PM
    Moderator