mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-09 22:45:49 +00:00
support sending text through agent channels (issue #5295)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6787 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -722,7 +722,7 @@ int ast_set_write_format(struct ast_channel *chan, int format);
|
||||
* 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 */
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user