-
- Downloads
Introducing the log message unique call identifiers feature
Log messages will now display a call number that they are tied to (ordered for calls based on when they started). This feature is made to be minimally invasive without requiring changes to many of the existing log messages. These IDs won't show up for verbose messages on CLI (but they will in log files) This is currently in phase II of production, see more about this feature on the wiki -- https://wiki.asterisk.org/wiki/display/AST/Unique+Call-ID+Logging Review: https://reviewboard.asterisk.org/r/1823/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@360785 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- CHANGES 4 additions, 0 deletionsCHANGES
- apps/app_mixmonitor.c 13 additions, 0 deletionsapps/app_mixmonitor.c
- configs/logger.conf.sample 5 additions, 0 deletionsconfigs/logger.conf.sample
- include/asterisk/bridging.h 5 additions, 1 deletioninclude/asterisk/bridging.h
- include/asterisk/logger.h 68 additions, 0 deletionsinclude/asterisk/logger.h
- main/dial.c 11 additions, 0 deletionsmain/dial.c
- main/features.c 18 additions, 2 deletionsmain/features.c
- main/logger.c 136 additions, 11 deletionsmain/logger.c
- main/pbx.c 5 additions, 0 deletionsmain/pbx.c
Loading
Please register or sign in to comment