Browse Source

kamailio.cfg: small whitespace indention fix, spelling fix

Henning Westerholt 6 tháng trước cách đây
mục cha
commit
4f57356179
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      etc/kamailio.cfg

+ 3 - 3
etc/kamailio.cfg

@@ -157,13 +157,13 @@ import_file "kamailio-local.cfg"
 #!endif
 #!endif
 
 
 # - flags
 # - flags
-#   FLT_ - per transaction (message) flags
+# FLT_ - per transaction (message) flags
 #!define FLT_ACC 1
 #!define FLT_ACC 1
 #!define FLT_ACCMISSED 2
 #!define FLT_ACCMISSED 2
 #!define FLT_ACCFAILED 3
 #!define FLT_ACCFAILED 3
 #!define FLT_NATS 5
 #!define FLT_NATS 5
 
 
-#	FLB_ - per branch flags
+# FLB_ - per branch flags
 #!define FLB_NATB 6
 #!define FLB_NATB 6
 #!define FLB_NATSIPPING 7
 #!define FLB_NATSIPPING 7
 
 
@@ -192,7 +192,7 @@ children=8
 # tcp_children=8
 # tcp_children=8
 
 
 /* UDP receiving mode:
 /* UDP receiving mode:
- * - 0: multi-process (defaut)
+ * - 0: multi-process (default)
  * - 1: multi-threaded with async worker group 'udp'
  * - 1: multi-threaded with async worker group 'udp'
  * - 2: per socket configuration (see core cookbook) */
  * - 2: per socket configuration (see core cookbook) */
 # async_workers_group="name=udp;workers=8"
 # async_workers_group="name=udp;workers=8"