]> git.ipfire.org Git - thirdparty/asterisk.git/commit
main/pbx: Move pbx_builtin dialplan applications to pbx_builtins.c 78/1878/7
authorGeorge Joseph <george.joseph@fairview5.com>
Tue, 29 Dec 2015 01:18:01 +0000 (18:18 -0700)
committerGeorge Joseph <george.joseph@fairview5.com>
Thu, 31 Dec 2015 03:22:35 +0000 (20:22 -0700)
commit20b8474f20fc387d5b355ee81b751e4988fc28d7
treece799fba35960dcd69504c00207c12ccce58e959
parent47d508e9115042d93bf5a7dab025bceecaabd2e1
main/pbx: Move pbx_builtin dialplan applications to pbx_builtins.c

We joked about splitting pbx.c into multiple files but this first step was
fairly easy.  All of the pbx_builtin dialplan applications have been moved
into pbx_builtins.c and a new pbx_private.h file was added. load_pbx_builtins()
is called by asterisk.c just after load_pbx().

A few functions were renamed and are cross-exposed between the 2 source files.

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