Options

CME - directory not showing

Daniel333Daniel333 Member Posts: 2,077 ■■■■■■□□□□
So I am attempting to create a little lab here. I am a complete VOIP newb here so sorry in advance. But I am looking to setup a local directory. you know when you hit the Directory button >> 4) Local directory

I follow along Cisco guide and seem easy enough, but still the directory option isn't showing my phones.

Any ideas?
Building configuration...

Current configuration : 1443 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname router01
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 10.0.0.1
ip dhcp excluded-address 10.0.0.2
!
ip dhcp pool ITS
   network 10.0.0.0 255.255.255.0
   option 150 ip 10.0.0.2
   default-router 10.0.0.2
!
!
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
 log config
  hidekeys
!
!
!
!
!
!
!
!
interface FastEthernet0/0
 ip address 10.0.0.2 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
ip forward-protocol nd
!
!
ip http server
no ip http secure-server
!
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
telephony-service
 max-ephones 10
 max-dn 10
 ip source-address 10.0.0.2 port 2000
 max-conferences 8 gain -6
 transfer-system full-consult
 directory entry 1 1001 name HELP
 create cnf-files version-stamp Jan 01 2002 00:00:00
!
!
ephone-dn  1
 number 1001
 name Daniel
!
!
ephone-dn  2
 number 1002
 name phone2
!
!
ephone-dn  3
 number 1003
!
!
ephone  1
 device-security-mode none
 mac-address 0200.4C4F.4F50
 username "homer"
 button  1:1
!
!
!
ephone  2
 device-security-mode none
 mac-address 0003.FF37.120C
 button  1:2 2:3
!
!
!
line con 0
line aux 0
line vty 0 4
 login
!
!
end

router01#


-Daniel

Comments

  • Options
    azaghulazaghul Member Posts: 569 ■■■■□□□□□□
    Hi Daniel,

    I'm currently away from my lab setup, but looking at your config, assuming you have your ephones coming up, getting and IP address, and displaying extns on their buttons, ephone-dn 1 is sharing the same directory entry 1 , x1001.

    But from memory, pressing the directory key should also bring up a search menu (search by first/last name, etc). What is being displayed for you?

    Cheers,
    Dave
  • Options
    Daniel333Daniel333 Member Posts: 2,077 ■■■■■■□□□□
    Hi, and thanks for the reply.

    Actually, no. Not showing at all.
    -Daniel
  • Options
    pitviperpitviper Member Posts: 1,376 ■■■■■■■□□□
    Try enabling HTTPS on the router, reboot, and check for the directory.
    CCNP:Collaboration, CCNP:R&S, CCNA:S, CCNA:V, CCNA, CCENT
  • Options
    hermeszdatahermeszdata Member Posts: 225
    Daniel333 wrote: »
    Hi, and thanks for the reply.

    Actually, no. Not showing at all.

    What type of phones are you using?

    John
    John
    Current Progress:
    Studying:
    CCNA Security - 60%, CCNA Wireless - 80%, ROUTE - 10% (Way behind due to major Wireless Project)
    Exams Passed:
    CCNA - 640-802 - 17 Jan 2011 -- CVOICE v6 - 642-436 - 28 Feb 2011
    2011 Goals
    CCNP/CCNP:Voice
Sign In or Register to comment.