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:
cf43ccd
)
Fix a compile error
author
Martin Pycko
<martinp@digium.com>
Tue, 17 Jun 2003 23:13:41 +0000
(23:13 +0000)
committer
Martin Pycko
<martinp@digium.com>
Tue, 17 Jun 2003 23:13:41 +0000
(23:13 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1105
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
dsp.c
patch
|
blob
|
history
diff --git
a/dsp.c
b/dsp.c
index
7dc368c
..
02cba66
100755
(executable)
--- a/
dsp.c
+++ b/
dsp.c
@@
-1052,7
+1052,7
@@
int ast_dsp_busydetect(struct ast_dsp *dsp)
#endif
#ifdef BUSYDETECT_COMPARE_TONE_AND_SILENCE
#ifdef BUSYDETECT_TONEONLY
-#error You can't use BUSYDETECT_TONEONLY together with BUSYDETECT_COMPARE_TONE_AND_SILENCE
+#error You cant use BUSYDETECT_TONEONLY together with BUSYDETECT_COMPARE_TONE_AND_SILENCE
#endif
if (avgtone > avgsilence) {
if (avgtone - avgtone/(BUSY_PERCENT*2) <= avgsilence)