summaryrefslogtreecommitdiff
path: root/channels/h323/chan_h323.h
diff options
context:
space:
mode:
authorJeremy McNamara <jj@nufone.net>2004-09-21 18:42:37 +0000
committerJeremy McNamara <jj@nufone.net>2004-09-21 18:42:37 +0000
commitef889d66720b188e289f8bb070f021d955e977f3 (patch)
tree1ec9e076a45f16642fc318ca60a686576716fb1a /channels/h323/chan_h323.h
parent291ce3e839bda26ece94f8672850a02ee9eea06a (diff)
support early media/intercept Bug #562
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3815 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/h323/chan_h323.h')
-rwxr-xr-xchannels/h323/chan_h323.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h
index 691fec635..1b277c499 100755
--- a/channels/h323/chan_h323.h
+++ b/channels/h323/chan_h323.h
@@ -202,7 +202,8 @@ extern "C" {
/* H323 create and destroy sessions */
int h323_make_call(char *host, call_details_t *cd, call_options_t);
int h323_clear_call(const char *);
-
+ void h323_set_options(int nofs, int noh245tun);
+
/* H.323 alerting and progress */
int h323_send_alerting(const char *token);
int h323_send_progress(const char *token);
@@ -210,7 +211,7 @@ extern "C" {
int h323_answering_call(const char *token, int);
int h323_soft_hangup(const char *data);
int h323_show_codec(int fd, int argc, char *argv[]);
-
+
#ifdef __cplusplus
}