[Asterisk-Users] chan_h323 and extensions.conf
Jeremy McNamara
jj at indie.org
Mon May 26 09:34:44 MST 2003
Turn on h.323 debug. Double check your config. Make sure you have
compatible codec's on both ends.
Also, chan_h323 does not do anything with a 'peer' so your type=friend
only really mans user.
Jeremy McNamara
Truong wrote:
>Hi all,
>
>I try to ask helps again about chan_h323 extensions.
>
>I define this in h323.conf:
>
> [general]
> port = 1720
> bindaddr = 0.0.0.0
> allow=gsm
> allow=ulaw
> gatekeeper = DISABLE
>
> context=default
>
> [gm1]
> type=friend
> host=192.168.1.20
> context=default
>
> [gm2]
> type=friend
> host=192.168.1.25
> context=default
>
>
>and I have in extensions.conf :
>
> [demo]
> ...
>
> [default]
>
> include => demo
> exten => 1020,1,Dial(H323/gm1 at 192.168.1.20)
> exten => 1025,1,Dial(H323/gm2 at 192.168.1.25)
>
>
>Then from a H.323 client 192.168.1.25 I try to place a call:
>
> callto://1020@192.168.1.20
>
>(Asterisk runs on host 192.168.1.20, and a H.323 client is waiting calls)
>
>But it doesn't work !
>
>Any idea, please ?
>
>
>
>
>
More information about the asterisk-users
mailing list