ooh323 is not working

Hi,
I have installed asterisk 1.4 on fedora core 5 and I have also installed addons for that version including ooh323.

this is my h323.conf settings

[general]
port=1720
bindaddr=0.0.0.0
gateway=no
h323id=ObjSysAsterisk
e164=100
callerid=asterisk
gatekeeper = DISABLE
disallow=all
allow=g729
allow=gsm
allow=ulaw

[outgoing]
type=peer
host=86.62.11.43
canreinvite=no
disallow=all
allow=ulaw
allow=alaw
allow=g729
nat=no

and this is my extentions.conf
[incoming]
exten => 111,1,Answer()
exten => 111,2,Echo()
exten => 111,3,Hangup()
exten => 222,1,Dial(SIP/654321)
exten => 333,1,Dial(H323/outgoing)

when i dial 333 from any IAX2 phone I got on CLI

– Accepting AUTHENTICATED call from 86.62.11.43:
> requested format = gsm,
> requested prefs = (),
> actual format = ulaw,
> host prefs = (ulaw|alaw|g729),
> priority = mine
– Executing [333@incoming:1] Dial(“IAX2/123456-1”, “H323/outgoing”) in new stack
[Jan 22 03:52:33] WARNING[2585]: channel.c:2910 ast_request: No channel type registered for ‘H323’
[Jan 22 03:52:33] WARNING[2585]: app_dial.c:1081 dial_exec_full: Unable to create channel of type ‘H323’ (cause 66 - Channel not implemented)
== Everyone is busy/congested at this time (1:0/0/1)
[Jan 22 03:52:43] WARNING[2585]: pbx.c:2460 __ast_pbx_run: Timeout, but no rule ‘t’ in context ‘incoming’
– Hungup ‘IAX2/123456-1’

When I use module load on CLI I got
module load chan_ooh323.so
[Jan 22 04:06:45] WARNING[2361]: loader.c:597 load_resource: Module ‘chan_ooh323.so’ already exists.

When I use core show channels i did’t find H323 in channels list
CLI> core show channeltypes
Type Description Devicestate Indications Transfer


MGCP Media Gateway Control Protocol (MGCP) yes yes no
SIP Session Initiation Protocol (SIP) yes yes yes
Skinny Skinny Client Control Protocol (Skinny) no yes no
Console OSS Console Channel Driver no yes no
Feature Feature Proxy Channel Driver no yes no
Local Local Proxy Channel Driver yes yes no
IAX2 Inter Asterisk eXchange Driver (Ver 2) yes yes yes
Phone Standard Linux Telephony API Driver no yes no
Agent Call Agent Proxy Channel yes yes no

9 channel drivers registered.

Can any one help and guide me. what i have to do know