From c0273110c480275197e5dedbc5650542d3b488d4 Mon Sep 17 00:00:00 2001 From: Jeremy McNamara Date: Mon, 4 Oct 2004 10:18:06 +0000 Subject: a major rework - type=peer support, code cleanup, and optimization. Still not ready to use git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3908 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/h323/chan_h323.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'channels/h323/chan_h323.h') diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h index 0215054f2..928301986 100755 --- a/channels/h323/chan_h323.h +++ b/channels/h323/chan_h323.h @@ -56,7 +56,7 @@ struct oh323_user { All peers are registered to a GK if there is one */ struct oh323_peer { char name[80]; - char mailbox[AST_MAX_EXTENSION]; + char mailbox[80]; int capability; int noFastStart; int noH245Tunneling; @@ -83,9 +83,8 @@ struct oh323_alias { struct oh323_alias *next; }; -/** call_option struct is filled from the - PBX application and passed through make_call - function*/ +/** call_option struct holds various bits + of information for each call */ typedef struct call_options { char *callerid; char *callername; @@ -168,7 +167,7 @@ extern "C" { #endif void h323_gk_urq(void); - void h323_end_point_create(int, int); + void h323_end_point_create(void); void h323_end_process(void); int h323_end_point_exist(void); @@ -204,7 +203,6 @@ 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); -- cgit v1.2.3