Cisco 7921G 1 registers, 1 doesn't

I have 2 Cisco 7921G’s 1 will register to Asterisk and 1 will not.

This is the message I get in Asterisk.

-- SCCP: >> Got message AlarmMessage
-- SCCP: Alarm Message: Severity: Informational (2), Name=SEP001F9E8B36A9 Load=CP7921G-MFG-A.7 Last=Phone-Reg-Rej [67584/-1876025428]
-- SCCP: >> Got message RegisterMessage
-- SEP001F9E8B36A9: is registering, Instance: 1, Type: unknow (365), Version: 11
-- SCCP: Looking for device SEP001F9E8B36A9 in realtime. look at table: sccpdevice
-- SCCP: Device SEP001F9E8B36A9 not found
-- SEP001F9E8B36A9: Rejecting device: not found
-- SCCP: Old session marked down
-- SCCP: Killing Session 172.31.46.144

What does “look at table: sccpdevice” mean? I have posted my sccp.conf file is that what it is referring to?

Here is my sccp.conf file:

[general]
keepalive=30
context=internal
dateFormat=D.M.YA
bindaddr=172.31.7.25
port=2000
debug=0
accountcode=skinny
callwaiting_tone=0x2d
language=en
echocancel=on
silencesuppression=off
cfwdall=on
cfwdbusy=on
private=no
dnd=on
mwioncall=on

[devices]
type=7921
description=Cisco Wireless 2
tzoffset=0
autologin=6007
device=SEP001F9E8B36A9

type=7921
description=Cisco Wireless
tzoffset=0
autologin=6006
device=SEP001F9E8B36BB

[lines]
id=6007
pin=6007
label=6007
description=Cisco Wireless 2
context=default
callwaiting=1
incominglimit=2
mailbox=6007
vmnum=6050
cid_name=Cisco Wireless 2
cid_num=6007
line=6007

id=6006
pin=6006
label=6006
description=Cisco Wireless
context=default
callwaiting=1
incominglimit=2
mailbox=6006
vmnum=6050
cid_name=Cisco Wireless
cid_num=6006
line=6006

Line=6006 registers and makes calls just fine.
Line=6007 does not register at all.

Any help will be greatly appreciated.

I found my problem. When Asterisk is restarted throught GUI (AsteriskNOW) it did not reload the sccp.conf file. Restarted Asterisk from the command line and problem solved!