In order to move away from nested function use, some changes to the recently introduced
authorSean Bright <sean@malleable.com>
Sun, 9 Nov 2008 01:59:59 +0000 (01:59 +0000)
committerSean Bright <sean@malleable.com>
Sun, 9 Nov 2008 01:59:59 +0000 (01:59 +0000)
commit48522988ab2ff7b73a327eac20b248c02e6ef981
tree5e7ff2cd6ece5b2ac5438a59b2737c5705b928cc
parent9ef09ad1d464defbef1775281e7666af888b6086
In order to move away from nested function use, some changes to the recently introduced
ast_channel_search_locked need to be made.  Specifically, the caller needs to be able to
pass arbitrary data which in turn is passed to the callback.  This patch addresses all
of the nested functions currently in asterisk trunk.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@155590 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_directed_pickup.c
channels/chan_sip.c
include/asterisk/channel.h
main/channel.c
main/features.c