ports/net/openh323proxy/files/patch-ac
Roger Hardiman dae7c4389d Add OpenH323 Proxy. This is based on OpenGatekeeper and adds H323
Proxy functions.

This means you can use H323 clients (like OhPhone and NetMeeting)
through FireWalls and with NAT.
2000-11-22 17:51:42 +00:00

30 lines
885 B
Text

*** Log.cxx.orig Mon Oct 16 14:39:43 2000
--- Log.cxx Wed Nov 22 13:59:51 2000
*************** OpengateLog::OpengateLog() : Cfg("Log")
*** 66,72 ****
PTime now;
PString DateStamp = now.AsString("hh:mm:ss dd/MM/yyyy");
PString StartupMsg = "Starting logging: ";
! LogFilename = Cfg.GetString("File", "OpengateLog.txt");
// Check to see if logging has been requested
// If none then do not open log file
--- 66,72 ----
PTime now;
PString DateStamp = now.AsString("hh:mm:ss dd/MM/yyyy");
PString StartupMsg = "Starting logging: ";
! LogFilename = Cfg.GetString("File", "opengate_proxy.log");
// Check to see if logging has been requested
// If none then do not open log file
*************** void OpengateLog::LogH245Msg(const H245_
*** 268,271 ****
}
WriteTrailer();
}
! }
--- 268,271 ----
}
WriteTrailer();
}
! }