cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2666
Views
0
Helpful
2
Replies

Remove Red X from phone icon in Desktop Jabber for MRA users

pankaj_saini
Level 1
Level 1

We are pushing Jabber for IM and Presence only to our external users and in testing with an external user, I see that the phone services option has a red X on it (see attached). Is there a way to make Jabber not try to connect to phone services so this red X doesn't appear? None of our external users will have phone services at this time.

2 Replies 2

Kevin Li
Level 4
Level 4

The way we achieved this in our enterprise, irrespective if it's internal or external (MRA), is to use a custom jabber-config.xml file for Jabber phone devices and to modify the default jabber-config.xml file to disable phone services.

 

This is how we did it:

 

  1. Make a copy of the existing jabber-config.xml from your TFTP server and give it a different name, for the purpose of this post I'll just call it jabber-config-uc.xml and upload it to your TFTP server(s)
  2. Anyone provisioned with a CSF, TCT, BOT, TAB phone device will need to have the above file specified under their device. From the Jabber device, if you scroll to the bottom you can fill in the "Cisco Support Field" with configurationfile=jabber-config-uc.xml. This can be done in bulk using BAT.
  3. Now you'll have to update the default jabber-config.xml file to add an additional parameter under <policy> to disable telephony.
    <Policies>
    <Telephony_Enabled>false</Telephony_Enabled>
    </Policies>
    Upload the default jabber-config.xml to overwrite the existing.

    Word of caution: If you do not specify a custom .xml you will cause a potential outage for your phone service users as they will take on the default xml file and phone services will be disabled.

Your IM only users will automatically use the default file while your phone service users will use the custom XML where the phone service is not disabled.

 

This is the solution that worked for us. It does introduce a bit of an administrative overhead to manually specify the Cisco Support Field but with templates, BAT, etc. it doesn't present a problem.

 

As always, test in a lab environment before you pull the trigger. 

 

Hope this helps.

Jaime Valencia
Cisco Employee
Cisco Employee

If you're using CUCM 12.x you can configure that in the user profile and allow only IM over MRA, while they can be full UC on-prem.

HTH

java

if this helps, please rate
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: