Browse Source

log local generated requests

4.3
lazedo 7 years ago
committed by Luis Azedo
parent
commit
88b8e0199e
1 changed files with 7 additions and 2 deletions
  1. +7
    -2
      kamailio/default.cfg

+ 7
- 2
kamailio/default.cfg View File

@ -955,12 +955,17 @@ route[ADD_AUTHORIZATION_HEADERS]
#!endif
#!ifdef PRESENCE_ROLE
event_route[tm:local-request]
{
xlog("L_DEBUG", "$ci|local|start $pr request $rm $ou\n");
xlog("L_DEBUG", "$ci|local|source $si:$sp -> $dd:$dp\n");
xlog("L_DEBUG", "$ci|local|from $fu\n");
xlog("L_DEBUG", "$ci|local|to $tu\n");
#!ifdef PRESENCE_ROLE
route(PRESENCE_LOCAL_NOTIFY);
#!endif
}
#!endif
event_route[evrexec:DEFERRED_INIT]
{


Loading…
Cancel
Save