Explorar el Código

etc/kamailio.cfg: added log_prefix

- removed commented port example
Daniel-Constantin Mierla hace 7 años
padre
commit
387e2a805a
Se han modificado 1 ficheros con 2 adiciones y 4 borrados
  1. 2 4
      etc/kamailio.cfg

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