-
- Downloads
logger: Adds additional support for call id logging and chan_sip specific stuff
This patch improves the handling of call id logging significantly with regard to transfers and adding APIs to better handle specific aspects of logging. Also, changes have been made to chan_sip in order to better handle the creation of callids and to enable the monitor thread to bind itself to a particular call id when a dialog is determined to be related to a callid. It then unbinds itself before returning to normal monitoring. review: https://reviewboard.asterisk.org/r/1886/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@366842 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- CHANGES 2 additions, 1 deletionCHANGES
- channels/chan_sip.c 77 additions, 18 deletionschannels/chan_sip.c
- channels/sip/include/dialog.h 1 addition, 1 deletionchannels/sip/include/dialog.h
- channels/sip/include/sip.h 1 addition, 0 deletionschannels/sip/include/sip.h
- include/asterisk/channel.h 3 additions, 0 deletionsinclude/asterisk/channel.h
- include/asterisk/logger.h 36 additions, 2 deletionsinclude/asterisk/logger.h
- main/channel.c 21 additions, 2 deletionsmain/channel.c
- main/channel_internal_api.c 33 additions, 0 deletionsmain/channel_internal_api.c
- main/cli.c 12 additions, 2 deletionsmain/cli.c
- main/logger.c 60 additions, 2 deletionsmain/logger.c
- main/pbx.c 71 additions, 5 deletionsmain/pbx.c
Loading
Please register or sign in to comment