Problems implementing H323 with Asterisk 1.4.22

Hello,

I am trying to get H323 support working in Asterisk but I am stuck. The channel is installed:

[quote]c1213s02*CLI> core show channeltypes
Type Description Devicestate Indications Transfer
---------- ----------- ----------- ----------- --------

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

10 channel drivers registered.[/quote]

However, when I tried making a call from a SIP Device I am getting this error:

[quote]
[Dec 16 09:47:17] WARNING[22104]: channel.c:3051 ast_request: No channel type registered for ‘H323’
[Dec 16 09:47:17] WARNING[22104]: app_dial.c:1242 dial_exec_full: Unable to create channel of type ‘H323’ (cause 66 - Channel not implemented)[/quote]

Any ideas?

Thanks a lot

Ekabong

bump

Please don’t leave me hanging!

Perhaps the channel type name is OOH323 instead of H323 ?

Cheers.

Marco Bruni

[quote=“mbruni”]Perhaps the channel type name is OOH323 instead of H323 ?

Cheers.

Marco Bruni[/quote]

Thanks for that at least it got me thinking because I am using A2Billing and in the Trunk setting it was asking to put either SIP, IAX or H323 and I just put H323 instead of OOH323. I forgot that they are 3 different flavours of H323.

Thanks again.