11-22-2018 08:33 AM - edited 03-17-2019 07:47 PM
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
Solved! Go to Solution.
11-22-2018 09:29 AM
That won’t work. You have to nest that element within common policy element.
<?xml version="1.0" encoding="utf-8"?>
<config version="1.0">
<Policies>
<EnableSIPURIDialling>true</EnableSIPURIDialling>
</Policies>
</config>
11-22-2018 09:29 AM
That won’t work. You have to nest that element within common policy element.
<?xml version="1.0" encoding="utf-8"?>
<config version="1.0">
<Policies>
<EnableSIPURIDialling>true</EnableSIPURIDialling>
</Policies>
</config>
11-23-2018 12:27 AM
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>
11-23-2018 05:03 AM
Sure. Upload to all TFTP modes, restart the TFTP service and then perform a Refresh Configuration on the Jabber client.
11-23-2018 08:27 AM
Thanks sir
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide