mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 11:29:15 -04:00
Proxy functions. This means you can use H323 clients (like OhPhone and NetMeeting) through FireWalls and with NAT.
30 lines
885 B
Text
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();
|
|
}
|
|
! }
|