cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
796
Views
5
Helpful
2
Replies

Corporate Directory access Issue in cisco 7911 phone

urarindam
Level 1
Level 1

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

2 Replies 2

urarindam
Level 1
Level 1

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....

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?