From e650e21901d6e17843f358e71531a054aeca0ec9 Mon Sep 17 00:00:00 2001 From: oej Date: Tue, 22 Jan 2008 17:31:17 +0000 Subject: 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 --- apps/app_dial.c | 5 +++++ 1 file changed, 5 insertions(+) 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 + chan_local + ***/ + + #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") -- cgit v1.2.3