dect
/
asterisk
Archived
13
0
Fork 0

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: http://svn.digium.com/svn/asterisk/trunk@114841 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
mmichelson 2008-04-29 18:48:26 +00:00
parent 531c9307d1
commit bcd5162d10
2 changed files with 5 additions and 0 deletions

View File

@ -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:

View File

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