]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add more dependencies on chan_local and add a note to the description of chan_local
authorOlle Johansson <oej@edvina.net>
Tue, 22 Jan 2008 17:41:57 +0000 (17:41 +0000)
committerOlle Johansson <oej@edvina.net>
Tue, 22 Jan 2008 17:41:57 +0000 (17:41 +0000)
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
channels/chan_agent.c
channels/chan_local.c
res/res_features.c

index e01866db75c6373268a1eccf9fe6eb31e51d6468..cd79cc3080b6b2fa9e1f5bcce84556d12312dedd 100644 (file)
  * \ingroup applications
  */
 
+/*** MODULEINFO
+        <depend>chan_local</depend>
+ ***/
+
 #include "asterisk.h"
 
 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
index 883de716fbaa02e5e9766c33af8c614aa18ce663..6937640b1f8a944194e5e8480b1cf0a7736acb3f 100644 (file)
@@ -30,6 +30,9 @@
  *
  * \ingroup channel_drivers
  */
+/*** MODULEINFO
+        <depend>chan_local</depend>
+ ***/
 
 #include "asterisk.h"
 
index f8a65e4708acf0078f7fa65004c848a59d770ec6..cbf7f7f48584f5c61919162d17f37358114e636c 100644 (file)
@@ -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)");
index 0fdfbb0364341b83603b2ca3d71372b415a623e3..8842c0b9be718b20c1d96b1220410cd2055a0f87 100644 (file)
  * \author Mark Spencer <markster@digium.com> 
  */
 
+/*** MODULEINFO
+        <depend>chan_local</depend>
+ ***/
+
 #include "asterisk.h"
 
 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")