]> git.ipfire.org Git - thirdparty/asterisk.git/commit
main/pbx: Move switch routines to pbx_switch.c. 14/1914/1
authorCorey Farrell <git@cfware.com>
Tue, 5 Jan 2016 00:20:35 +0000 (19:20 -0500)
committerCorey Farrell <git@cfware.com>
Tue, 5 Jan 2016 17:07:43 +0000 (12:07 -0500)
commit09a9b93896a4a027528d98d0447c8e9175fb80ff
tree8e51fc95ec5071ed4434d5cf40279acf424138c1
parentc608274a39f9916ed72d7b3f8f971ac7e8218f32
main/pbx: Move switch routines to pbx_switch.c.

This is the fifth patch in a series meant to reduce the bulk of pbx.c.
This moves ast_switch functions to their own source.

Change-Id: Ic2592a18a5c4d8a3c2dcf9786c9a6f650a8c628e
include/asterisk/_private.h
main/asterisk.c
main/pbx.c
main/pbx_private.h
main/pbx_switch.c [new file with mode: 0644]