]> git.ipfire.org Git - thirdparty/asterisk.git/commit
main/pbx: Move hangup handler routines to pbx_hangup_handler.c. 16/1916/1
authorCorey Farrell <git@cfware.com>
Tue, 5 Jan 2016 02:23:01 +0000 (21:23 -0500)
committerCorey Farrell <git@cfware.com>
Tue, 5 Jan 2016 17:10:16 +0000 (12:10 -0500)
commite462f0063f3e7fd2a2d8f0603d9c7cf8de46a88f
treef46085cf3dcd2c4bb859e03154f94b23aa90c82a
parentab191d124c5f1ac085c6c1e53a9983f879f194e5
main/pbx: Move hangup handler routines to pbx_hangup_handler.c.

This is the sixth patch in a series meant to reduce the bulk of pbx.c.
This moves hangup handler management functions to their own source.

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