[Asterisk-cvs] asterisk/include/asterisk channel.h,1.104,1.105
kpfleming
kpfleming
Thu Oct 13 20:51:37 CDT 2005
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv24121/include/asterisk
Modified Files:
channel.h
Log Message:
support sending text through agent channels (issue #5295)
Index: channel.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/channel.h,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- channel.h 13 Oct 2005 18:27:53 -0000 1.104
+++ channel.h 14 Oct 2005 00:46:13 -0000 1.105
@@ -722,7 +722,7 @@
* Write text to a display on a channel
* Returns 0 on success, -1 on failure
*/
-int ast_sendtext(struct ast_channel *chan, char *text);
+int ast_sendtext(struct ast_channel *chan, const char *text);
/*! Receives a text character from a channel */
/*!
More information about the svn-commits
mailing list