[asterisk/f20: 2/2] re-enable app_jack and chan_misdn on f20

Jeffrey C. Ollie jcollie at fedoraproject.org
Sun Dec 29 21:15:33 UTC 2013


commit 5e1a9c941ddd1579dfe733679a250854530917d4
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Sun Dec 29 15:15:18 2013 -0600

    re-enable app_jack and chan_misdn on f20

 asterisk.spec       |    4 ++--
 menuselect.makeopts |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/asterisk.spec b/asterisk.spec
index 1dbfcd3..761e4b0 100644
--- a/asterisk.spec
+++ b/asterisk.spec
@@ -1254,7 +1254,7 @@ fi
 
 %files jack
 %defattr(-,root,root,-)
-#%{_libdir}/asterisk/modules/app_jack.so
+%{_libdir}/asterisk/modules/app_jack.so
 
 %files lua
 %defattr(-,root,root,-)
@@ -1285,7 +1285,7 @@ fi
 %files misdn
 %defattr(-,root,root,-)
 %attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/misdn.conf
-#%{_libdir}/asterisk/modules/chan_misdn.so
+%{_libdir}/asterisk/modules/chan_misdn.so
 %endif
 
 %files mobile
diff --git a/menuselect.makeopts b/menuselect.makeopts
index a9b37d7..3bfc11d 100644
--- a/menuselect.makeopts
+++ b/menuselect.makeopts
@@ -1,9 +1,9 @@
 MENUSELECT_ADDONS=format_mp3
-MENUSELECT_APPS=app_ivrdemo app_mp3 app_osplookup app_skel app_jack
+MENUSELECT_APPS=app_ivrdemo app_mp3 app_osplookup app_skel
 MENUSELECT_BRIDGES=
 MENUSELECT_CDR=cdr_sqlite
 MENUSELECT_CFLAGS=LOADABLE_MODULES
-MENUSELECT_CHANNELS=chan_h323 chan_nbs chan_vpb chan_misdn
+MENUSELECT_CHANNELS=chan_h323 chan_nbs chan_vpb
 MENUSELECT_CODECS=
 MENUSELECT_CORE_SOUNDS=
 MENUSELECT_EMBED=


More information about the scm-commits mailing list