aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-22 17:42:27 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-22 17:42:27 +0000
commita58f8b2649294b63b0d65af36834420f62f8a2df (patch)
treec63be68a3af57e24b59c981bda7689ce0e47ae9c /apps/app_dial.c
parent68e7b69e7b28c85aa691521f8323e7f6f0b53c63 (diff)
Merged revisions 99592 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r99592 | oej | 2008-01-22 18:31:17 +0100 (Tis, 22 Jan 2008) | 5 lines 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/trunk@99595 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 db1f76c8d..39886a11b 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$")