[Asterisk-cvs] asterisk/apps app_dial.c,1.108,1.109

markster at lists.digium.com markster at lists.digium.com
Mon Nov 22 17:40:23 CST 2004


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

Modified Files:
	app_dial.c 
Log Message:
Little dial typo fix and make WaitExten continue if nothing entered and there is a step n+1


Index: app_dial.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_dial.c,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- app_dial.c	22 Nov 2004 22:11:10 -0000	1.108
+++ app_dial.c	22 Nov 2004 22:40:06 -0000	1.109
@@ -1066,7 +1066,7 @@
 								if(macro_transfer_dest[res] == '^')
 									macro_transfer_dest[res] = '|';
 
-							if(!ast_parsable_goto(chan, macro_transfer_dest))
+							if(!ast_parseable_goto(chan, macro_transfer_dest))
 								go_on = 1;
 							
 						}




More information about the svn-commits mailing list