diff options
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 + |