Setting up H323 Phones with Asterisk

Hi,

I am trying to setup an “Innovaphone IP 202” with Asterisk. It supports H323 codec. After Setting up h323.conf like :

[general]
port = 1720
bindaddr = 0.0.0.0
allow=all
context=default
;
[basty1]
type=user
host=172.16.111.111
context=test2
incominglimit=4
prefix=6666

and extensions.conf like :
[test2]
exten => 6666,1,Dial,H323(172.16.111.111)

I am reciving errors like :
== Starting H323/ip$172.16.111.111:2098/1 at default,ip$172.16.1.50:1720,1 failed so falling back to exten ‘s’

Aug 24 10:07:08 WARNING[585]: channel.c:1970 ast_request: No channel type registered for 'Console’
Aug 24 10:07:08 NOTICE[585]: app_dial.c:777 dial_exec: Unable to create channel of type ‘Console’

I cant hear anything tho. Is there any how-to available to setup h323 ? Thanks much!

Greetings,
Basty