Download Latest Version phonebook v1.1.0.zip (12.3 kB)
Email in envelope

Get an email when there's a new version of Cisco TMS PhoneBook - PHP Version

Home
Name Modified Size InfoDownloads / Week
readme.txt 2021-04-26 1.5 kB
phonebook v1.1.0.zip 2021-04-26 12.3 kB
phonebook.zip 2020-10-01 12.2 kB
Totals: 3 Items   25.9 kB 3
[Apache - Setup]
1) Edit httpd.conf to activate "LoadModule rewrite_module modules/mod_rewrite.so" and also set "AllowOverride All" to the root directory.
2) Create a .htaccess file in the web server root directory with the code bellow or use any other URL rewrite method you know.
# Apache 2.2 Rewrite Rules (mod_rewrite) to emulate TMS PhoneBook. Add them to httpd.conf, vhost.conf or create a .htaccess in the server root directory.
RewriteEngine On
RewriteBase /
RewriteRule ^tms/public/external/phonebook/phonebookservice\.asmx$ /cmm/phonebook.php [PT]
RewriteRule ^tms/external/booking/bookingservice\.asmx$            /cmm/phonebook.php [PT]

[Cisco Meeting Management - Setup]
Go to CMM->Settings->TMS
1) Check "Use TMS with Meeting Management"
2) Set "TMS address" to your apache server IP address/FQDN
3) Use HTTP or HTTPS (if is enabled on your server)
4) Fill "Username" and "Password" with random stuff.. :) TMS was using NTLM auth method we don't need any
5) Check "Use TMS phonebook"
6) For MAC address use any MAC address you want (in this format: 00:50:56:11:22:33)
7) After changing the configuration you need to reboot the CMM

[Cisco SX10/SX20/RoomKit/Webex/Etc]
Go to Setup->Configuration->Phonebook
1) Set "Type" to TMS
2) Use URL http://<PHP_SERVER_IP>/tms/public/external/phonebook/phonebookservice.asmx
Go to Call Control->Contacts->Directory | Search with the tablet/remote
3) Search something.... RegEx ;)
Source: readme.txt, updated 2021-04-26