Load Jabber profile pics from a webserver

Insert the following lines into your jabber-config.xml file.  Set the URL within <PhotoUriWithToken> tag to point to the webserver storing your images. <PhotoUriSubstitutionEnabled>true</PhotoUriSubstitutionEnabled> <PhotoUriSubstitutionToken>sAMAccountName</PhotoUriSubstitutionToken> <PhotoUriWithToken>http://www.domain.com/staff_images/sAMAccountName.jpg</PhotoUriWithToken> Upload the revised jabber-config.xml file …

Read More

Extension Mobility Service URLs

Base service URL: http://xxx.xxx.xxx.xxx:8080/emapp/EMAppServlet?device=#DEVICENAME# parameters: none   Embedding username and PIN within URL: http://xxx.xxx.xxx.xxx:8080/emapp/EMAppServlet?device=#DEVICENAME# parameters:  seq, userid   Logout a user without prompting for confirmation: http://xxx.xxx.xxx.xxx:8080/emapp/EMAppServlet?device=#DEVICENAME#&doLogout=true parameters: none   jklhkl …

Read More