h323 <-> SIP

How to call from SIP to H323 via Asterisk?
Thank you.

have you installed a H323 channel driver ?

the simple answer is “Dial(/|timeout|option)” … e.g. Dial(H323/usera|30|Tt)

Thank you, I’ve got it. Now I have another question - about vocoders convertion in case of SIP and H323.

[quote=“baconbuttie”]have you installed a H323 channel driver ?

the simple answer is “Dial(/|timeout|option)” … e.g. Dial(H323/usera|30|Tt)[/quote]

mr baconbuttie…
iam newbie in asterisk, can you help me step by step how to configure it…

iam use :
asterisk-1.4.4
pwlib_v1_10_3
openh323_v1_19_0_1

what more package that i needed ?

i have tried to install asterisk-1.4.4 and successfuly
also tried to install pwlib and successfuly too
but when i try to install openh323 show this problem …

[root@localhost openh323_v1_19_0_1]# make
make P_SHAREDLIB=1 opt
make[1]: Entering directory /usr/local/src/openh323_v1_19_0_1' make -C src opt make[2]: Entering directory/usr/local/src/openh323_v1_19_0_1/src’
g++ -D_REENTRANT -Wall -fPIC -DPIC -DPTRACING -I/usr/local/src/openh323_v1_19_0_1/include -I/usr/local/src/pwlib_v1_10_3//include -Os -felide-constructors -c h323ep.cxx -o /usr/local/src/openh323_v1_19_0_1/lib/obj_linux_x86_r/h323ep.o
/usr/local/src/openh323_v1_19_0_1/include/h4601.h: In member function âH460_FeatureContent::operator H460_FeatureTable*()â:
/usr/local/src/openh323_v1_19_0_1/include/h4601.h:292: warning: type-punning to incomplete type might break strict-aliasing rules
h323ep.cxx: In member function âPNatMethod* H323EndPoint::GetPreferedNatMethod(const PIPSocket::Address&)â:
h323ep.cxx:3211: error: âclass PNatStrategyâ has no member named âGetNATListâ
h323ep.cxx:3215: error: âclass PNatMethodâ has no member named âGetNatMethodNameâ
make[2]: *** [/usr/local/src/openh323_v1_19_0_1/lib/obj_linux_x86_r/h323ep.o] Error 1
make[2]: Leaving directory /usr/local/src/openh323_v1_19_0_1/src' make[1]: *** [opt] Error 2 make[1]: Leaving directory/usr/local/src/openh323_v1_19_0_1’
make: *** [optshared] Error 2

what should i do ??