Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem configuring CME features

Status
Not open for further replies.

EchoSpark

MIS
May 28, 2003
97
NG
I am trying to configure customized ring tones and directory services on 7961 ip phone installed on CME4.0. I have a 2811 router with ios 12.4(3g).
I have copied the files to flash, and done all the configuration but it doesnt reflect on the ip phones settings.What should i do?
Here is the running config






sh run
Building configuration...

Current configuration : 5500 bytes
!
! Last configuration change at 16:45:17 UTC Tue May 8 2007 by pinky
! NVRAM config last updated at 16:45:19 UTC Tue May 8 2007 by pinky
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname yourname
!
boot-start-marker
boot-end-marker
!
! card type command needed for slot/vwic-slot 0/0
logging buffered 51200 warnings
!
no aaa new-model
!
resource policy
!
ip subnet-zero
!
!
ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 149.17.18.2
!
ip dhcp pool cme-pool
network 149.17.18.0 255.255.255.0
default-router 149.17.18.1
option 150 ip 149.17.18.1
!
!
no ip domain lookup
ip domain name yourdomain.com
!
!
voice-card 0
no dspfarm
!
!
!
!
!
!
!
!
!
!
!
!
!
crypto pki trustpoint TP-self-signed-3810631294
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-3810631294
revocation-check none
rsakeypair TP-self-signed-3810631294
!
!
!
!
!
!
!
!
interface FastEthernet0/0
description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0/0$
ip address 149.17.18.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
ip classless
!
!
ip http server
no ip http secure-server
ip http path flash:
!
access-list 23 permit 10.10.10.0 0.0.0.7
access-list 23 permit 149.17.0.0 0.0.255.255
access-list 23 permit 149.17.18.0 0.0.0.255
!
!
!
tftp-server flash:cnu41.2-7-6-26.sbn
tftp-server flash:CVM41.2-0-2-26.sbn
tftp-server flash:Jar41.2-9-2-26.sbn
tftp-server flash:TERM41.7-0-3-0S.loads
tftp-server flash:term41.default.loads
tftp-server flash:term61.default.loads
tftp-server flash:DistinctiveRingList.xml
tftp-server flash:RingList.xml
tftp-server flash:Jamaica.raw
tftp-server flash:Sax2.raw
tftp-server flash:AreYouThere.raw
tftp-server flash:Analog1.raw
tftp-server flash:Bass.raw
tftp-server flash:Chime.raw
tftp-server flash:pop.raw
!
control-plane
!
!
!
!
!
!
dial-peer cor custom
name outgoing
!
!
!
!
!
!
telephony-service
load 7961 TERM41.7-0-3-0S.loads
max-ephones 24
max-dn 48
ip source-address 149.17.18.1 port 2000
max-conferences 8 gain -6
moh music-on-hold.au
web admin system name pinky password pinky
dn-webedit
time-webedit
xmltest
!
!
ephone-dn 1 dual-line
number 1001
description Test 1
name Test 1
!
!
ephone-dn 2
number 1003
description Test 2
name Test 2
!
!
ephone-dn 3 dual-line
number 1002
description Test 3
name Test 3
hold-alert 30 originator
!
!
ephone-dn 4 dual-line
number 1004
description fdfss
name fsff
hold-alert 30 originator
!
!
ephone-dn 5 dual-line
number 1006
description test 6
no huntstop
hold-alert 30 originator
!
!
ephone 1
mac-address 001B.535C.6E51
button 1:1
!
!
banner login ^C
-----------------------------------------------------------------------
Cisco Router and Security Device Manager (SDM) is installed on this device.
This feature requires the one-time use of the username "cisco"
with the password "cisco". The default username and password have a privilege level of 15.
Please change these publicly known initial credentials using SDM or the IOS CLI.
Here are the Cisco IOS commands.

username <myuser> privilege 15 secret 0 <mypassword>
no username cisco

Replace <myuser> and <mypassword> with the username and password you want to use.

For more information about SDM please follow the instructions in the QUICK START
GUIDE for your router or go to -----------------------------------------------------------------------
^C
!
line con 0
login local
line aux 0
line vty 0 4
access-class 23 in
privilege level 15
login local
transport input telnet ssh
line vty 5 15
access-class 23 in
privilege level 15
login local
transport input telnet ssh
!
scheduler allocate 20000 1000
ntp master
ntp server 149.17.18.1
ntp server 149.17.18.100
!
end
 
Did you edit the .XML files for the new ring tones? They have to be added or the phones won't pull them down from the TFTP server.
 
Yes, the ringtones were included in the .xml file.

I have got the directory services working now, I only had to specify ephone type 7961.

thanks for your response.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top