[Asterisk-cvs] asterisk dsp.c,1.22,1.23
markster at lists.digium.com
markster at lists.digium.com
Wed Apr 28 10:49:06 CDT 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv9999
Modified Files:
dsp.c
Log Message:
When creating a new DSP, initialize the progress zone just in case
Index: dsp.c
===================================================================
RCS file: /usr/cvsroot/asterisk/dsp.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- dsp.c 6 Apr 2004 22:17:31 -0000 1.22
+++ dsp.c 28 Apr 2004 14:55:38 -0000 1.23
@@ -1633,6 +1633,8 @@
dsp->busycount = DSP_HISTORY;
/* Initialize DTMF detector */
ast_dtmf_detect_init(&dsp->td.dtmf);
+ /* Initialize initial DSP progress detect parameters */
+ ast_dsp_prog_reset(dsp);
}
return dsp;
}
More information about the svn-commits
mailing list