Browse Source

log destination ip:port

4.1
lazedo 9 years ago
committed by GitHub
parent
commit
9b70c631f9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamailio/default.cfg

+ 1
- 1
kamailio/default.cfg View File

@ -265,7 +265,7 @@ route
# log the basic info regarding this call # log the basic info regarding this call
xlog("L_INFO", "$ci|start|received $pr request $rm $ou\n"); xlog("L_INFO", "$ci|start|received $pr request $rm $ou\n");
xlog("L_INFO", "$ci|log|source $si:$sp\n");
xlog("L_INFO", "$ci|log|source $si:$sp -> $Ri:$Rp\n");
xlog("L_INFO", "$ci|log|from $fu\n"); xlog("L_INFO", "$ci|log|from $fu\n");
xlog("L_INFO", "$ci|log|to $tu\n"); xlog("L_INFO", "$ci|log|to $tu\n");


Loading…
Cancel
Save