[Asterisk-cvs] asterisk/include/asterisk adsi.h,1.5,1.5.2.1

russell at lists.digium.com russell at lists.digium.com
Fri Jun 24 18:26:43 CDT 2005


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

Modified Files:
      Tag: v1-0
	adsi.h 
Log Message:
when switching back to voice mode, wait for 'B' (bug #3833)


Index: adsi.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/adsi.h,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- adsi.h	30 Aug 2004 05:27:51 -0000	1.5
+++ adsi.h	24 Jun 2005 22:27:10 -0000	1.5.2.1
@@ -164,7 +164,7 @@
 /* ADSI Layer 2 transmission functions */
 extern int adsi_transmit_messages(struct ast_channel *chan, unsigned char **msg, int *msglen, int *msgtype);
 extern int adsi_transmit_message(struct ast_channel *chan, unsigned char *msg, int msglen, int msgtype);
-
+extern int adsi_transmit_message_full(struct ast_channel *chan, unsigned char *msg, int msglen, int msgtype, int dowait);
 //! Read some encoded DTMF data.  
 /*!
  * Returns number of bytes received




More information about the svn-commits mailing list