10-10-2014 06:15 AM - edited 03-17-2019 12:30 AM
Hi again Cisco techs,
Me again. 7912 cisco phone fails to register in cme 3.3 via IOS 12.4(25d)(C2691-IPVOICEK9-M),
I reset the phone to factory reset. Then done
cme_router(config)#telephony-service
cme_router(config-telephony)#load 7912 CP7912060000SCCP050124A.sbin
Updating CNF files
CNF files update complete
cme_router(config-telephony)#reset all
ITS configuration has been changed, selecting sequence-all reset
Reset-All: no active phones
All DNs in DOWN state
Phones MAC address and extension number shows in CME 3.3
Can ping phone OK but not register as below command states
cme_router#sh ephone
ephone-1 Mac:0017.9570.8E67 TCP socket:[-1] activeLine:0 UNREGISTERED
mediaActive:0 offhook:0 ringing:0 reset:0 reset_sent:0 paging 0 debug:1
IP:0.0.0.0 0 Unknown 0 keepalive 0 max_line 0
cme_router#
I know that persistance pays off but this is driving me crazy.
Can someone please advise
10-10-2014 06:54 AM
try no create cnf-files
create cnf-files
see if that gives you anything different
10-10-2014 10:29 PM
Thanks Michael. I had tried that already. Much appreciated though
10-16-2014 06:37 AM
post the output from "debug tftp event/ debug tftp packet", when you reset the phone, and lets see what happened, trust me the above command is very helpful when troublshooting CME phone registration.
10-10-2014 07:04 AM
What phone is displaying on its screen ? can you attach cme config (You can remove ip details).
Otherwise try to reconfigure ephone with different ephone tag and attach "debug tftp events"
Suresh
10-10-2014 10:11 PM
Phone goes into a constant loop of:-
Configuring vlan, configuring CM List, then configuring IP
Switch can ping router/tftp(same IP address)
Can ping phone from router ok.
CME configuration is:
cme_router#sh telephony-service
CONFIG (Version=3.3)
=====================
Version 3.3
Cisco CallManager Express
For on-line documentation please see:
www.cisco.com/univercd/cc/td/doc/product/access/ip_ph/ip_ks/index.htm
ip source-address 192.168.0.12 port 2000
load 7912 CP7912060000SCCP050124A.sbin
max-ephones 4
max-dn 5
max-conferences 4 gain -6
dspfarm units 0
dspfarm transcode sessions 0
hunt-group report delay 1 hours
max-redirect 5
dialplan-pattern 1 0280070300 extension-length 4 extension-pattern 1001
time-format 24
date-format dd-mm-yy
timezone 0 Greenwich Standard Time
keepalive 30
timeout interdigit 10
timeout busy 10
timeout ringing 180
caller-id name-only: enable
web admin system name admin password TrustNo1
web admin customer name Customer
edit DN through Web: enabled.
edit TIME through web: enabled.
Log (table parameters):
max-size: 150
retain-timer: 15
create cnf-files version-stamp 7960 Oct 11 2014 02:13:01
local directory service: enabled.
debug tftp events not work after configuring ephone with different tag
HTH :)
10-10-2014 08:11 AM
it looks like phones do not have ip addresses
sh ip dhcp bin
sh logg
sh ip dhc con
10-10-2014 07:53 PM
Thanks Tagir for your reply.
10-10-2014 08:03 PM
switch on logging
conf t
logg buff deb 100000
exi
wr
clea logg
disconnect and connect phones
sh logg
10-10-2014 08:06 PM
is this phone supported?
conf t
telephony-serv
ephone 10
type ?
10-12-2014 03:33 AM
Sorry for the late reply. Didn't see your second post.
Used your commands but ephone command not available under telephony-service.
10-12-2014 07:05 AM
Ephone goes under global config not telephony-service. Try removing your load command and see if that helps. If you are not seeing any TFTP events then there is a communication issue between the phone and TFTP server. I would recommend posting the full running config if you want to get this problem resolved.
10-16-2014 02:19 AM
10-16-2014 08:14 AM
ip dhcp pool Voice_Scope network 192.168.2.0 255.255.255.0 default-router 192.168.0.12
must be default-router 192.168.2.2
I also do foolprof config
I do add option 150 to data network to
10-16-2014 08:35 AM
Here are some changes I would suggest making:
!(removed .sbin on the alias)
tftp-server flash:CP7912060000SCCP050124A.sbin alias CP7912060000SCCP050124A
!(changed source address to your voice VLAN and specified load with new alias)
telephony-service
no ip source-address 192.168.0.12 port 2000
ip source-address 192.168.2.2 port 2000
load 7912 CP7912060000SCCP050124A
!(Recommend to specify this interface as the h323 gateway)
interface FastEthernet0/0.2
h323-gateway voip interface
h323-gateway voip bind srcaddr 192.168.2.2
Also make sure your files are available with tftp-server which looks like this for a different phone model:
tftp-server flash:apps42.9-2-1TH1-13.sbn
tftp-server flash:cnu42.9-2-1TH1-13.sbn
tftp-server flash:cvm42sccp.9-2-1TH1-13.sbn
tftp-server flash:dsp42.9-2-1TH1-13.sbn
tftp-server flash:jar42sccp.9-2-1TH1-13.sbn
tftp-server flash:SCCP42.9-2-1S.loads
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide