08-27-2010 02:20 AM - edited 03-16-2019 12:29 AM
There is an issue to access the corporate directory from cisco 7911 phones. I have two types on phone, 7940 and 7911. In 7940 ,corporate directory is working properly but in 7911 it is not comming. It is showing an Error.
Is any extra configuration is required in cucm for corporate directory accees from 7911.
Please suggest.
Regards,
Arindam
08-27-2010 04:06 AM
I removed the Application:Cisco/CorporateDirectory and replaced it with http://X.X.X.X:8080/ccmcip/xmldirectoryinput.jsp (X.X.X.X being the IP Address of the publisher in this case)
Now it is working....
10-20-2014 07:22 AM
I have also cisco 7911 phone.
But I can not display corporate directory.
here is my config related with this :
within phone config file :
<directoryURL>http://X.X.X.X/ciscodir.php</directoryURL>
X.X.X.X is the ip add of my server.
the ciscodir.php :
<?php
header("Content-type: text/xml");
header("Connection: close");
header("Expires: -1");
?>
<CiscoIPPhoneDirectory>
<Title>My Dir</Title>
<Prompt>A Prompt</Prompt>
<DirectoryEntry>
<Name>Name Field</Name>
<Telephone>6001</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Name Field2</Name>
<Telephone>241</Telephone>
</DirectoryEntry>
</CiscoIPPhoneDirectory>
When I trace with wireshark I can see that phone gets this file. But When I press "Directories" I can not see those entries on the phone.
I am not sure but this is importan or not : When I press "Directories" I see only missed, received, placed calls and speed dials. I think that getting coporate directory information returns successfull it will displayed also as a new line.
Phone sw : SIP11.8-3-1S
Could you please help me on this please?
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