cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
317
Views
5
Helpful
1
Replies

Cisco Jabber 10.6.3 Client Configuration

dedwards1960
Level 1
Level 1

Hello

I have been tasked with deploying Cisco Jabber 10.6.3 to all our users. I would like to have the application start automatically when windows 8.1 starts. I have orca and the msi and  the transform file but can not find the option to enable the Start_Client_On_Start_OS.

Any help with this configuration would be appreciated.

We also have the Cisco Unified CM Administrator version 10.5.2 if there is a way to enable it in this.

 

Thank You

Dave

1 Reply 1

Manish Gogna
Cisco Employee
Cisco Employee

Hi Dave,

You will need to edit the jabber-config.xml as below:

 

<?xml version="1.0" encoding="utf-8"?>

<config version="1.0">

 <Directory>

   <BusinessPhone>ipPhone</BusinessPhone>

 </Directory>
<Options>
<Start_Client_On_Start_OS>true</Start_Client_On_Start_OS>
</Options>

</config>


Then load the file on TFTP server and restart TFTP service.

HTH

Manish