aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-22 18:41:56 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-22 18:41:56 +0000
commitd555f6d9759e1a16a092330d346c098b8a45ce23 (patch)
treee5159c9cca33b4df6fc77a27afbb760697df1fd2
parent38ed4a96396b088eca336f195c5d4edb2b38d0fc (diff)
Merged revisions 65501 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r65501 | russell | 2007-05-22 13:40:38 -0500 (Tue, 22 May 2007) | 3 lines List res_smdi as a dependency for app_voicemail and chan_zap (Thanks to mnicholson for pointing it out) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@65502 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--apps/app_voicemail.c1
-rw-r--r--channels/chan_zap.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 58a26636c..d6c38e56a 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -41,6 +41,7 @@ c-client (http://www.washington.edu/imap/
*/
/*** MODULEINFO
+ <depend>res_smdi</depend>
***/
/*** MAKEOPTS
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index e5e28e55c..24d0bf0fa 100644
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -38,6 +38,7 @@
*/
/*** MODULEINFO
+ <depend>res_smdi</depend>
<depend>zaptel_vldtmf</depend>
<depend>zaptel</depend>
<depend>tonezone</depend>