[Asterisk-cvs] asterisk/include/asterisk dsp.h,1.7,1.8

markster markster
Sun Aug 7 20:05:07 CDT 2005


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

Modified Files:
	dsp.h 
Log Message:
Merge steve's busy detect stuff (bug #4830)


Index: dsp.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/dsp.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- dsp.h	28 Jun 2005 14:36:56 -0000	1.7
+++ dsp.h	8 Aug 2005 00:08:48 -0000	1.8
@@ -53,6 +53,9 @@
 /* Set number of required cadences for busy */
 void ast_dsp_set_busy_count(struct ast_dsp *dsp, int cadences);
 
+/* Set expected lengths of the busy tone */
+void ast_dsp_set_busy_pattern(struct ast_dsp *dsp, int tonelength, int quietlength);
+
 /* Scans for progress indication in audio */
 int ast_dsp_call_progress(struct ast_dsp *dsp, struct ast_frame *inf);
 




More information about the svn-commits mailing list