Module: kamailio
Branch: master
Commit: 387e2a805a58d3a44e80331575d4a072f5a541fd
URL:
https://github.com/kamailio/kamailio/commit/387e2a805a58d3a44e80331575d4a07…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-11-13T21:57:42+01:00
etc/kamailio.cfg: added log_prefix
- removed commented port example
---
Modified: etc/kamailio.cfg
---
Diff:
https://github.com/kamailio/kamailio/commit/387e2a805a58d3a44e80331575d4a07…
Patch:
https://github.com/kamailio/kamailio/commit/387e2a805a58d3a44e80331575d4a07…
---
diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg
index 1b17066451..eb46863d95 100644
--- a/etc/kamailio.cfg
+++ b/etc/kamailio.cfg
@@ -156,6 +156,7 @@ memdbg=5
memlog=5
log_facility=LOG_LOCAL0
+log_prefix="{$mt $hdr(CSeq) $ci} "
/* number of SIP routing processes */
children=8
@@ -168,15 +169,12 @@ children=8
# auto_aliases=no
/* add local domain aliases */
-#alias="sip.mydomain.com"
+# alias="sip.mydomain.com"
/* 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
-/* port to listen to (default 5060 for udp, tcp, scrtp, or 5061 for tls)*/
-# port=5060
-
#!ifdef WITH_TLS
enable_tls=yes
#!endif