summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-06-18 10:57:22 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-06-18 10:57:22 +0000
commitb43e887ffd54f3bef9e1d3ff90d72663193fa96b (patch)
treec07ed3a2dae75ca8d85619859c0281ce44b0734e
parent3418f45ac5017d8e7378ff73baea8c85cdf4b86f (diff)
Disable DAHDI_AUDIO_NOTIFY by default
It's still not tested well-enough, if one enables OPTIMIZE_CHANMUTE. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8784 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