summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-06-18 11:08:49 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-06-18 11:08:49 +0000
commitc083a2fd217df6b516dbf7c929a46954bcd6dd11 (patch)
tree9804ed31a00f1ac32c0ce92f2b5f0f86589be791
parent50424f27e7d830d3713579281e05eaec11127dcd (diff)
Disable DAHDI_AUDIO_NOTIFY by default
It's still not tested well-enough, if one enables OPTIMIZE_CHANMUTE. Merged revisions 8784 via svnmerge from http://svn.digium.com/svn/dahdi/linux/trunk git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.3@8785 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--include/dahdi/dahdi_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dahdi/dahdi_config.h b/include/dahdi/dahdi_config.h
index befe845..ca16ded 100644
--- a/include/dahdi/dahdi_config.h
+++ b/include/dahdi/dahdi_config.h
@@ -182,6 +182,6 @@
/*
* Pass DAHDI_AUDIOMODE to channel driver as well
*/
-#define DAHDI_AUDIO_NOTIFY
+/* #define DAHDI_AUDIO_NOTIFY */
#endif