]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 182722 via svnmerge from
authorJeff Peeler <jpeeler@digium.com>
Tue, 17 Mar 2009 20:52:54 +0000 (20:52 +0000)
committerJeff Peeler <jpeeler@digium.com>
Tue, 17 Mar 2009 20:52:54 +0000 (20:52 +0000)
commit90907a186ffdf213d16497018cb9b6880b36805e
treedf2b50b6625c8076228b4f204cc39f718ebfacb4
parentd2f5ee040743a217286b9c0ad6ca15999abb127b
Merged revisions 182722 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r182722 | jpeeler | 2009-03-17 15:47:31 -0500 (Tue, 17 Mar 2009) | 15 lines

  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/branches/1.6.1@182724 65c4cc65-6c06-0410-ace0-fbb531ad65f3
autoconf/ast_check_openh323.m4
channels/chan_h323.c
channels/h323/ast_h323.cxx
channels/h323/ast_h323.h
channels/h323/chan_h323.h
channels/h323/compat_h323.cxx
channels/h323/compat_h323.h
configure