Module: kamailio Branch: master Commit: 76925238ada0368864da0da31f9b15e59315e7c4 URL: https://github.com/kamailio/kamailio/commit/76925238ada0368864da0da31f9b15e59315e7c4
Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> Date: 2024-12-16T08:59:05+01:00 etc/kamailio.cfg: example for udp_reciever_mode parameter - version set to 6.0 in header comment --- Modified: etc/kamailio.cfg --- Diff: https://github.com/kamailio/kamailio/commit/76925238ada0368864da0da31f9b15e59315e7c4.diff Patch: https://github.com/kamailio/kamailio/commit/76925238ada0368864da0da31f9b15e59315e7c4.patch --- diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg index f77ff3e3aa2..606155f02da 100644 --- a/etc/kamailio.cfg +++ b/etc/kamailio.cfg @@ -1,6 +1,6 @@ #!KAMAILIO # -# Kamailio SIP Server v5.8 - default configuration script +# Kamailio SIP Server v6.0 - default configuration script # - web: https://www.kamailio.org # - git: https://github.com/kamailio/kamailio # @@ -191,6 +191,13 @@ children=8 /* number of SIP routing processes for all TCP/TLS sockets */ # tcp_children=8 +/* UDP receiving mode: + * - 0: multi-process (defaut) + * - 1: multi-threaded with async worker group 'udp' + * - 2: per socket configuration (see core cookbook) */ +# async_workers_group="name=udp;workers=8" +# udp_receiver_mode = 1 + /* uncomment the next line to disable the auto discovery of local aliases * based on reverse DNS on IPs (default on) */ # auto_aliases=no _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!