Browse Source

- more commented out options added to the cfg

Andrei Pelinescu-Onciul 20 years ago
parent
commit
ede3897b7b
1 changed files with 14 additions and 0 deletions
  1. 14 0
      etc/ser.cfg

+ 14 - 0
etc/ser.cfg

@@ -9,6 +9,8 @@
 #debug=3         # debug level (cmd line: -dddddddddd)
 #fork=yes
 #log_stderror=no	# (cmd line: -E)
+#memlog=5 # memory debug log level
+#log_facility=LOG_LOCAL0 # sets the facility used for logging (see syslog(3))
 
 /* Uncomment these lines to enter debugging mode 
 fork=no
@@ -21,6 +23,18 @@ rev_dns=no      # (cmd. line: -R)
 #port=5060
 #children=4
 fifo="/tmp/ser_fifo"
+#user=ser
+#group=ser
+#fifo_user=ser # owner of the ser fifo
+#fifo_group=ser
+#fifo_mode=0660 # fifo's permissions
+#disable_core=yes #disables core dumping
+#open_fd_limit=1024 # sets the open file descriptors limit
+#mhomed=yes  # usefull for multihomed hosts, small performance penalty
+#disable_tcp=yes 
+#tcp_accept_aliases=yes # accepts the tcp alias via option (see NEWS)
+
+#
 
 # ------------------ module loading ----------------------------------