aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/chan_h323.h
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-09-22 06:21:03 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-09-22 06:21:03 +0000
commitcb741d4947db6afbe80d406456c9d3d740460874 (patch)
treea8730e61a75ce18cc658f32765b6d56949df7e46 /channels/h323/chan_h323.h
parent5fe638a937ffdb8c82714a5a32802de9ca456b32 (diff)
rollback transfer support...not properly implemented
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1537 f38db490-d61c-443f-a65b-d21fe96a405b
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,