summaryrefslogtreecommitdiff
path: root/channels/h323/ChangeLog
diff options
context:
space:
mode:
authorJeremy McNamara <jj@nufone.net>2003-03-31 07:13:36 +0000
committerJeremy McNamara <jj@nufone.net>2003-03-31 07:13:36 +0000
commit2b32a1bbb70f28c6c5d41833c935eb6c97a9a638 (patch)
treeb1f49afdb738ce50543831306c4bff41e894c05f /channels/h323/ChangeLog
parent9baba73625c08ec7230fcc62b9b72e78d7d513c0 (diff)
first commit of chan_h323
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@724 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/h323/ChangeLog')
-rwxr-xr-xchannels/h323/ChangeLog39
1 files changed, 39 insertions, 0 deletions
diff --git a/channels/h323/ChangeLog b/channels/h323/ChangeLog
new file mode 100755
index 000000000..83bdff31e
--- /dev/null
+++ b/channels/h323/ChangeLog
@@ -0,0 +1,39 @@
+Build
+0.1.0
+ -- Intergration into the mainline Asterisk codebase
+ -- Remove reduandant debug info
+ -- Add Caller*id support
+ -- Inband DTMF
+ -- Retool port usage (to avoid possible seg fault condition)
+0.0.6
+ -- Configurable support for user-input (DTMF)
+ -- Reworked Gatekeeper support
+ -- Native bridging (but is still broken, help!)
+ -- Locally implement a non-broken G.723.1 Capability
+ -- Utilize the cleaner RTP method implemented by Mark
+ -- AllowGkRouted, thanks to Panny from http://hotlinks.co.uk
+ -- Clened up inbound call flow
+ -- Prefix, E.164 and Gateway support
+ -- Multi-homed support
+ -- Killed more seg's
+0.0.5
+ -- Added H.323 Alias support
+ -- Clened up inbound call flow
+ -- Fixed RTP port logic
+ -- Stomped on possible seg fault conditions thanks to Iain Stevenson
+0.0.4
+ -- Fixed one-way audio on inbound calls. Found
+ race condition in monitor thread.
+
+0.0.3
+ -- Changed name to chan_h323
+ -- Also renamed file names to futher avoid confusion
+
+0.0.2
+ -- First public offering
+ -- removed most hardcoded values
+ -- lots of changes to alias/exension operation
+
+0.0.1
+ -- initial build, lots of hardcoded crap
+ -- Proof of concept for External RTP