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#