[GnomeMeeting-list] Patch for GM for the new OpenH323 API



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]