From 3c50e18f4623eb520564d7ca14357d9b689f457b Mon Sep 17 00:00:00 2001 From: Jeremy McNamara <jj@nufone.net> Date: Sun, 16 May 2004 16:52:18 +0000 Subject: [PATCH] add new file README.h323 to help lower the signal-to-noise ratio git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2981 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- doc/README.h323 | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 doc/README.h323 diff --git a/doc/README.h323 b/doc/README.h323 new file mode 100755 index 0000000000..9951f63533 --- /dev/null +++ b/doc/README.h323 @@ -0,0 +1,23 @@ +The Asterisk PBX supports H.323 via two totally separate +channel drivers. + +You can find more information Asterisk's native H.323 +support in /path/to/asterisk/channels/h323/README or +you can download a third party driver at +http://www.inaccessnetworks.com/projects/asterisk-oh323 + +Asterisk's native H.323 is supported and maintained by +Jeremy McNamara (JerJer in irc). Support for the third +party H.323 driver is supplied by inAccessNetworks. + +If you have trouble with either driver you should direct +your debug and comments to the appropriate party, making +sure to be specific in exactly which H.323 driver you are +running. + +Please, read all supplied documentation before contacting +either party for support. Many issues can be quickly +resolved by simply following the instructions that are +provided. + + -- GitLab