cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
900
Views
10
Helpful
5
Replies

Jabber Syntax

Ibrahim Jamil
Level 6
Level 6

Hi Guys

 

pls validate for me the Below Script for jabber , what i mess in it :

 

 

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

<config version="1.0">

<Policies>

<EnableSIPURIDialling>true</EnableSIPURIDialling>

</Policies>

<Voicemail>
        <VoicemailService_UseCredentialsFrom>phone</VoicemailService_UseCredentialsFrom>
    </Voicemail>
</config>

 

 

 

thanks

1 Accepted Solution

Accepted Solutions

George Sotiropoulos
Cisco Employee
Cisco Employee

The Policies part looks OK, according to the following document

 

https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/jabber/12_1/cjab_b_on-prem-deployment-121/cjab_b_on-prem-deployment-121_chapter_0110.html#JABW_TK_AE6AAF17_00

 

For Cisco Jabber to retrieve the voicemail server information, update the jabber-config.xml file with the voicemail parameters.

<Voicemail>

<VoicemailService_UseCredentialsFrom>phone</VoicemailService_UseCredentialsFrom>

<VoicemailPrimaryServer>X.X.X.X</VoicemailPrimaryServer>

</Voicemail>

After updating, upload the jabber-config.xml file to all the Cisco Unified Communications Manager TFTP servers and restart the TFTP service on TFTP server nodes. Then reset the Jabber client.


Please Rate Posts (by clicking on Star) and/or Mark Solutions as Accepted, when applies

View solution in original post

5 Replies 5

George Sotiropoulos
Cisco Employee
Cisco Employee

The Policies part looks OK, according to the following document

 

https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/jabber/12_1/cjab_b_on-prem-deployment-121/cjab_b_on-prem-deployment-121_chapter_0110.html#JABW_TK_AE6AAF17_00

 

For Cisco Jabber to retrieve the voicemail server information, update the jabber-config.xml file with the voicemail parameters.

<Voicemail>

<VoicemailService_UseCredentialsFrom>phone</VoicemailService_UseCredentialsFrom>

<VoicemailPrimaryServer>X.X.X.X</VoicemailPrimaryServer>

</Voicemail>

After updating, upload the jabber-config.xml file to all the Cisco Unified Communications Manager TFTP servers and restart the TFTP service on TFTP server nodes. Then reset the Jabber client.


Please Rate Posts (by clicking on Star) and/or Mark Solutions as Accepted, when applies

Thanks bro

Hello Ibrahim, thanks for the rating!

 

You may also try the following Jabber Web Configurator:

 

http://www.ciscojabber.io/

 

This is documented on the following thread:

 

https://community.cisco.com/t5/collaboration-voice-and-video/jabber-config-file-generator/ta-p/3112597

 

Hope this helps

Please Rate Posts (by clicking on Star) and/or Mark Solutions as Accepted, when applies

I will have a look and get back to you.

 

Please rate this ticket as solved if you feel like you are OK with it

 

G

Please Rate Posts (by clicking on Star) and/or Mark Solutions as Accepted, when applies