aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/README
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-03-31 07:13:36 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-03-31 07:13:36 +0000
commite87ec82e085f525e025784b59b7c6c963688e876 (patch)
treeb1f49afdb738ce50543831306c4bff41e894c05f /channels/h323/README
parentd53be73ebe9f97b545594f1c2db16926aaddf524 (diff)
first commit of chan_h323
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@724 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/README')
-rwxr-xr-xchannels/h323/README55
1 files changed, 55 insertions, 0 deletions
diff --git a/channels/h323/README b/channels/h323/README
new file mode 100755
index 000000000..c56368f3e
--- /dev/null
+++ b/channels/h323/README
@@ -0,0 +1,55 @@
+
+ Open H.323 Channel Driver for Asterisk
+ By Jeremy McNamara
+ The NuFone Network
+
+ First public release on November 10th, 2002
+
+
+ Developed using: RedHat 7.2/7.3/8.0
+ Open H.323 v1.11.8
+ PWLib v1.4.12
+ GCC 2.96/3.1
+
+ Dependancies: openssl-0.9.6b
+ openssl-devel-0.9.6b
+ expat-1.95
+
+Notice: Whatever you do, DO NOT USE distrubution specific installs
+of Open H.323 and PWLib. Check everything out of CVS. If you dont know
+how to deal with cvs, learn. Also, if you are not using the listed
+versions of Open H.323 or PWlib you are on your own, sorry. Older versions
+will NOT work, but newer versions ~should~ work.
+
+We have implemented this driver using Asterisk's RTP stack insted of trying
+to implement a psudo sound card driver.
+
+If you have trouble please contact 'JerJer' in #Asterisk on irc.freenode.net or
+send and email to jj@indie.org
+
+If you happen to be lucky enough to segfault this code please run a backtrace
+and send me the gory details. Segmentation faults are not tolerated!
+
+bt example:
+
+# /usr/sbin/asterisk -vvvgc
+...
+[chan_h323.so]
+Segmentation Fault (core dumped)
+
+# ls core.*
+core.1976
+
+# gdb /usr/sbin/asterisk core.1976
+...
+(gdb) bt
+
+Send whatever shows up right after the 'bt'
+
+
+Also, a full debug screen output is almost needed. Make sure you are in the full console mode (-c) and turn on 'h.323
+debug'. A nice way to capture everything is to use the utility called 'script' (man script)
+
+
+Jeremy McNamara, President
+The NuFone Network