[asterisk-commits] qwell: trunk r100625 - in /trunk: ./ channels/chan_zap.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jan 28 12:24:40 CST 2008


Author: qwell
Date: Mon Jan 28 12:24:40 2008
New Revision: 100625

URL: http://svn.digium.com/view/asterisk?view=rev&rev=100625
Log:
Merged revisions 100624 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r100624 | qwell | 2008-01-28 12:23:09 -0600 (Mon, 28 Jan 2008) | 1 line

Correct a comment which made little/no sense.
........

Modified:
    trunk/   (props changed)
    trunk/channels/chan_zap.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_zap.c?view=diff&rev=100625&r1=100624&r2=100625
==============================================================================
--- trunk/channels/chan_zap.c (original)
+++ trunk/channels/chan_zap.c Mon Jan 28 12:24:40 2008
@@ -6526,8 +6526,8 @@
 				timeout = firstdigittimeout;
 					
 			} else if (!strcmp(exten,ast_pickup_ext())) {
-				/* Scan all channels and see if any there
-				 * ringing channqels with that have call groups
+				/* Scan all channels and see if there are any
+				 * ringing channels that have call groups
 				 * that equal this channels pickup group  
 				 */
 			  	if (index == SUB_REAL) {




More information about the asterisk-commits mailing list