[Asterisk-cvs] asterisk/channels chan_zap.c,1.283,1.284

markster at lists.digium.com markster at lists.digium.com
Wed Jun 23 18:15:52 CDT 2004


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

Modified Files:
	chan_zap.c 
Log Message:
Extend delay slightly


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.283
retrieving revision 1.284
diff -u -d -r1.283 -r1.284
--- chan_zap.c	23 Jun 2004 22:00:04 -0000	1.283
+++ chan_zap.c	23 Jun 2004 22:01:46 -0000	1.284
@@ -3196,7 +3196,7 @@
 				if (strlen(p->dop.dialstr) > 4) {
 					memset(p->echorest, 'w', sizeof(p->echorest) - 1);
 					p->echorest[sizeof(p->echorest) - 1] = '\0';
-					strcpy(p->echorest + (p->echotraining / 400) + 1, p->dop.dialstr + strlen(p->dop.dialstr) - 2);
+					strcpy(p->echorest + (p->echotraining / 401) + 1, p->dop.dialstr + strlen(p->dop.dialstr) - 2);
 					p->echobreak = 1;
 					p->dop.dialstr[strlen(p->dop.dialstr)-2] = '\0';
 				} else




More information about the svn-commits mailing list