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
This commit is contained in:
Mark Michelson
2008-04-29 18:48:26 +00:00
parent 6e45d3c223
commit 8b1cb3ce53
2 changed files with 5 additions and 0 deletions

View File

@@ -25,6 +25,9 @@
* \ingroup applications
*/
/*** MODULEINFO
<depend>app_voicemail</depend>
***/
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")