[Asterisk-cvs] asterisk/apps app_dial.c,1.102,1.103

markster at lists.digium.com markster at lists.digium.com
Wed Nov 3 17:35:35 CST 2004


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv4155/apps

Modified Files:
	app_dial.c 
Log Message:
Pass through flash hook


Index: app_dial.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_dial.c,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- app_dial.c	1 Nov 2004 14:48:07 -0000	1.102
+++ app_dial.c	3 Nov 2004 22:37:55 -0000	1.103
@@ -362,7 +362,8 @@
 								ast_indicate(in, AST_CONTROL_PROGRESS);
 							break;
 						case AST_CONTROL_OFFHOOK:
-							/* Ignore going off hook */
+						case AST_CONTROL_FLASH:
+							/* Ignore going off hook and flash */
 							break;
 						case -1:
 							if (!outgoing->ringbackonly && !outgoing->musiconhold) {




More information about the svn-commits mailing list