From 48066f4cfddbe304d143aae24f5d7d5087344dc8 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Tue, 22 Jan 2008 17:41:57 +0000 Subject: [PATCH] Add more dependencies on chan_local and add a note to the description of chan_local so that people don't disable it in menuselect just to clean up. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@99594 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_followme.c | 4 ++++ channels/chan_agent.c | 3 +++ channels/chan_local.c | 2 +- res/res_features.c | 4 ++++ 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/apps/app_followme.c b/apps/app_followme.c index e01866db75..cd79cc3080 100644 --- a/apps/app_followme.c +++ b/apps/app_followme.c @@ -28,6 +28,10 @@ * \ingroup applications */ +/*** MODULEINFO + chan_local + ***/ + #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") diff --git a/channels/chan_agent.c b/channels/chan_agent.c index 883de716fb..6937640b1f 100644 --- a/channels/chan_agent.c +++ b/channels/chan_agent.c @@ -30,6 +30,9 @@ * * \ingroup channel_drivers */ +/*** MODULEINFO + chan_local + ***/ #include "asterisk.h" diff --git a/channels/chan_local.c b/channels/chan_local.c index f8a65e4708..cbf7f7f485 100644 --- a/channels/chan_local.c +++ b/channels/chan_local.c @@ -744,4 +744,4 @@ static int unload_module(void) return 0; } -AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Local Proxy Channel"); +AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Local Proxy Channel (Note: used internally by other modules)"); diff --git a/res/res_features.c b/res/res_features.c index 0fdfbb0364..8842c0b9be 100644 --- a/res/res_features.c +++ b/res/res_features.c @@ -23,6 +23,10 @@ * \author Mark Spencer */ +/*** MODULEINFO + chan_local + ***/ + #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$")