aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-20 00:29:09 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-20 00:29:09 +0000
commitabc625c7e817468dc9f23e1313c03eb3853eecb7 (patch)
tree05f62ccb5c5f44a6aaf5e2b8855363ef810f1c97 /channel.c
parent638e0aa64fde05fdf6bed12d43a907d5f250eec8 (diff)
Merge Mike's announcement enhancements
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3020 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channel.c')
-rwxr-xr-xchannel.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/channel.c b/channel.c
index b9097eee3..8d23fca78 100755
--- a/channel.c
+++ b/channel.c
@@ -1431,6 +1431,11 @@ static int do_senddigit(struct ast_channel *chan, char digit)
return 0;
}
+int ast_senddigit(struct ast_channel *chan, char digit)
+{
+ return do_senddigit(chan, digit);
+}
+
int ast_prod(struct ast_channel *chan)
{
struct ast_frame a = { AST_FRAME_VOICE };