cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1299
Views
0
Helpful
6
Replies

creating Corporate Directory for SIP phone ex 8841

For SCCP IP phone we can create  Corporate Directory as below:

telephony-service
service dnis dir-lookup
directory entry 1 5550341 name doctor1
directory entry 2 5550772 name doctor1
directory entry 3 5550263 name doctor3
!

We have CME setup for 50 user, Please advice how to create local Corporate Directory for SIP phones.

6 Replies 6

Vivek Batra
VIP Alumni
VIP Alumni

You need to add 'url directory' under voice register global.

http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucme/admin/configuration/guide/cmeadm/cmedirs.html#pgfId-1014907

- Vivek

Thanks Vivek, Could you please explain with an example:

voice register global

Router(config-register-global)# url directory http://10.0.0.11/localdirectory

The 10.0.0.11 is CME IP address ?, how to enter the username and telephone number

Perfect.

Telephone number configuration doesn't need to be duplicated for SIP. Once you configure it under telephony-services, it will be used by SIP phones as well.

- Vivek

Thanks Vivek, Router(config-register-global)# url directory http://10.0.0.11/localdirectory

the IP 10.0.0.11 is CME ip address in this example ?

Yes, you need to configure CME IP address under URL.

- Vivek

We tried the below CLI under voice register global - url directory http://10.0.0.11/localdirectory

and creat cnf profile.

After this when we try to access the directory service, the IP Phone shows requesting and not able to access local directory. CLI Configuration attached. Please advice.