From 9dc40485f212e6adc3ff87f9bdbe1c68cddfde64 Mon Sep 17 00:00:00 2001 From: Jeff Peeler Date: Tue, 17 Mar 2009 20:47:31 +0000 Subject: Allow H.323 Plus library to be used in addition to the OpenH323 library Chan_h323 can now be compiled against both the previously supported versions of OpenH323 as well as the current H.323 Plus (version 1.20.2). The configure script has been modified to look in the default install location of h323 to hopefully help avoid using the environment variables OPENH323DIR and PWLIBDIR. Also, the CLI command "h323 show version" has been added which indicates which version of h323 is in use. (closes issue #11261) Reported by: vhatz Patches: asterisk-1.6.0.6-h323plus.patch uploaded by jthurman (license 614) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@182722 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/h323/chan_h323.h | 1 + 1 file changed, 1 insertion(+) (limited to 'channels/h323/chan_h323.h') diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h index 95e8c491d..e121f02fb 100644 --- a/channels/h323/chan_h323.h +++ b/channels/h323/chan_h323.h @@ -242,6 +242,7 @@ extern "C" { int h323_set_gk(int, char *, char *); void h323_set_id(char *); void h323_show_tokens(void); + void h323_show_version(void); /* H323 listener related funcions */ int h323_start_listener(int, struct sockaddr_in); -- cgit v1.2.3