[asterisk-commits] russell: branch 1.4 r65501 - in /branches/1.4: apps/ channels/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue May 22 11:40:38 MST 2007


Author: russell
Date: Tue May 22 13:40:38 2007
New Revision: 65501

URL: http://svn.digium.com/view/asterisk?view=rev&rev=65501
Log:
List res_smdi as a dependency for app_voicemail and chan_zap
(Thanks to mnicholson for pointing it out)

Modified:
    branches/1.4/apps/app_voicemail.c
    branches/1.4/channels/chan_zap.c

Modified: branches/1.4/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_voicemail.c?view=diff&rev=65501&r1=65500&r2=65501
==============================================================================
--- branches/1.4/apps/app_voicemail.c (original)
+++ branches/1.4/apps/app_voicemail.c Tue May 22 13:40:38 2007
@@ -30,6 +30,7 @@
 
 /*** MODULEINFO
 	<depend>res_adsi</depend>
+	<depend>res_smdi</depend>
  ***/
 
 /*** MAKEOPTS

Modified: branches/1.4/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_zap.c?view=diff&rev=65501&r1=65500&r2=65501
==============================================================================
--- branches/1.4/channels/chan_zap.c (original)
+++ branches/1.4/channels/chan_zap.c Tue May 22 13:40:38 2007
@@ -38,6 +38,7 @@
  */
 
 /*** MODULEINFO
+	<depend>res_smdi</depend>
 	<depend>zaptel_vldtmf</depend>
 	<depend>zaptel</depend>
 	<depend>tonezone</depend>



More information about the asterisk-commits mailing list