summaryrefslogtreecommitdiff
path: root/include
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
commit4c0424e91a7f2f13c7bb2b3d86b05eb3d5044cea (patch)
treec07ed3a2dae75ca8d85619859c0281ce44b0734e /include
parent0864e2941d8085b43819e59c4dcf161bb63e58ff (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
Diffstat (limited to 'include')
-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