[asterisk-commits] russell: trunk r65502 - in /trunk: ./ apps/app_voicemail.c channels/chan_zap.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue May 22 11:41:56 MST 2007


Author: russell
Date: Tue May 22 13:41:56 2007
New Revision: 65502

URL: http://svn.digium.com/view/asterisk?view=rev&rev=65502
Log:
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)

........

Modified:
    trunk/   (props changed)
    trunk/apps/app_voicemail.c
    trunk/channels/chan_zap.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=65502&r1=65501&r2=65502
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Tue May 22 13:41:56 2007
@@ -41,6 +41,7 @@
  */
 
 /*** MODULEINFO
+	<depend>res_smdi</depend>
  ***/
 
 /*** MAKEOPTS

Modified: trunk/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_zap.c?view=diff&rev=65502&r1=65501&r2=65502
==============================================================================
--- trunk/channels/chan_zap.c (original)
+++ trunk/channels/chan_zap.c Tue May 22 13:41:56 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