Hello all, Encouraged by the successful "demo", I'am getting on with Asterisk CVS. I added 2 H.323 extensions in extensions.conf [default] include => demo exten => 701,1,Dial(H323/gm2@192.168.1.20/s) exten => 702,1,Dial(H323/gm2@192.168.1.25/s) With: - [demo] is defined by default in sample.extensions.conf - Asterisk server is running on host 192.168.1.20, on the same host of a H.323 client (GnomeMeeting). When I tried to make a call from GnomeMeeting like this: callto://192.168.1.20 I got the instructions in the "demo" menu but I can't place any call to the extension "702". Did I do something wrong here, please ? -- Truong <tphuong@wol.be>
Jeremy McNamara
2003-May-23 17:06 UTC
[Asterisk-Users] How to define an extension for chan_h323
callto://702@192.168.1.20 Jeremy McNamara Truong wrote:>Hello all, > >Encouraged by the successful "demo", I'am getting on with Asterisk CVS. > >I added 2 H.323 extensions in extensions.conf > >[default] > >include => demo > >exten => 701,1,Dial(H323/gm2@192.168.1.20/s) >exten => 702,1,Dial(H323/gm2@192.168.1.25/s) > > >With: > - [demo] is defined by default in sample.extensions.conf > - Asterisk server is running on host 192.168.1.20, on the same host of > a H.323 client (GnomeMeeting). > >When I tried to make a call from GnomeMeeting like this: > callto://192.168.1.20 > >I got the instructions in the "demo" menu but I can't place any call to >the extension "702". > >Did I do something wrong here, please ? > > > >