Skip to content

Commit cdd6763

Browse files
authored
Merge pull request #2692 from signalwire/stress
[mod_stress] Remove from tree.
2 parents 0acb3f2 + 866c235 commit cdd6763

File tree

13 files changed

+1
-1057
lines changed

13 files changed

+1
-1057
lines changed

LICENSE

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,11 +1309,6 @@ Copyright: 2009-2012 10gen Inc.
13091309
2001 Unicode, Inc.
13101310
License: Apache-2.0
13111311

1312-
Files: src/mod/applications/mod_stress/FFTReal.h
1313-
src/mod/applications/mod_stress/FFTReal.cpp
1314-
Copyright: 1999 Laurent de Soras
1315-
License: unclear
1316-
13171312
Files: src/mod/loggers/mod_syslog/mod_syslog.c
13181313
Copyright: 2005-2010, James Martelletti <james@nerdc0re.com>
13191314
License: MPL-1.1

build/modules.conf.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ applications/mod_sms
4343
#applications/mod_soundtouch
4444
applications/mod_spandsp
4545
#applications/mod_spy
46-
#applications/mod_stress
4746
applications/mod_test
4847
#applications/mod_translate
4948
applications/mod_valet_parking

build/modules.conf.most

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ applications/mod_sonar
4343
applications/mod_soundtouch
4444
applications/mod_spandsp
4545
applications/mod_spy
46-
applications/mod_stress
4746
applications/mod_test
4847
applications/mod_translate
4948
applications/mod_valet_parking

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2135,7 +2135,6 @@ AC_CONFIG_FILES([Makefile
21352135
src/mod/applications/mod_soundtouch/Makefile
21362136
src/mod/applications/mod_spandsp/Makefile
21372137
src/mod/applications/mod_spy/Makefile
2138-
src/mod/applications/mod_stress/Makefile
21392138
src/mod/applications/mod_test/Makefile
21402139
src/mod/applications/mod_translate/Makefile
21412140
src/mod/applications/mod_valet_parking/Makefile

debian/bootstrap.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,6 @@ Recommends:
551551
freeswitch-mod-soundtouch (= \${binary:Version}),
552552
freeswitch-mod-spandsp (= \${binary:Version}),
553553
freeswitch-mod-spy (= \${binary:Version}),
554-
freeswitch-mod-stress (= \${binary:Version}),
555554
freeswitch-mod-valet-parking (= \${binary:Version}),
556555
freeswitch-mod-vmd (= \${binary:Version}),
557556
freeswitch-mod-voicemail (= \${binary:Version}),
@@ -641,7 +640,6 @@ Depends: \${misc:Depends}, freeswitch (= \${binary:Version}),
641640
freeswitch-mod-soundtouch (= \${binary:Version}),
642641
freeswitch-mod-spandsp (= \${binary:Version}),
643642
freeswitch-mod-spy (= \${binary:Version}),
644-
freeswitch-mod-stress (= \${binary:Version}),
645643
freeswitch-mod-translate (= \${binary:Version}),
646644
freeswitch-mod-valet-parking (= \${binary:Version}),
647645
freeswitch-mod-video-filter (= \${binary:Version}),
@@ -868,7 +866,6 @@ Depends: \${misc:Depends}, freeswitch (= \${binary:Version}),
868866
freeswitch-mod-soundtouch-dbg (= \${binary:Version}),
869867
freeswitch-mod-spandsp-dbg (= \${binary:Version}),
870868
freeswitch-mod-spy-dbg (= \${binary:Version}),
871-
freeswitch-mod-stress-dbg (= \${binary:Version}),
872869
freeswitch-mod-translate-dbg (= \${binary:Version}),
873870
freeswitch-mod-valet-parking-dbg (= \${binary:Version}),
874871
freeswitch-mod-video-filter-dbg (= \${binary:Version}),

debian/control-modules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,6 @@ Module: applications/mod_spy
223223
Description: UserSpy
224224
This module adds the ability to monitor the audio of a channel.
225225

226-
Module: applications/mod_stress
227-
Description: Voice stress detection
228-
This module attempts to detect voice stress on an audio channel.
229-
230226
Module: applications/mod_translate
231227
Description: Number translation
232228
This module implements number translation.

debian/copyright

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,11 +1309,6 @@ Copyright: 2009-2012 10gen Inc.
13091309
2001 Unicode, Inc.
13101310
License: Apache-2.0
13111311

1312-
Files: src/mod/applications/mod_stress/FFTReal.h
1313-
src/mod/applications/mod_stress/FFTReal.cpp
1314-
Copyright: 1999 Laurent de Soras
1315-
License: unclear
1316-
13171312
Files: src/mod/loggers/mod_syslog/mod_syslog.c
13181313
Copyright: 2005-2010, James Martelletti <james@nerdc0re.com>
13191314
License: MPL-1.1

freeswitch.spec

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -535,15 +535,6 @@ Requires: %{name} = %{version}-%{release}
535535
Provides FreeSWITCH mod_spy, implements userspy application which provides
536536
persistent eavesdrop on all channels bridged to a certain user
537537

538-
%package application-stress
539-
Summary: FreeSWITCH mod_stress
540-
Group: System/Libraries
541-
Requires: %{name} = %{version}-%{release}
542-
543-
%description application-stress
544-
Provides FreeSWITCH mod_stress. mod_stress attempts to detect stress in a
545-
person's voice and generates FreeSWITCH events based on that data.
546-
547538
%package application-translate
548539
Summary: FreeSWITCH mod_translate
549540
Group: System/Libraries
@@ -1228,7 +1219,6 @@ Requires: freeswitch-application-snapshot
12281219
Requires: freeswitch-application-snom
12291220
Requires: freeswitch-application-soundtouch
12301221
Requires: freeswitch-application-spy
1231-
Requires: freeswitch-application-stress
12321222
Requires: freeswitch-application-valet_parking
12331223
Requires: freeswitch-application-video_filter
12341224
Requires: freeswitch-application-voicemail
@@ -1307,7 +1297,7 @@ APPLICATION_MODULES_FR="applications/mod_fifo applications/mod_fsk applications/
13071297
applications/mod_redis applications/mod_rss "
13081298

13091299
APPLICATION_MODULES_SZ="applications/mod_signalwire applications/mod_sms applications/mod_snapshot applications/mod_snom applications/mod_soundtouch \
1310-
applications/mod_spandsp applications/mod_spy applications/mod_stress \
1300+
applications/mod_spandsp applications/mod_spy \
13111301
applications/mod_valet_parking applications/mod_translate applications/mod_voicemail \
13121302
applications/mod_voicemail_ivr applications/mod_video_filter"
13131303

@@ -1980,9 +1970,6 @@ fi
19801970
%files application-spy
19811971
%{MODINSTDIR}/mod_spy.so*
19821972

1983-
%files application-stress
1984-
%{MODINSTDIR}/mod_stress.so*
1985-
19861973
%files application-translate
19871974
%{MODINSTDIR}/mod_translate.so*
19881975

src/mod/.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
/applications/mod_spandsp/Makefile
2222
/applications/mod_spandsp/Makefile.in
2323
/applications/mod_spandsp/mod_spandsp.log
24-
/applications/mod_stress/Makefile
25-
/applications/mod_stress/Makefile.in
26-
/applications/mod_stress/mod_stress.log
2724
/applications/mod_translate/Makefile
2825
/applications/mod_valet_parking/Makefile
2926
/applications/mod_voicemail/Makefile

0 commit comments

Comments
 (0)