From e8f4ac6c610265b46014da9259062bb74d3892d1 Mon Sep 17 00:00:00 2001 From: "David M. Lee" Date: Tue, 14 May 2013 21:45:08 +0000 Subject: Break res_stasis into smaller files. When implementing playback for stasis-http, the monolithicedness of res_stasis really started to get in my way. This patch breaks the major components of res_stasis.c into individual files. * res/stasis/app.c - Stasis application tracking * res/stasis/control.c - Channel control objects * res/stasis/command.c - Channel command object This refactoring also allows res_stasis applications to be loaded as independent modules, such as the new res_stasis_answer module. The bulk of this patch is simply moving code from one file to another, adjusting names and adding accessors as necessary. Review: https://reviewboard.asterisk.org/r/2530/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@388729 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_stasis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/app_stasis.c b/apps/app_stasis.c index 866e03387..2d1b2f7c0 100644 --- a/apps/app_stasis.c +++ b/apps/app_stasis.c @@ -35,7 +35,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/app.h" #include "asterisk/module.h" #include "asterisk/stasis.h" -#include "asterisk/stasis_app.h" +#include "asterisk/stasis_app_impl.h" /*** DOCUMENTATION -- cgit v1.2.3