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/openmcu.ini.sample | |
parent | It works on amd64. (diff) |
- Update to 2.1.1
- Take maintainership
- portlint(1)
PR: 95473
Submitted by: Joerg Pulz <Joerg.Pulz___frm2.tum.de>
Notes
Notes:
svn path=/head/; revision=159181
Diffstat (limited to 'net/openmcu/files/openmcu.ini.sample')
-rw-r--r-- | net/openmcu/files/openmcu.ini.sample | 13 |
1 files changed, 13 insertions, 0 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 + |