cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1495
Views
0
Helpful
1
Replies

Jabber disable call notification

nikashelia7453
Level 1
Level 1

How do I disable the call notification for jabber in the .xml config file

I've tried using HidecallcontrolStrip and Push_Notification_Enabled but they did not help.

I know you can disable it in the client but I need it to be set as default

s.PNG

1 Accepted Solution

Accepted Solutions

nikashelia7453
Level 1
Level 1

Nevermind, Figured this out.

Solved it by manually adding this in the jabber configuration xml

 

<?xml version="1.0" encoding="utf-8"?>
<config version="1.0">
<Options>
<ShowCallAlerts>false</ShowCallAlerts>
</Options>
<Client>
<ShowCallAlerts>false</ShowCallAlerts>
</Client>
<Policies>
<ShowCallAlerts>false</ShowCallAlerts>
</Policies>
</config>

 

 

View solution in original post

1 Reply 1

nikashelia7453
Level 1
Level 1

Nevermind, Figured this out.

Solved it by manually adding this in the jabber configuration xml

 

<?xml version="1.0" encoding="utf-8"?>
<config version="1.0">
<Options>
<ShowCallAlerts>false</ShowCallAlerts>
</Options>
<Client>
<ShowCallAlerts>false</ShowCallAlerts>
</Client>
<Policies>
<ShowCallAlerts>false</ShowCallAlerts>
</Policies>
</config>