[svn-commits] russell: trunk r1312 - in /trunk: ./ zaptel.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue Aug 15 14:34:16 MST 2006


Author: russell
Date: Tue Aug 15 16:34:16 2006
New Revision: 1312

URL: http://svn.digium.com/view/zaptel?rev=1312&view=rev
Log:
Merged revisions 1311 via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.2

........
r1311 | russell | 2006-08-15 17:30:49 -0400 (Tue, 15 Aug 2006) | 3 lines

fix passing a 'w' to wait when using pulse dialing 
(issue #7738, hanabana)

........

Modified:
    trunk/   (props changed)
    trunk/zaptel.c

Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.2-merged (original)
+++ branch-1.2-merged Tue Aug 15 16:34:16 2006
@@ -1,1 +1,1 @@
-/branches/1.2:1-916,918-936,938-949,958,962,970,990,1004,1011,1017,1031,1033,1060,1062,1064-1066,1069,1071,1076,1079,1081,1097,1101,1151,1185,1187,1205,1233,1235-1236,1243,1248,1259,1262,1298,1300,1304,1306
+/branches/1.2:1-916,918-936,938-949,958,962,970,990,1004,1011,1017,1031,1033,1060,1062,1064-1066,1069,1071,1076,1079,1081,1097,1101,1151,1185,1187,1205,1233,1235-1236,1243,1248,1259,1262,1298,1300,1304,1306,1311

Modified: trunk/zaptel.c
URL: http://svn.digium.com/view/zaptel/trunk/zaptel.c?rev=1312&r1=1311&r2=1312&view=diff
==============================================================================
--- trunk/zaptel.c (original)
+++ trunk/zaptel.c Tue Aug 15 16:34:16 2006
@@ -2715,6 +2715,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