Wireless Access

last person joined: 16 hours ago 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

Lync SDN API Setting

This thread has been viewed 0 times
  • 1.  Lync SDN API Setting

    Posted Oct 11, 2013 07:03 AM

    Hi,


    I'm configuring the Lync ALG as per the 6.3.1 user guide, didn't encounter any issues. I just need to install and setup the Lync SDN API.


    Is the server URI on the Lync SDN API wizard the controller IP/DNS name?

     

    E.g. http://aruba-master/

     

    or http://aruba-master/something

     

    lync sdn api.JPG

     

    Thanks

    James



  • 2.  RE: Lync SDN API Setting

    Posted Oct 11, 2013 07:07 AM

    Or rather http://aruba-master:8181,https://aruba-master:8282

     

    (assuming that those are the ports configured on the controller for Lync HTTP and HTTPS listening ports)



  • 3.  RE: Lync SDN API Setting
    Best Answer

    EMPLOYEE
    Posted Oct 11, 2013 08:12 AM

    http://controller-ip-address:<port>



  • 4.  RE: Lync SDN API Setting

    Posted Oct 11, 2013 08:33 AM

    Thanks Colin.



  • 5.  RE: Lync SDN API Setting
    Best Answer

    Posted Oct 11, 2013 08:55 AM

    HI James-

     

    Actually there is a bit more to set up. We are just about to release the config guide for the Lync SDN API. I will DM you with the pre-release version. 

     

    In short you need to configure the lync web listener port in the web-server section. If you are going to use https you need to make sure you have trusted certs on the lync and aruba controller. For http you can use IP for https you MUST use an FQDN. The guide goes through that as well. 

     

    Then you need to modify the LyncDialogListener.exe.config file after the install to send the controller the right values.

     

    <?xml version=”1.0” encoding=”utf-8”?> <configuration>

    <appSettings>
    <add key=”submituri” value=”

    http://10.10.110.1:15790;https://aruba-lync.arubanetworks.com:15790

    “/><add key=”hidepii” value=”false”/>
    <add key=”sendallcallqoe” value=”true”/> <add key=”sendrawsdp” value=”false”/>
    <add key=”sendcallinvites” value=”false”/> 

     

    Finally you need to ensure that classify media is turned off on the ACL used to detect Lync traffic. 

     

    John