Logger: Convert 'struct ast_callid' to unsigned int.
authorCorey Farrell <git@cfware.com>
Fri, 13 Mar 2015 01:12:35 +0000 (01:12 +0000)
committerCorey Farrell <git@cfware.com>
Fri, 13 Mar 2015 01:12:35 +0000 (01:12 +0000)
commitc08fd275bf8c45dc09084f104521cbff04eab25b
tree09cc14b9a9190254980ec88b981d6f561ec8a9b5
parent38ee441ea7debef3ebf6b162fc290b121fa3588d
Logger: Convert 'struct ast_callid' to unsigned int.

Switch logger callid's from AO2 objects to simple integers.
This helps in two ways.  Copying integers is faster than
referencing AO2 objects, so this will result in a small
reduction in logger overhead.  This also erases the possibility
of an infinate loop caused by an invalid callid in
threadstorage.

ASTERISK-24833 #comment Committed callid conversion to trunk.
Reported by: Corey Farrell
Review: https://reviewboard.asterisk.org/r/4466/

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@432834 65c4cc65-6c06-0410-ace0-fbb531ad65f3
33 files changed:
UPGRADE.txt
apps/app_mixmonitor.c
apps/confbridge/conf_chan_announce.c
channels/chan_bridge_media.c
channels/chan_dahdi.c
channels/chan_iax2.c
channels/chan_motif.c
channels/chan_sip.c
channels/sig_analog.c
channels/sig_pri.c
channels/sig_ss7.c
channels/sip/dialplan_functions.c
channels/sip/include/dialog.h
channels/sip/include/sip.h
include/asterisk/bridge.h
include/asterisk/bridge_channel.h
include/asterisk/channel.h
include/asterisk/core_unreal.h
include/asterisk/logger.h
main/autoservice.c
main/bridge.c
main/bridge_basic.c
main/bridge_channel.c
main/channel.c
main/channel_internal_api.c
main/cli.c
main/core_local.c
main/core_unreal.c
main/dial.c
main/features.c
main/logger.c
main/pbx.c
res/ari/resource_bridges.c