Hi
I've spend the whole day trying to custumize a telephony menu for a IP phone. So.
I've created a xml file named dir.xml.
<CiscoIPPhoneMenu>
<Title>DirectoryList</Title>
<Prompt>DirectoryList</Prompt>
<MenuItem>
<Name>Missed Calls</Name>
<URL>Application:Cisco/MissedCalls</URL>
</MenuItem>
<MenuItem>
<Name>Recive Calls</Name>
<URL>Application:Cisco/ReceivedCalls</URL>
</MenuItem>
<MenuItem>
<Name>Place Calls</Name>
<URL>Application:Cisco/PlacedCalls</URL>
</MenuItem>
<MenuItem>
<Name>Personal Directory</Name>
<URL>Application:Cisco/PersonalDirectory</URL>
</MenuItem>
</CiscoIPPhoneMenu>
I saved this file into the C:\intetpub\Wwwroot\dir.xml on the UCCX Windows 2003 server.
I can access to the XML file from my computer browsers (IE and Fireforx) and see the script. So
I chaged the "Service Provisioning" on the IP phone web options to "External URL"
I wrote the url (http://10.10.10.11/dir.xml) in "Directory" on "External Data Locations Information" on the page device phone settins.
On the phone menu settings>Device configuration>HTTP Configuration>"Directories URL" the http://10.10.10.11/dir.xml url shows correctly.
But when I press the directory button it shows me a empty screen name Directories.
What is wrong?
I have check the Wwwroot folder an the file dir.xml permissions and reset the IIS service on windows 2003 server. it stills fail.
I just tried this in my lab not in INE's Rack
Any idea What I am mssing?
Thank you
Best Regards