]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add mod_voicemail to default build
authorBrian West <brian@freeswitch.org>
Sat, 13 Oct 2007 00:21:31 +0000 (00:21 +0000)
committerBrian West <brian@freeswitch.org>
Sat, 13 Oct 2007 00:21:31 +0000 (00:21 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5866 d0543943-73ff-0310-b7d9-9358b9ac24b2

build/modules.conf.in
conf/modules.conf.xml

index ee132a531ff416936cbe449ea5ea49965d75dc3a..6ac1e6555529ad71f5e6c38291bd91e41a39ee9d 100644 (file)
@@ -5,7 +5,7 @@ applications/mod_conference
 applications/mod_dptools
 applications/mod_enum
 applications/mod_fifo
-#applications/mod_voicemail
+applications/mod_voicemail
 #applications/mod_ivrtest
 #applications/mod_soundtouch
 #applications/mod_rss
index 28dbaddf18349ea62a023cb59a0e22c5e034ad69..e40b7ccf708a92810e3eba77c9295b4c9fb9f9a3 100644 (file)
@@ -37,7 +37,7 @@
     <load module="mod_conference"/>
     <load module="mod_dptools"/>
     <load module="mod_fifo"/>
-    <!--<load module="mod_voicemail"/>-->
+    <load module="mod_voicemail"/>
 
     <!-- Dialplan Interfaces -->
     <!-- <load module="mod_dialplan_directory"/> -->