From 2bd936105e72e2dcc1f847a28f04b2538e83020f Mon Sep 17 00:00:00 2001 From: Matteo Brancaleoni Date: Wed, 12 Feb 2003 13:59:15 +0000 Subject: mer feb 12 14:56:57 CET 2003 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@612 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/pbx.h | 4 ++++ include/asterisk/rtp.h | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'include/asterisk') diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h index 8e18bbc97..f6034b61e 100755 --- a/include/asterisk/pbx.h +++ b/include/asterisk/pbx.h @@ -435,6 +435,10 @@ struct ast_ignorepat *ast_walk_context_ignorepats(struct ast_context *con, struct ast_ignorepat *ip); struct ast_sw *ast_walk_context_switches(struct ast_context *con, struct ast_sw *sw); +extern char *pbx_builtin_getvar_helper(struct ast_channel *chan, char *name); +extern void pbx_builtin_setvar_helper(struct ast_channel *chan, char *name, char *value); +extern void pbx_builtin_clear_globals(void); + #if defined(__cplusplus) || defined(c_plusplus) } #endif diff --git a/include/asterisk/rtp.h b/include/asterisk/rtp.h index 8b21767f3..8137eb38d 100755 --- a/include/asterisk/rtp.h +++ b/include/asterisk/rtp.h @@ -44,6 +44,10 @@ void ast_rtp_set_data(struct ast_rtp *rtp, void *data); int ast_rtp_write(struct ast_rtp *rtp, struct ast_frame *f); +struct ast_frame *ast_rtp_read(struct ast_rtp *rtp); + +int ast_rtp_fd(struct ast_rtp *rtp); + int ast_rtp_senddigit(struct ast_rtp *rtp, char digit); int ast_rtp_settos(struct ast_rtp *rtp, int tos); -- cgit v1.2.3