Skinny with Asterisk (Cisco 7905)

Here’s my issue, I have chan_skinny with my Cisco 7905G partially running. This is the error I get in the console

Collected digit: [8] No owner: 200 Collected digit: [8] No owner: 200 Collected digit: [5] No owner: 200 Collected digit: [5] No owner: 200 Collected digit: [5] No owner: 200 asterisk1*CLI>

Whenever i press digits on the phone, it’s giving me a “no owner” error. I just can’t dial out or get a dialtone.

I can dial from a SIP softphone to this skinny hardphone and it will dial, but i can’t answer the call.

Here’s my extensions and my skinny.conf

Extensions:

exten => 200,1,NoOp 
exten => 200,1,Dial(Skinny/200@omgphone) 
exten => 200,103,Congestion 

skinny.conf

;
; Skinny Configuration for Asterisk
;
[general]
port = 2000 		; Port to bind to, default tcp/2000
bindaddr = 192.168.0.122	; Address to bind to
dateFormat = M-D-Y      ; M,D,Y in any order (5 chars max)
keepAlive = 120	


; Typical config for a 7910
[omgphone]
device=SEP000BBE3B99B8
version=021114C
context=default
host=192.168.0.108
line => 200

If it helps, I am using Trixbox (asterisk@home). Sory for lack of info, let me know if you need more.

Thanks!
Zim