Skip to content

Commit

Permalink
misc/examples: added log_prefix to basic and oob examples
Browse files Browse the repository at this point in the history
(cherry picked from commit b32c5fc)
  • Loading branch information
miconda committed Mar 1, 2018
1 parent 654aa45 commit 3d3798d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions misc/examples/pkg/kamailio-basic.cfg
Expand Up @@ -103,6 +103,7 @@ memdbg=5
memlog=5

log_facility=LOG_LOCAL0
log_prefix="{$mt $hdr(CSeq) $ci} "

fork=yes
children=4
Expand Down
3 changes: 2 additions & 1 deletion misc/examples/pkg/kamailio-oob.cfg
Expand Up @@ -157,6 +157,7 @@ memdbg=5
memlog=5

log_facility=LOG_LOCAL0
log_prefix="{$mt $hdr(CSeq) $ci} "

fork=yes
children=4
Expand All @@ -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

Expand Down

0 comments on commit 3d3798d

Please sign in to comment.