Remove dead code from features.c; refactor pickup code into pickup.c
authorMatthew Jordan <mjordan@digium.com>
Fri, 2 Aug 2013 02:32:44 +0000 (02:32 +0000)
committerMatthew Jordan <mjordan@digium.com>
Fri, 2 Aug 2013 02:32:44 +0000 (02:32 +0000)
commit38236e54a84c61194c30c92b923752f0dc816d57
treeb27d3b73accfe81703eb5f706d1447a661986f5e
parent63a229e3695514bbb15cd5ee4674b6b5bb580f0b
Remove dead code from features.c; refactor pickup code into pickup.c

This patch does the following:
 * It moves the pickup code out of features.c and into pickup.c
 * It removes the vast majority of dead code out of features.c. In particular,
   this includes the parking code.

(issue ASTERISK-22134)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396060 65c4cc65-6c06-0410-ace0-fbb531ad65f3
24 files changed:
CHANGES
UPGRADE.txt
apps/app_directed_pickup.c
channels/chan_gtalk.c
channels/chan_sip.c
channels/chan_skinny.c
channels/chan_unistim.c
include/asterisk/_private.h
include/asterisk/features.h
include/asterisk/parking.h
include/asterisk/pickup.h [new file with mode: 0644]
main/asterisk.c
main/bridge.c
main/cdr.c
main/cel.c
main/features.c
main/pbx.c
main/pickup.c [new file with mode: 0644]
res/parking/parking_applications.c
res/parking/parking_manager.c
res/res_parking.c
res/stasis/control.c
tests/test_cdr.c
tests/test_cel.c