From c91b2cd29653da525d1a37cf680f4a75b2d3b208 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Fri, 14 Sep 2007 22:29:36 +0000 Subject: New xpp release (Xorcom rev 4648): * 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. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3019 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- xpp/README.Astribank | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'xpp/README.Astribank') diff --git a/xpp/README.Astribank b/xpp/README.Astribank index d9a8015..17d4fba 100644 --- a/xpp/README.Astribank +++ b/xpp/README.Astribank @@ -780,9 +780,13 @@ poll intervals (various):: with those parameters. dtmf_detection (xpd_fxs):: - enable (1) or disable (0) support of hardware DTMF detection by the Astribank. - Disabled by default and currently buggy. On some earlier versions (4372 - - 4415) it was enabled by default, and disabling it there may help. + Enable (1) or disable (0) support of hardware DTMF detection by the + Astribank. + +rx_tasklet (xpp_usb):: + Enable (1) or disable (0) doing most of the packets processing in + separate tasklets. This should probably help on higher-end systes with + multiple Astribanks. TROUBLESHOOTING -- cgit v1.2.3