H323 installation

i m using asterisk 1.2.4 and i wish to add on the H323 protocol in my asterisk. I have install the asterisk-addons and using the install the ooh323c inside the asterisk-addons. but i still cannt get the CLI command h323 inside the console.

Can anybody guide me a proper way to install this h323 channel?

Thanks

Do you add the line
load => chan_oh323.so
in the /etc/asterisk/modules.conf file?
It may help… Or you can load the module via the cli interface by using
load chan_oh323.so
command