summaryrefslogtreecommitdiff
path: root/xpp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/ChangeLog')
-rw-r--r--xpp/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/xpp/ChangeLog b/xpp/ChangeLog
index d2f25c6..e526795 100644
--- a/xpp/ChangeLog
+++ b/xpp/ChangeLog
@@ -1,3 +1,25 @@
+Tue Sep 11 2007 Oron Peled <oron@actcom.co.il> - xpp.r4648
+ * New firmware protocol version: 2.8 .
+ * New firmwares fix input ports offhook.
+ * Cleanup INFO() messages during module loading.
+
+ * USB: Receive queue with TASKLETS [r4600]. Controlled by rx_tasklet
+ parameter to xpp_usb module (can be changed in runtime).
+ * The pcm_tasklet parameter in xpp module is deprecated:
+ - Does not actually do anything.
+ - If set during module loading, shows an ERR() message.
+ - Also appears in /proc/xpp/sync
+
+ * FXS: Hardware DTMF detection by default, can be disabled
+ by setting dtmf_detection=0 parameter to xpd_fxs.
+ PCM is muted when DTMF key is pressed.
+
+ * zapconf:
+ - Can now generate users.conf compatible with asterisk-gui.
+ - Optional command-line arguments denoting which files to generate.
+ Possible values are 'zaptel', 'zapata' and 'users'.
+ - Defaults to creating zaptel and zapata.
+
Mon Sep 3 2007 Tzafrir Cohen <tzafrir.cohen@xorcom.com> - xpp.r4584
* New firmware to fix FXS leds irregularities.
* Less noise at build time - don't echo version, test compile only once.