On Fri, 2005-03-18 at 20:33 +0100, Stefan Stolz wrote:
> Hello,
>
> i tried to configure Gnomemeeting for Asterisk, because its, how it looks,
the
> only tool which gifes me all i want for the use in linux...
>
> I have allready installed and running h323 support in asterisk and edited
the
> h323.conf.
> But i have no chance to configure Gnomemeeting that it connects with
Asterisk!
> I found also nothing useful in the web....
> Can anyone tell me what settings in GnomeMeeting i must take, that Asterisk
> can lead calls to GnomeMeeting and GnomeMeeting leads calls to Asterisk?
> It looks like that the settings for "Gatekeeper" arent right :-(
>
> Thanks!
>
> - --
> Gr?sse
> Stolzi
If you run * without gatekeeper (e.g. gnugk), disable it in h323.conf
and configure gnomemeeting to use * as a proxy (Gateway/Proxy Settings).
Then, for calling out, specify an appropriate (default) context in
h323.conf.
To receive calls with GM, you have to add a line like
exten => yourexten,1,Dial(OH323/yourip:1720)
to the context which handles your incoming calls.
'yourexten' here is the extension under which your client should be
reachable (which can be a number or the 's' default), and
'yourip' the
IP address or domain name of the machine on which the GM client is
running.
Regards, Bruno.