]> git.ipfire.org Git - thirdparty/asterisk.git/commit
main/pbx: Move variable routines to pbx_variables.c. 06/1906/1
authorCorey Farrell <git@cfware.com>
Mon, 4 Jan 2016 22:22:59 +0000 (17:22 -0500)
committerCorey Farrell <git@cfware.com>
Mon, 4 Jan 2016 22:26:40 +0000 (17:26 -0500)
commit7fdcfd77247b461bfe7dd38c3a56a12f648534de
treeabbfc486242249e62842f67686a2a7c962b155c3
parentf42036bf6b4a188dd9a083669c9a00e37203e51c
main/pbx: Move variable routines to pbx_variables.c.

This is the third patch in a series meant to reduce the bulk of pbx.c.
This moves channel and global variable routines to their own source.

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