[Asterisk-cvs] asterisk/include/asterisk dsp.h,1.1,1.2
markster at lists.digium.com
markster at lists.digium.com
Sat Mar 27 21:55:23 CST 2004
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv7125/include/asterisk
Modified Files:
dsp.h
Log Message:
Add support for Costa Rica to DSP
Index: dsp.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/dsp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dsp.h 10 Jan 2003 22:58:35 -0000 1.1
+++ dsp.h 28 Mar 2004 02:53:04 -0000 1.2
@@ -40,6 +40,9 @@
/* Scans for progress indication in audio */
int ast_dsp_call_progress(struct ast_dsp *dsp, struct ast_frame *inf);
+/* Set zone for doing progress detection */
+int ast_dsp_set_call_progress_zone(struct ast_dsp *dsp, char *zone);
+
/* Return AST_FRAME_NULL frames when there is silence, AST_FRAME_BUSY on
busies, and call progress, all dependent upon which features are enabled */
struct ast_frame *ast_dsp_process(struct ast_channel *chan, struct ast_dsp *dsp, struct ast_frame *inf, int needlock);
More information about the svn-commits
mailing list