I have a custom directory that is working for 7960 phones, but has stopped working on 7970's since upgrading to 8.2.1 firmware. Now we get an xml parse error. Here is the code:
- <CiscoIPPhoneMenu>
<Prompt>Select a directory</Prompt>
- <MenuItem>
<Name>Related Directory</Name>
<URL>http://**IP REMOVED**/cisco/directory/directoryInput.asp?dpt=Rel&nme=Related</URL>
</MenuItem>
- <MenuItem>
<Name>Retail Directory</Name>
<URL>http://**IP REMOVED**/cisco/directory/directoryInput.asp?dpt=Ret&nme=Retail</URL>
</MenuItem>
- <MenuItem>
<Name>Building Directory</Name>
<URL>http://**IP REMOVED**/cisco/directory/directoryInput.asp?dpt=TWC&nme=Building</URL>
</MenuItem>
</CiscoIPPhoneMenu>
I removed the IP address of the server. I cant find any bugs for the 7970's, and upgrading to 8.2.2 did not fix the issue either.
Any ideas?? Thanks!!