Asterisk with H323 gateway support

Hai ,
I have installed Asterisk 1.4 with H323 support.
I could make a call from openphone to Asterisk IP address.
But i need to configure Asterisk as a H.323 gateway.For that what addtions to do in h323.conf and extenson.conf.

Thanks & Regards
Bincy k philip

Gateway as in allow others to send traffic to it and then terminate it for them ? You can set up authentication h323.conf like you would in sip.conf. The same goes for extensions.conf

Hai,

Thanks for the reply…

i have added these cotents

h.323.conf

[200]
type=h323
context=tutorial

[201]
type=h323
context=tutorial

and extensions.conf with

[tutorial]
exten => 200,1,Dial(h323/200)

exten => 201,1,Dial(h323/201)

But the call is established between H323 endpoint(200/201) with Asterisk.
Call is cant establish between 200 and 201 using h323 gateway.

What other changes have to done.?

Thanks & Regards
Bincy K Philip

I have never had such a set up so I can’t say for sure. What happens when you try to call from one phone to another ?