[svn-commits] russell: branch 1.2 r1311 - /branches/1.2/zaptel.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue Aug 15 14:30:50 MST 2006


Author: russell
Date: Tue Aug 15 16:30:49 2006
New Revision: 1311

URL: http://svn.digium.com/view/zaptel?rev=1311&view=rev
Log:
fix passing a 'w' to wait when using pulse dialing 
(issue #7738, hanabana)

Modified:
    branches/1.2/zaptel.c

Modified: branches/1.2/zaptel.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/zaptel.c?rev=1311&r1=1310&r2=1311&view=diff
==============================================================================
--- branches/1.2/zaptel.c (original)
+++ branches/1.2/zaptel.c Tue Aug 15 16:30:49 2006
@@ -2592,6 +2592,8 @@
 					return;
 				}
 			} else {
+		case 'w':
+		case 'W':
 				chan->curtone = zt_dtmf_tone(c, (chan->digitmode == DIGIT_MODE_MFV1)); 
 				chan->tonep = 0;
 				/* All done */



More information about the svn-commits mailing list