Browse Source

fix some typos; accouting -> accounting

Alfred E. Heggestad 17 years ago
parent
commit
0ee79c0450
4 changed files with 8 additions and 8 deletions
  1. 3 3
      doc/presence/cfg/ps.cfg
  2. 1 1
      etc/ser-basic.cfg
  3. 1 1
      etc/ser-oob.cfg
  4. 3 3
      etc/ser.cfg

+ 3 - 3
doc/presence/cfg/ps.cfg

@@ -80,7 +80,7 @@ loadmodule "/home/kubartv/SER/lib/ser/modules/dialog.so"
 
 
 # ----------------- setting script FLAGS -----------------------------
 # ----------------- setting script FLAGS -----------------------------
 flags
 flags
-  FLAG_ACC         : 1  # include message in accouting
+  FLAG_ACC         : 1  # include message in accounting
 
 
 avpflags
 avpflags
   dialog_cookie;        # handled by rr module
   dialog_cookie;        # handled by rr module
@@ -132,7 +132,7 @@ modparam("ctl", "fifo", "fifo:/tmp/ser_fifo")
 # failed transactions (=negative responses) should be logged to
 # failed transactions (=negative responses) should be logged to
 modparam("acc_db", "failed_transactions", 1)
 modparam("acc_db", "failed_transactions", 1)
 
 
-# comment the next line if you dont want to have accouting to DB
+# comment the next line if you dont want to have accounting to DB
 modparam("acc_db", "log_flag", "FLAG_ACC")
 modparam("acc_db", "log_flag", "FLAG_ACC")
 
 
 # -- tm params --
 # -- tm params --
@@ -263,7 +263,7 @@ route[RR]
 		# this is more for demonstration purpose as this could
 		# this is more for demonstration purpose as this could
 		# also be solved without RR cookies.
 		# also be solved without RR cookies.
 		# Note: this means all in-dialog request will show up in the
 		# Note: this means all in-dialog request will show up in the
-		# accouting tables, so prepare your accounting software for this ;-)
+		# accounting tables, so prepare your accounting software for this ;-)
 		if ($account == "yes") {
 		if ($account == "yes") {
 			setflag(FLAG_ACC);
 			setflag(FLAG_ACC);
 		}
 		}

+ 1 - 1
etc/ser-basic.cfg

@@ -2,7 +2,7 @@
 # $Id$
 # $Id$
 #
 #
 # This a very basic config file w aliases and anamed route but
 # This a very basic config file w aliases and anamed route but
-# w/o authentication, accouting, database, multi-domain support etc.
+# w/o authentication, accounting, database, multi-domain support etc.
 # Please refer to ser.cfg for a more complete example
 # Please refer to ser.cfg for a more complete example
 #
 #
 
 

+ 1 - 1
etc/ser-oob.cfg

@@ -749,7 +749,7 @@ route[LOOSE_ROUTE]
 		# This is more for demonstration purpose as this could
 		# This is more for demonstration purpose as this could
 		# also be solved without RR cookies.
 		# also be solved without RR cookies.
 		# Note: this means all in-dialog request will show up in
 		# Note: this means all in-dialog request will show up in
-		# the accouting tables, so prepare your accounting software
+		# the accounting tables, so prepare your accounting software
 		# for this.
 		# for this.
 		if ($account == "yes") {
 		if ($account == "yes") {
 			setflag(FLAG_ACC);
 			setflag(FLAG_ACC);

+ 3 - 3
etc/ser.cfg

@@ -76,7 +76,7 @@ loadmodule "/usr/local/lib/ser/modules/xmlrpc.so"
 
 
 # ----------------- setting script FLAGS -----------------------------
 # ----------------- setting script FLAGS -----------------------------
 flags
 flags
-  FLAG_ACC          : 1,  # include message in accouting
+  FLAG_ACC          : 1,  # include message in accounting
   FLAG_FAILUREROUTE : 2;  # we are operating from a failure route
   FLAG_FAILUREROUTE : 2;  # we are operating from a failure route
 
 
 avpflags
 avpflags
@@ -129,7 +129,7 @@ modparam("ctl", "fifo", "fifo:/tmp/ser_fifo")
 # failed transactions (=negative responses) should be logged to
 # failed transactions (=negative responses) should be logged to
 modparam("acc_db", "failed_transactions", 1)
 modparam("acc_db", "failed_transactions", 1)
 
 
-# comment the next line if you dont want to have accouting to DB
+# comment the next line if you dont want to have accounting to DB
 modparam("acc_db", "log_flag", "FLAG_ACC")
 modparam("acc_db", "log_flag", "FLAG_ACC")
 
 
 # -- tm params --
 # -- tm params --
@@ -265,7 +265,7 @@ route[RR]
 		# this is more for demonstration purpose as this could
 		# this is more for demonstration purpose as this could
 		# also be solved without RR cookies.
 		# also be solved without RR cookies.
 		# Note: this means all in-dialog request will show up in the
 		# Note: this means all in-dialog request will show up in the
-		# accouting tables, so prepare your accounting software for this ;-)
+		# accounting tables, so prepare your accounting software for this ;-)
 		if ($account == "yes") {
 		if ($account == "yes") {
 			setflag(FLAG_ACC);
 			setflag(FLAG_ACC);
 		}
 		}