summaryrefslogtreecommitdiff
path: root/channels/chan_local.c
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2008-01-22 17:46:43 +0000
committerOlle Johansson <oej@edvina.net>2008-01-22 17:46:43 +0000
commit949bb30d03c5bb0569aea5390321d07dff57503f (patch)
treebe4b05a3bfd72682bb9e1ccf7312690358df3837 /channels/chan_local.c
parentcc648a40aeb7ec305c150b2c36a8b99fde065bbe (diff)
Merged revisions 99594 via svnmerge from
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
Diffstat (limited to 'channels/chan_local.c')
-rw-r--r--channels/chan_local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_local.c b/channels/chan_local.c
index 46051c383..130068e6f 100644
--- a/channels/chan_local.c
+++ b/channels/chan_local.c
@@ -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)");