summaryrefslogtreecommitdiff
path: root/include/asterisk/autoconfig.h.in
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2010-06-02 21:05:32 +0000
committerRichard Mudgett <rmudgett@digium.com>2010-06-02 21:05:32 +0000
commitafcbc93daede49f5475d37355f16210120d4b1c5 (patch)
tree4fd5885930495908651a8e236d29d42e89c9c096 /include/asterisk/autoconfig.h.in
parent3280a5c0afafe289ff8f1a28e57e87da8d66d9e0 (diff)
Add ETSI Call Waiting support.
Add the ability to announce a call to an endpoint when there are no B channels available. A call waiting call is a SETUP message with no B channel selected. Relevant specification: EN 300 056, EN 300 057, EN 300 058 For DAHDI/ISDN channels, the CHANNEL() dialplan function now supports the "no_media_path" option. * Returns "0" if there is a B channel associated with the call. * Returns "1" if no B channel is associated with the call. The call is either on hold or is a call waiting call. If you are going to allow incoming call waiting calls then you need to use CHANNEL(no_media_path) do determine if you must drop a call to accept the new call. Review: https://reviewboard.asterisk.org/r/568/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@267261 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/autoconfig.h.in')
-rw-r--r--include/asterisk/autoconfig.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index fb519741e..fe13b2502 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -543,6 +543,10 @@
library. */
#undef HAVE_PRI_CALL_REROUTING
+/* Define to 1 if you have the ISDN PRI call waiting supplementary service
+ library. */
+#undef HAVE_PRI_CALL_WAITING
+
/* Define to 1 if you have the ISDN PRI call completion supplementary service
library. */
#undef HAVE_PRI_CCSS