]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 99594 via svnmerge from
authorOlle Johansson <oej@edvina.net>
Tue, 22 Jan 2008 17:46:43 +0000 (17:46 +0000)
committerOlle Johansson <oej@edvina.net>
Tue, 22 Jan 2008 17:46:43 +0000 (17:46 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r99594 | oej | 2008-01-22 18:41:57 +0100 (Tis, 22 Jan 2008) | 3 lines

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/trunk@99596 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_followme.c
channels/chan_agent.c
channels/chan_local.c
res/res_features.c

index f670d65c0764e55ce32beb37c3e1efdda78512e2..2586637fa419b5b12a6f77f580806b9d592aff37 100644 (file)
  * \ingroup applications
  */
 
+/*** MODULEINFO
+        <depend>chan_local</depend>
+ ***/
+
 #include "asterisk.h"
 
 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
index 56bb5561c6910c11f8a3d9dba9441d1709d44885..f95ad8a8b82f2f5ccbbb116fc45fd164e3432fdd 100644 (file)
@@ -30,6 +30,9 @@
  *
  * \ingroup channel_drivers
  */
+/*** MODULEINFO
+        <depend>chan_local</depend>
+ ***/
 
 #include "asterisk.h"
 
index 46051c3835ebcb44c7c12dc0fa389bc8eda9e8dc..130068e6fad4b361653fdabfb666a9bcdb21c512 100644 (file)
@@ -769,4 +769,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 d9e8ef55ff6fa79edff4691c12f4765bc7e6abda..c6f68124e8d3b646a8cf6f883b8ed5ead87801ae 100644 (file)
  * \author Mark Spencer <markster@digium.com> 
  */
 
+/*** MODULEINFO
+        <depend>chan_local</depend>
+ ***/
+
 #include "asterisk.h"
 
 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")