aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-22 17:31:17 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-22 17:31:17 +0000
commite650e21901d6e17843f358e71531a054aeca0ec9 (patch)
tree7d9ff2467b65566fec7639ca07cb3e5573b99d85 /apps/app_dial.c
parent2f6cd8241fb7f278e9b735b8bdb12aa0e40d2fb9 (diff)
Add dependency on chan_local to app_dial.
Dial still runs without chan_local, but will be missing forwarding functionality. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@99592 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_dial.c')
-rw-r--r--apps/app_dial.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 415c48733..4cf7153cb 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -25,6 +25,11 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ <depend>chan_local</depend>
+ ***/
+
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")