projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01ab662
)
Apparently, I don't need to specify the ".so" suffix to get a match
author
Tilghman Lesher
<tilghman@meg.abyt.es>
Wed, 21 Oct 2009 15:42:47 +0000
(15:42 +0000)
committer
Tilghman Lesher
<tilghman@meg.abyt.es>
Wed, 21 Oct 2009 15:42:47 +0000
(15:42 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@225102
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_meetme.c
patch
|
blob
|
history
diff --git
a/apps/app_meetme.c
b/apps/app_meetme.c
index
e66f0ea
..
67dd8a2
100644
(file)
--- a/
apps/app_meetme.c
+++ b/
apps/app_meetme.c
@@
-2407,7
+2407,7
@@
static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c
}
/* Reduce background noise from each participant */
- if ((mod_speex = ast_module_helper("", "codec_speex.so", 0, 0, 0, 0)) || (mod_speex = ast_module_helper("", "codec_speex", 0, 0, 0, 0))) {
+ if ((mod_speex = ast_module_helper("", "codec_speex", 0, 0, 0, 0))) {
ast_free(mod_speex);
ast_func_write(chan, "DENOISE(rx)", "on");
}