From 3d3798d192c782eb2c4796b758831a7a33ec1ac4 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Wed, 28 Feb 2018 18:02:54 +0100 Subject: [PATCH] misc/examples: added log_prefix to basic and oob examples (cherry picked from commit b32c5fc2582bd590b4385f28630c96cacfed3a86) --- misc/examples/pkg/kamailio-basic.cfg | 1 + misc/examples/pkg/kamailio-oob.cfg | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/examples/pkg/kamailio-basic.cfg b/misc/examples/pkg/kamailio-basic.cfg index c53fe8af5c5..0ae1b161348 100644 --- a/misc/examples/pkg/kamailio-basic.cfg +++ b/misc/examples/pkg/kamailio-basic.cfg @@ -103,6 +103,7 @@ memdbg=5 memlog=5 log_facility=LOG_LOCAL0 +log_prefix="{$mt $hdr(CSeq) $ci} " fork=yes children=4 diff --git a/misc/examples/pkg/kamailio-oob.cfg b/misc/examples/pkg/kamailio-oob.cfg index c76d5c47d7a..0e0206643f7 100644 --- a/misc/examples/pkg/kamailio-oob.cfg +++ b/misc/examples/pkg/kamailio-oob.cfg @@ -157,6 +157,7 @@ memdbg=5 memlog=5 log_facility=LOG_LOCAL0 +log_prefix="{$mt $hdr(CSeq) $ci} " fork=yes children=4 @@ -171,7 +172,7 @@ children=4 /* add local domain aliases */ #alias="sip.mydomain.com" -/* uncomment and configure the following line if you want Kamailio to +/* uncomment and configure the following line if you want Kamailio to bind on a specific interface/port/proto (default bind on all available) */ #listen=udp:10.0.0.10:5060