Hi list! I was going to try out gnome meeting, since asterisk can also do h323. I am used to kphone (sip) where i just entered my sip accoutn info and then i was conneted to the asterisk server and i could recive calls :) What about gnomemeeting? Same principle? What about the gatekeeper seetings? Is the asterisk host supposed to be my "gatekeeper"? If yes, how do i get asterisk to listen on the h323 port 1720? shouldnt this do?: h323.conf: --- [general] port = 1720 bindaddr = 0.0.0.0 disallow=all allow=gsm And how do i debug h323? debug h323 is not a valid command. ;) Just push me into the right direction, that would be great! Thanks, Mario
asterisk@bortal.de a ?crit :>Hi list! > >I was going to try out gnome meeting, since asterisk can also do h323. >I am used to kphone (sip) where i just entered my sip accoutn info and >then i was conneted to the asterisk server and i could recive calls :) >What about gnomemeeting? Same principle? >What about the gatekeeper seetings? Is the asterisk host supposed to be my >"gatekeeper"? > >No. I never tried with a direct EP like GM. My asterisk is connected to GnuGK and my H323 EP are connected there. Then I can call from each SIP EP any H323 EP and my H323 GW.>If yes, how do i get asterisk to listen on the h323 port 1720? > >shouldnt this do?: >h323.conf: >--- > [general] > port = 1720 > bindaddr = 0.0.0.0 > disallow=all > allow=gsm > > >And how do i debug h323? debug h323 is not a valid command. ;) > >h.323 debug Please type help in your CLI to find command syntax.>Just push me into the right direction, that would be great! > >Done.>Thanks, Mario > > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >
On Thu, 2004-09-23 at 09:24, administrator tootai wrote:> No. I never tried with a direct EP like GM. My asterisk is connected to > GnuGK and my H323 EP are connected there. Then I can call from each SIP > EP any H323 EP and my H323 GW.Does video work between SIP and H.323 EPs? -- Florin Andrei http://florin.myip.org/
I use Gnomemeeting directly with Asterisk. h323.conf: [general] port = 1720 bindaddr = 0.0.0.0 disallow=all allow=ilbc allow=gsm allow=alaw allow=ulaw [arkadi] type=user host=62.85.6.146 context=from-h323 extensions.conf: exten => 6000,1,Dial(H323/arkadi@lithium.bad.lv) arkadi.> asterisk@bortal.de a ?crit : > > >Hi list! > > > >I was going to try out gnome meeting, since asterisk can also do h323. > >I am used to kphone (sip) where i just entered my sip accoutn info and > >then i was conneted to the asterisk server and i could recive calls :) > >What about gnomemeeting? Same principle? > >What about the gatekeeper seetings? Is the asterisk host supposed to be my > >"gatekeeper"?