summaryrefslogtreecommitdiff
path: root/channels/h323/chan_h323.h
diff options
context:
space:
mode:
authorJeremy McNamara <jj@nufone.net>2003-09-22 06:21:03 +0000
committerJeremy McNamara <jj@nufone.net>2003-09-22 06:21:03 +0000
commita83662beda94faf4eaa3a7ff2a8f917d59d81687 (patch)
treea8730e61a75ce18cc658f32765b6d56949df7e46 /channels/h323/chan_h323.h
parent7c59caf852b49fb27b1df91b1d2b5ab687677add (diff)
rollback transfer support...not properly implemented
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1537 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/h323/chan_h323.h')
-rwxr-xr-xchannels/h323/chan_h323.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h
index c1f5a90cf..78d7fd4ec 100755
--- a/channels/h323/chan_h323.h
+++ b/channels/h323/chan_h323.h
@@ -131,11 +131,6 @@ setup_incoming_cb on_incoming_call;
typedef int (*setup_outbound_cb)(call_details_t);
setup_outbound_cb on_outgoing_call;
-/* This is a callback prototype function, called upon
- a transfer. */
-typedef int (*setup_transfer_cb)(unsigned int, const char *);
-setup_transfer_cb on_transfer_call;
-
/* This is a callback prototype function, called when the openh323
OnStartLogicalChannel is invoked. */
typedef void (*start_logchan_cb)(unsigned int, const char *, int);
@@ -171,7 +166,6 @@ extern "C" {
/* callback function handler*/
void h323_callback_register(setup_incoming_cb,
setup_outbound_cb,
- setup_transfer_cb,
on_connection_cb,
start_logchan_cb,
clear_con_cb,