[GnomeMeeting-list] Patch for GM for the new OpenH323 API
- From: "Roger Hardiman" <roger telepresence dmem strath ac uk>
- To: <gnomemeeting-list gnome org>
- Subject: [GnomeMeeting-list] Patch for GM for the new OpenH323 API
- Date: Mon, 4 Feb 2002 10:22:34 -0000
Hi Damien,
The patch to make GM work with the new OpenH323 libs is really simple
In connection.cpp just change
:H323Connection(ep, callReference, 1, !o->ht)
to
:H323Connection(ep, callReference)
The two flags, for disable fast start and disable tunneling were
already set in the EndPoint class in GMH323Endpoint::Initialise()
And the H323Connection() code uses these two flags.
(it looks them up with the 'ep' parameter)
This is the way we should have been doing it all along.
With this change, GM can run with both the OLD libraries
and the NEW ones.
Roger
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]