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