[Asterisk-cvs] asterisk channel.c,1.246,1.247
kpfleming
kpfleming
Thu Oct 13 20:51:37 CDT 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv24121
Modified Files:
channel.c
Log Message:
support sending text through agent channels (issue #5295)
Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.246
retrieving revision 1.247
diff -u -d -r1.246 -r1.247
--- channel.c 13 Oct 2005 22:10:16 -0000 1.246
+++ channel.c 14 Oct 2005 00:46:13 -0000 1.247
@@ -1831,7 +1831,7 @@
return buf;
}
-int ast_sendtext(struct ast_channel *chan, char *text)
+int ast_sendtext(struct ast_channel *chan, const char *text)
{
int res = 0;
/* Stop if we're a zombie or need a soft hangup */
More information about the svn-commits
mailing list