From ba9786d71460489aba477c6740eb87a10f297f55 Mon Sep 17 00:00:00 2001 From: Jeremy McNamara Date: Mon, 12 May 2003 02:26:47 +0000 Subject: [PATCH] update changelog git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1000 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/h323/ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/channels/h323/ChangeLog b/channels/h323/ChangeLog index 2c3b8b5c58..ddbf081933 100755 --- a/channels/h323/ChangeLog +++ b/channels/h323/ChangeLog @@ -1,5 +1,7 @@ Build - + -- Hold lock when creating new H.323 channel to sync the audio channels + -- Decrement usage counter when appropriate + -- Actually unregister everything in unload_module -- Add IP based authentication using 'host'in type=user's 0.1.0 -- Intergration into the mainline Asterisk codebase