]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
List res_smdi as a dependency for app_voicemail and chan_zap
authorRussell Bryant <russell@russellbryant.com>
Tue, 22 May 2007 18:40:38 +0000 (18:40 +0000)
committerRussell Bryant <russell@russellbryant.com>
Tue, 22 May 2007 18:40:38 +0000 (18:40 +0000)
(Thanks to mnicholson for pointing it out)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@65501 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c
channels/chan_zap.c

index 67aef04d76d41ea7934f70e558072364466cc92f..75a96782fd1919ab0eebe52049568b6f806daf33 100644 (file)
@@ -30,6 +30,7 @@
 
 /*** MODULEINFO
        <depend>res_adsi</depend>
+       <depend>res_smdi</depend>
  ***/
 
 /*** MAKEOPTS
index bcf823451eec71aa81fc77125ff8437377c1d385..c0e9a5bc82fc2d1f64c9be321ca40b647798eb1f 100644 (file)
@@ -38,6 +38,7 @@
  */
 
 /*** MODULEINFO
+       <depend>res_smdi</depend>
        <depend>zaptel_vldtmf</depend>
        <depend>zaptel</depend>
        <depend>tonezone</depend>