Module: kamailio Branch: master Commit: 4f573561797b297131464699bd1ed6f0b5d7ed75 URL: https://github.com/kamailio/kamailio/commit/4f573561797b297131464699bd1ed6f0...
Author: Henning Westerholt hw@gilawa.com Committer: Henning Westerholt hw@gilawa.com Date: 2025-02-25T09:29:37Z
kamailio.cfg: small whitespace indention fix, spelling fix
---
Modified: etc/kamailio.cfg
---
Diff: https://github.com/kamailio/kamailio/commit/4f573561797b297131464699bd1ed6f0... Patch: https://github.com/kamailio/kamailio/commit/4f573561797b297131464699bd1ed6f0...
---
diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg index a46f5734bfc..a9b675b6bd9 100644 --- a/etc/kamailio.cfg +++ b/etc/kamailio.cfg @@ -157,13 +157,13 @@ import_file "kamailio-local.cfg" #!endif
# - flags -# FLT_ - per transaction (message) flags +# FLT_ - per transaction (message) flags #!define FLT_ACC 1 #!define FLT_ACCMISSED 2 #!define FLT_ACCFAILED 3 #!define FLT_NATS 5
-# FLB_ - per branch flags +# FLB_ - per branch flags #!define FLB_NATB 6 #!define FLB_NATSIPPING 7
@@ -192,7 +192,7 @@ children=8 # tcp_children=8
/* UDP receiving mode: - * - 0: multi-process (defaut) + * - 0: multi-process (default) * - 1: multi-threaded with async worker group 'udp' * - 2: per socket configuration (see core cookbook) */ # async_workers_group="name=udp;workers=8"