aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/chan_h323.h
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-06 16:43:24 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-06 16:43:24 +0000
commit96fb12f2f663d1913a599123e3388650c6d0f05a (patch)
tree85d9ad3a2005319e1fbd74822eff3a55502adfba /channels/h323/chan_h323.h
parent919903f9427a08d97f2832354d457484d8478637 (diff)
nuke file descriptor leak..You don't need a whole new thread to hang up a friggen call
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1890 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/chan_h323.h')
-rwxr-xr-xchannels/h323/chan_h323.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h
index c330dd883..f152e6a39 100755
--- a/channels/h323/chan_h323.h
+++ b/channels/h323/chan_h323.h
@@ -178,6 +178,7 @@ extern "C" {
int h323_set_gk(int, char *, char *);
void h323_set_id(char *);
+ void h323_show_tokens(void);
/* H323 listener related funcions */
int h323_start_listener(int, struct sockaddr_in);
@@ -191,9 +192,10 @@ extern "C" {
int h323_make_call(char *host, call_details_t *cd, call_options_t);
int h323_clear_call(const char *);
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
}