Browse Source

misc/examples: added log_prefix to basic and oob examples

Daniel-Constantin Mierla 7 years ago
parent
commit
b32c5fc258
2 changed files with 3 additions and 1 deletions
  1. 1 0
      misc/examples/pkg/kamailio-basic.cfg
  2. 2 1
      misc/examples/pkg/kamailio-oob.cfg

+ 1 - 0
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

+ 2 - 1
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