[Asterisk-cvs] asterisk/channels chan_zap.c,1.328,1.329

markster at lists.digium.com markster at lists.digium.com
Tue Aug 31 22:25:15 CDT 2004


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

Modified Files:
	chan_zap.c 
Log Message:
Fix teeny typo


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.328
retrieving revision 1.329
diff -u -d -r1.328 -r1.329
--- chan_zap.c	31 Aug 2004 13:47:23 -0000	1.328
+++ chan_zap.c	1 Sep 2004 02:28:38 -0000	1.329
@@ -4775,7 +4775,7 @@
 				tone_zone_play_tone(p->subs[index].zfd, -1);
 			else
 				tone_zone_play_tone(p->subs[index].zfd, ZT_TONE_DIALTONE);
-			if (ast_exists_extension(chan, chan->context, exten, 1, p->callerid) && strcmp(chan->exten, ast_parking_ext())) {
+			if (ast_exists_extension(chan, chan->context, exten, 1, p->callerid) && strcmp(exten, ast_parking_ext())) {
 				if (!res || !ast_matchmore_extension(chan, chan->context, exten, 1, p->callerid)) {
 					if (getforward) {
 						/* Record this as the forwarding extension */




More information about the svn-commits mailing list