cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
491
Views
10
Helpful
4
Replies

pls validate for me the below syntax for Jabber to let SIP URI Dialing working , before uploading to CUCM TFTP

Ibrahim Jamil
Level 6
Level 6

Hi Guys

 

pls validate for me the below syntax for Jabber to let SIP URI Dialing working , before uploading to CUCM TFTP

 

 

 

<?xml version="1.0" encoding="utf-8"?>
<config version="1.0">
<EnableSIPURIDialling>True</EnableSIPURIDialling>
<Directory>
<DirectoryServerType>UDS</DirectoryServerType>
</Directory>
</config>

 

Thanks all

1 Accepted Solution

Accepted Solutions

Jonathan Schulenberg
Hall of Fame
Hall of Fame

That won’t work. You have to nest that element within common policy element.

https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/jabber/12_0/cjab_b_parameters-reference-guide-for-cisco_12/cjab_b_parameters-reference-guide-for-cisco_12_chapter_0111.html#CJAB_RF_E4E56476_00

 

 

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

<config version="1.0">

<Policies>

<EnableSIPURIDialling>true</EnableSIPURIDialling>

</Policies>

</config>

View solution in original post

4 Replies 4

Jonathan Schulenberg
Hall of Fame
Hall of Fame

That won’t work. You have to nest that element within common policy element.

https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/jabber/12_0/cjab_b_parameters-reference-guide-for-cisco_12/cjab_b_parameters-reference-guide-for-cisco_12_chapter_0111.html#CJAB_RF_E4E56476_00

 

 

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

<config version="1.0">

<Policies>

<EnableSIPURIDialling>true</EnableSIPURIDialling>

</Policies>

</config>

Hi Jonathan

Thanks for ur reply

 

so i will upload ur below script to CUCM , pls confirm

 

 

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

<config version="1.0">

<Policies>

<EnableSIPURIDialling>true</EnableSIPURIDialling>

</Policies>

</config>

Sure. Upload to all TFTP modes, restart the TFTP service and then perform a Refresh Configuration on the Jabber client.

Thanks sir