[Asterisk-cvs] asterisk/include/asterisk app.h,1.29,1.30

markster at lists.digium.com markster at lists.digium.com
Thu Feb 17 14:05:08 CST 2005


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

Modified Files:
	app.h 
Log Message:
Add atxfer fix (bug #3592)


Index: app.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/app.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- app.h	17 Feb 2005 14:57:36 -0000	1.29
+++ app.h	17 Feb 2005 20:04:10 -0000	1.30
@@ -144,7 +144,7 @@
 /*! Create an argc argv type structure for app args */
 int ast_separate_app_args(char *buf, char delim, char **array, int arraylen);
 
-/*! Present a dialtone and collect a certain length extension.  Returns 1 on valid extension entered, -1 on hangup, or 0 on invalid extension. */
+/*! Present a dialtone and collect a certain length extension.  Returns 1 on valid extension entered, -1 on hangup, or 0 on invalid extension. Note that if 'collect' holds digits already, new digits will be appended, so be sure it's initialized properly */
 int ast_app_dtget(struct ast_channel *chan, const char *context, char *collect, size_t size, int maxlen, int timeout);
 
 /*! Allow to record message and have a review option */




More information about the svn-commits mailing list