aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-22 17:41:57 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-22 17:41:57 +0000
commit4c77fac7b727898f2dacf0024577fdc327a846c8 (patch)
tree0bfa84da1adddf3dba3b38590bd84a19aa1bd3f9 /channels
parente650e21901d6e17843f358e71531a054aeca0ec9 (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.4@99594 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_agent.c3
-rw-r--r--channels/chan_local.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/channels/chan_agent.c b/channels/chan_agent.c
index 883de716f..6937640b1 100644
--- a/channels/chan_agent.c
+++ b/channels/chan_agent.c
@@ -30,6 +30,9 @@
*
* \ingroup channel_drivers
*/
+/*** MODULEINFO
+ <depend>chan_local</depend>
+ ***/
#include "asterisk.h"
diff --git a/channels/chan_local.c b/channels/chan_local.c
index f8a65e470..cbf7f7f48 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)");