summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2005-11-02 19:33:37 +0000
committerHenri Herscher <henri@oreka.org>2005-11-02 19:33:37 +0000
commit523eed275bf6defde74f5beaf859e038d91caea3 (patch)
treea19c798541f08fcaae2533ab6d5ebe275600b3f6
parentc3ab8e1db8095c53b680f451c75d90dde816797e (diff)
First checkin
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@30 09dcff7a-b715-0410-9601-b79a96267cd0
-rw-r--r--CHANGELOG.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
new file mode 100644
index 0000000..0316325
--- /dev/null
+++ b/CHANGELOG.txt
@@ -0,0 +1,19 @@
+
+
+===========================================================================
+2005-11-02 Oreka 0.2
+
+ * VoIp plugin now supports Cisco skinny (aka SCCP) protocol (including metadata extraction)
+ * VoIp plugin now supports Raw RTP sessions recording.
+ * VoIP plugin now tries to associate a SIP call to a capture port that is made of the
+ actual local SIP agent (phone) IP address and TCP port. Before that, a capture port
+ could be made of a gateway or external IP address and TCP port.
+ * Default to the last OS returned network device when config file does not specify or
+ specifies invalid network device
+ * Visual studio project now opens without errors
+ * Fixed win32 crash when network device identifier in config file was invalid
+
+
+===========================================================================
+2005-10-20 Oreka 0.1 - Initial release
+