From 3d434f14c312885120404acb7ae756d4aab37817 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Tue, 22 Jan 2008 17:31:17 +0000 Subject: [PATCH] Add dependency on chan_local to app_dial. Dial still runs without chan_local, but will be missing forwarding functionality. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@99592 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_dial.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/app_dial.c b/apps/app_dial.c index 415c487331..4cf7153cba 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$")