aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel_pvt.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-05-26 22:48:45 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-05-26 22:48:45 +0000
commit1e117e3f70f3c8eeb61937bf15b02421e5250e1b (patch)
treebb9fd77ba263d235aee97e21c6d31bda9b29540b /include/asterisk/channel_pvt.h
parent89ac4df89311e3cc6864c0a9f866ee9bade3f6d7 (diff)
Version 0.1.9 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@327 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/channel_pvt.h')
-rwxr-xr-xinclude/asterisk/channel_pvt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asterisk/channel_pvt.h b/include/asterisk/channel_pvt.h
index a8a2e654d..643115954 100755
--- a/include/asterisk/channel_pvt.h
+++ b/include/asterisk/channel_pvt.h
@@ -47,6 +47,10 @@ struct ast_channel_pvt {
int (*write)(struct ast_channel *chan, struct ast_frame *frame);
/* Display or transmit text */
int (*send_text)(struct ast_channel *chan, char *text);
+ /* Display or send an image */
+ int (*send_image)(struct ast_channel *chan, struct ast_frame *frame);
+ /* Send HTML data */
+ int (*send_html)(struct ast_channel *chan, int subclass, char *data, int len);
/* Handle an exception, reading a frame */
struct ast_frame * (*exception)(struct ast_channel *chan);
/* Bridge two channels of the same type together */