Skinny help

Hello. I am trying to get a Cisco 7912G phone to work on asterisk 1.2.7.1. I can get the phone to register:

[quote]Device SEP001120B4517B is attempting to register
– Device ‘test2000’ successfuly registered
Requesting capabilities
Received CapabilitiesRes
Buttontemplate requested
Sending 12SP template to 120@test2000 (7912)
Recieved SoftKey Template Request
Received SoftKeySetReq
Received LineStateReq
RECEIVED UNKNOWN MESSAGE TYPE: 34
RECEIVED UNKNOWN MESSAGE TYPE: 2d
Received Time/Date Request[/quote]

But when I attempt to place a call to it, asterisk crashes:

[quote]Received Time/Date Request
– Executing Dial(“SIP/5556-e0c6”, “Skinny/120@test2000”) in new stack
Found device: test2000
– skinny_request(120@test2000)
– Skinny cw: 0, dnd: 0, so: 0, sno: 0
skinny_new: tmp->nativeformats=4 fmt=4
– skinny_call(Skinny/120@test2000-4)
Trying to send: '?'
Displaying message '?'
Displaying Prompt Status ‘Ring-In’
– Called 120@test2000
– Skinny/120@test2000-4 is ringing
– Skinny/120@test2000-4 answered SIP/5556-e0c6
Recieved Open Recieve Channel Ack
ipaddr = 192.168.0.8:16384
localhost*CLI>
Disconnected from Asterisk server[/quote]

This is what my skinny.conf looks like:

[quote][test2000]
device=SEP001120B4517B
model=7912
callerid=“Cisco 7912G” <2000>
context=default
version=051117A
line=> 120
[/quote]

Also, I can pick up the handset on the phone and asterisk sees that, but it doesn’t seem to see any digits that I am dialing

[quote]Attempting to Clear display on Skinny 120@test2000
skinny_new: tmp->nativeformats=4 fmt=4
– Starting simple switch on '120@test2000’
Skinny 120@test2000 went on hook
Skinny(120@test2000): waitfordigit returned < 0
skinny_hangup(Skinny/120@test2000-2) on 120@test2000[/quote]

Anyone have any thoughts on this? Thanks in advance!