From 73f73e1e7c0f9a0126ba51bc17532ec279f0556b Mon Sep 17 00:00:00 2001 From: kpfleming Date: Fri, 14 Oct 2005 00:46:13 +0000 Subject: support sending text through agent channels (issue #5295) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6787 f38db490-d61c-443f-a65b-d21fe96a405b --- channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channel.c') diff --git a/channel.c b/channel.c index 3218c8d11..61562f703 100755 --- a/channel.c +++ b/channel.c @@ -1831,7 +1831,7 @@ char *ast_recvtext(struct ast_channel *chan, int timeout) 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 */ -- cgit v1.2.3