diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-09 01:09:45 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-09 01:09:45 +0000 |
commit | 43159629f42764aada04ac414a35d1ffb533b983 (patch) | |
tree | 70f425b62bedeb5908074b22cb96b3c5bc18cf2e /net/openmcu/files | |
parent | 261a8aa32fff319c091e6a768c71078b8a7c1d91 (diff) |
Notes
Diffstat (limited to 'net/openmcu/files')
-rw-r--r-- | net/openmcu/files/openmcu.ini.sample | 13 | ||||
-rw-r--r-- | net/openmcu/files/patch-main | 19 |
2 files changed, 13 insertions, 19 deletions
diff --git a/net/openmcu/files/openmcu.ini.sample b/net/openmcu/files/openmcu.ini.sample new file mode 100644 index 000000000000..2b699b0dff62 --- /dev/null +++ b/net/openmcu/files/openmcu.ini.sample @@ -0,0 +1,13 @@ +[Parameters] +Password= +Log Level=2 +HTTP Certificate=%%EXAMPLESDIR%%/%%PORTNAME%%/server.pem +HTTP Port=1420 +Gatekeeper Mode=Find gatekeeper +Interface Array Size=0 +Default room=room101 +Connecting WAV File=%%EXAMPLESDIR%%/%%PORTNAME%%/connecting.wav +Entering WAV File=%%EXAMPLESDIR%%/%%PORTNAME%%/entering.wav +Leaving WAV File=%%EXAMPLESDIR%%/%%PORTNAME%%/leaving.wav +Call log filename=/var/log/%%PORTNAME%%/%%PORTNAME%%_call.log + diff --git a/net/openmcu/files/patch-main b/net/openmcu/files/patch-main deleted file mode 100644 index d5edeaf0f5f7..000000000000 --- a/net/openmcu/files/patch-main +++ /dev/null @@ -1,19 +0,0 @@ -*** main.cxx.orig Thu Aug 28 08:27:00 2003 ---- main.cxx Thu Aug 28 08:27:11 2003 -*************** -*** 261,267 **** - #include "speexcodec.h" - #ifndef NO_VIDEO - #include "h261codec.h" -! #include "videoio.h" - #endif - #include "main.h" - ---- 261,267 ---- - #include "speexcodec.h" - #ifndef NO_VIDEO - #include "h261codec.h" -! //#include "videoio.h" - #endif - #include "main.h" - |