06-14-2018 07:49 AM - edited 03-17-2019 07:35 PM
This is CUCM IMP 11.5 with 11.x Jabber clients
I would like to ensure that desktop and mobile clients are unable to transfer files.
I have set the File Transfer Configuration on the IMP servers to Disabled. But in the documentation, it says "If you disable the setting on Cisco Unified Communications Manager IM and Presence Service, you must also disable file transfers and screen captures in the client configuration."
Does this mean that I will still have to make a custom XML to disable file transfers? If so, what was the point of the setting on the server?
06-14-2018 08:33 AM
Hi there
You can block file transfer with following "jabber-config.xml"
<?xml version="1.0" encoding="UTF-8"?>
<config version="1.0">
<Policies>
<File_Transfer_Enabled>false</File_Transfer_Enabled>
</Policies>
</config>
You can find the xml from the below location on PC
C:\Users\username\AppData\Roaming\Cisco\Unified Communications\Jabber\CSF\Config
Edit the parameter, upload the xml to all TFTP, restart TFTP service
Hope this helps!
Cheers
Rath!
***Please rate helpful posts***
06-14-2018 12:31 PM
This is what I typically do with groups who have a bunch of settings they want to make. But since the only thing they want to do is block file transfers, I'm trying to do it without having to mess with the XML file. It looks like it's just a setting on the IMP server, but that extra line in the documentation doesn't make sense to me. If I have to turn it off at the client level, what does disabling it on the server actually do?
06-14-2018 12:50 PM
Right, if you want to disable the File Transfer for the entire users you can disable that in the Service Parameters. Restart the Cisco XCP Router Service on every node in the cluster after that change.
If you want to disable for a subset of users disabled FT in the jabber-config.xml file.
Hope this helps!
Cheers
Rath!
***Please rate helpful posts***
06-14-2018 12:55 PM
Thanks. I'll restart the services and report back.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide