Cisco 7912G incoming call

Hi guys,
I successfully flashed a Cisco 7912G to SIP with FW CP7912080000SIP060111A.sbin
I can call out from the phone, but I can’t answer incoming calls
Picking up the headset does nothing, and I don’t have a soft key to answer
Here is my gk configuration file:

#txt
UIPassword:1234
upgradecode:3,0x601,0x0400,0x0100,0.0.0.0,69,0x060111A,CP7912080000SIP060111A.sbin
dhcp:1
Proxy:<server_IP>
AltProxyTimeOut:0
UID:3103
PWD:<password>
LoginID:3103
UseLoginID:0
SIPPort:5060
SIPRegInterval:3600
SIPRegOn:1
MaxRedirect:5
OutBoundProxy:0
RxCodec:2
TxCodec:2
MsgRetryLimits:0x00000000
AudioMode:0x00000011
NumTxFrames:2
ConnectMode:0x00000010
TimeZone:20
NTPIP:0.0.0.0
AltNTPIP:0.0.0.0
DNS1IP:0.0.0.0
DNS2IP:0.0.0.0
UseTftp:1
TftpURL:<TFTP_IP>
CfgInterval:3600
EncryptKey:0
NPrintf:0
TraceFlags:0x00000000
IPDialPlan:1
DialPlan:911|1>#t8.r9t2-|0>#t811.rat4-|^1t4>#.-
RingOnOffTime:2,4,25
DialTone:2,31538,814,30831,2032,0,0,0,0,0,0  
DialTone2:2,30743,1384,29864,1252,0,0,0,0,0,0	
BusyTone:2,30467,1104,28959,1404,1,4000,4000,0,0,0
ReorderTone:0,2,30467,1104,28959,1404,0,0,1,2000,2000,0,0,0,0,0,0
RingBackTone:2,30831,2032,30467,1104,1,16000,32000,0,0,0
CallWaitTone:1,30831,2412,0,0,1,2400,2400,0,0,4800
NATIP:0.0.0.0
MediaPort:16384
TOS:0x000060b8
SigTimer:0x01418064
OpFlags:0x00000002
VLANSetting:0x0000002b
NatServer:0
NatTimer:0
CallForwardNumber:0
VoiceMailNumber:0
CallFwdBusyNumber:0
DisplayName:0
ShortName:Office 3
TimeFormat:h:ia
DateFormat:m-d-y
DoNotDisturb:0
BlockCallerId:0
CallWaiting:1
AttendedTransfer:1
BlindTransfer:1
Conference:1
BlockAnonymous:0
ForwardToVMDelay:20
CallPrefGuiShow:0xffffffff
CallPrefGuiSet:0xffffffff

Is there anything I missed?
Thanks

If it’s anything like the 78xx model, we were able to get it working. I can send the whole xml file, but it’s pretty large. Just looking, I see one difference…

<proxy>USECALLMANAGER</proxy>
...
      <callManagerGroup>  
         <members>  
            <member priority="0">  
               <callManager>  
                  <ports>  
                     <ethernetPhonePort>2000</ethernetPhonePort>  
                     <sipPort>5060</sipPort>  
                     <securedSipPort></securedSipPort>  
                  </ports>  
                  <processNodeName>172.18.96.138</processNodeName>  
               </callManager>  
            </member>  
         </members>  
      </callManagerGroup>

Thanks for the reply
I don’t think it is the same
All the configuration is done in the gk file, not in an xml file…