mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge Mike's announcement enhancements
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3020 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -614,6 +614,9 @@ int ast_sendtext(struct ast_channel *chan, char *text);
|
||||
* Read a char of text from a channel
|
||||
* Returns 0 on success, -1 on failure
|
||||
*/
|
||||
|
||||
int ast_senddigit(struct ast_channel *chan, char digit);
|
||||
|
||||
int ast_recvchar(struct ast_channel *chan, int timeout);
|
||||
|
||||
//! Browse channels in use
|
||||
|
Reference in New Issue
Block a user