]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
don't package mod_cluechoo and don't build/load by default
authorMichael Jerris <mike@jerris.com>
Tue, 23 Sep 2014 22:08:34 +0000 (18:08 -0400)
committerMichael Jerris <mike@jerris.com>
Tue, 23 Sep 2014 22:10:01 +0000 (18:10 -0400)
build/modules.conf.in
conf/vanilla/autoload_configs/modules.conf.xml
debian/bootstrap.sh
debian/control-modules

index 71ece983ef69a622f05a166a0e6c05dd6c0c845c..66b649f6f31c437eaec8bb43fde164e140ec36cc 100644 (file)
@@ -4,7 +4,7 @@
 #applications/mod_blacklist
 #applications/mod_callcenter
 #applications/mod_cidlookup
-applications/mod_cluechoo
+#applications/mod_cluechoo
 applications/mod_commands
 applications/mod_conference
 #applications/mod_curl
index d8a0b5cc6802ffa4db493fc0df3450ec824aaf37..e5a297e8af59ed2685fa00a670b8a0146bc929d4 100644 (file)
@@ -60,7 +60,7 @@
     <!--<load module="mod_easyroute"/>-->
     <load module="mod_esf"/>
     <load module="mod_fsv"/>
-    <load module="mod_cluechoo"/>
+    <!--<load module="mod_cluechoo"/>-->
     <load module="mod_valet_parking"/>
     <!--<load module="mod_fsk"/>-->
     <!--<load module="mod_spy"/>-->
index e9b77825a0e784c88246705f3185ecfb6791e1d8..bc7da61c3f074623a5c0b6302abda336fbb6b255 100755 (executable)
@@ -15,6 +15,7 @@ avoid_mods=(
   applications/mod_osp
   applications/mod_rad_auth
   applications/mod_skel
+  applications/mod_cluechoo
   asr_tts/mod_cepstral
   codecs/mod_com_g729
   codecs/mod_ilbc
@@ -433,7 +434,6 @@ Depends: \${misc:Depends}, freeswitch (= \${binary:Version}),
  freeswitch-mod-voicemail (= \${binary:Version}),
  freeswitch-mod-esf (= \${binary:Version}),
  freeswitch-mod-fsv (= \${binary:Version}),
- freeswitch-mod-cluechoo (= \${binary:Version}),
  freeswitch-mod-valet-parking (= \${binary:Version}),
  freeswitch-mod-httapi (= \${binary:Version}),
  freeswitch-mod-dialplan-xml (= \${binary:Version}),
@@ -564,7 +564,6 @@ Recommends:
  freeswitch-mod-blacklist (= \${binary:Version}),
  freeswitch-mod-callcenter (= \${binary:Version}),
  freeswitch-mod-cidlookup (= \${binary:Version}),
- freeswitch-mod-cluechoo (= \${binary:Version}),
  freeswitch-mod-commands (= \${binary:Version}),
  freeswitch-mod-conference (= \${binary:Version}),
  freeswitch-mod-curl (= \${binary:Version}),
index 924631711739ae4b311183e2894375e0915d0737..715565c81161931ed0ff011dd72ec4ce986b8e5a 100644 (file)
@@ -30,11 +30,6 @@ Description: Caller ID name lookup
  This module provides an API for querying caller ID name and location
  data.
 
-Module: applications/mod_cluechoo
-Description: Clue Choo
- This demo module renders a Clue Choo train on the FreeSWITCH console.
-Build-Depends: libncurses5-dev
-
 Module: applications/mod_commands
 Description: Command module
  This module provides miscellaneous API commands.