From: Mark Michelson Date: Tue, 29 Apr 2008 18:48:26 +0000 (+0000) Subject: Make app_directory dependent on app_voicemail. This is because the function X-Git-Tag: 1.6.2.0-beta1~2357 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b1cb3ce5382d32feda0a4ad5ed68bfcf80f30b8;p=thirdparty%2Fasterisk.git Make app_directory dependent on app_voicemail. This is because the function which says the person's name is handled inside app_voicemail now. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114841 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/UPGRADE.txt b/UPGRADE.txt index c9926ec759..0bdbf6f3f8 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -103,6 +103,8 @@ Applications: * WaitMusicOnHold application is now deprecated in favor of extended MusicOnHold. * SetMusicOnHold is now deprecated. You should use Set(CHANNEL(musicclass)=...) instead. +* While app_directory has always relied on having a voicemail.conf or users.conf file + correctly set up, it now is dependent on app_voicemail being compiled as well. Dialplan Functions: diff --git a/apps/app_directory.c b/apps/app_directory.c index 544f8aca5c..eb50336eca 100644 --- a/apps/app_directory.c +++ b/apps/app_directory.c @@ -25,6 +25,9 @@ * \ingroup applications */ +/*** MODULEINFO + app_voicemail + ***/ #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$")