freeswitch-stable: rename configuration file
[feed/telephony.git] / net / freeswitch-stable / files / freeswitch.conf
diff --git a/net/freeswitch-stable/files/freeswitch.conf b/net/freeswitch-stable/files/freeswitch.conf
new file mode 100644 (file)
index 0000000..d7c591a
--- /dev/null
@@ -0,0 +1,23 @@
+
+config freeswitch 'general'
+       option enabled '0'
+       option user 'freeswitch'
+       option group 'freeswitch'
+       option log_stderr '1'
+       option log_stdout '1'
+       option options '-nonat -np'
+
+config freeswitch 'directories'
+       option cache '/tmp/freeswitch/cache'
+       option db '/tmp/freeswitch/db'
+       option log '/tmp/freeswitch/log'
+       option recordings '/tmp/freeswitch/recordings'
+       option storage '/tmp/freeswitch/storage'
+       option temp '/tmp/freeswitch/temp'
+
+config freeswitch 'hotplug'
+       #option interface 'wan'
+       #option mount_point '/mnt/usb'
+       option ntpd '0'
+       option timeout '60'
+