[asterisk-commits] file: branch file/bridging r110332 - /team/file/bridging/apps/app_confbridge.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Mar 20 15:53:12 CDT 2008
Author: file
Date: Thu Mar 20 15:53:12 2008
New Revision: 110332
URL: http://svn.digium.com/view/asterisk?view=rev&rev=110332
Log:
IVR option 8 is for exiting the IVR.
Modified:
team/file/bridging/apps/app_confbridge.c
Modified: team/file/bridging/apps/app_confbridge.c
URL: http://svn.digium.com/view/asterisk/team/file/bridging/apps/app_confbridge.c?view=diff&rev=110332&r1=110331&r2=110332
==============================================================================
--- team/file/bridging/apps/app_confbridge.c (original)
+++ team/file/bridging/apps/app_confbridge.c Thu Mar 20 15:53:12 2008
@@ -410,6 +410,8 @@
/* 6 - Increase listening volume */
} else if (digit == '7') {
/* 7 - Decrease talking volume */
+ } else if (digit == '8') {
+ /* 8 - Exit the IVR */
} else if (digit == '9') {
/* 9 - Increase talking volume */
} else {
More information about the asterisk-commits
mailing list