Re: One-Way Audio
Ralf Schlatterbeck <[email protected]>
| Newsgroups | gmane.linux.isdn.i4l.user |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Mar 18, 2012 at 06:33:50PM +0100, Karsten Keil wrote: > > An strace of asterisk with the one-way-audio setup shows us that > > asterisk is polling a file descriptor but never receiving anything while > > it copies lots of data in the other direction. > > Maybe some of the buffer changes was ported to the HFC Multi driver in a > wrong way, also CAPI has issues, I still have this on my TODO list. Karsten, I've seen your two recent commits from yesterday up to 0dba5ebccf66d497d4c19ab1e8d73b20b2ec42ec "Version 2.0.32" Just to let you know: These don't fix my problem with one-way audio. I've recompiled not just mISDN, but mISDNuser and lcr, too (although these didn't have changes) just to be sure. I'm still getting one-way audio (nothing received from isdn). DTMF seems to be detected, but once we detect a DTMF tone from the remote side, the DTMF stays on forever (as generated by asterisk) which seems to indicate that the stop-event for the dtmf is never sent. This behaviour didn't change with your recent patch, I just hadn't documented it in recent mails to this list. BTW: Here a small patch that fixes the README after recent rename of modules_install: From 3c4f715da5821240ca00cd6d4b4e1407dd3ffa5e Mon Sep 17 00:00:00 2001 From: Ralf Schlatterbeck <rsc-pGaeN/[email protected]> Date: Wed, 21 Mar 2012 11:46:38 +0100 Subject: [PATCH] Fix recent rename of modules-install -> modules_install make target in README. --- README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README b/README index e4fca22..97de046 100644 --- a/README +++ b/README @@ -25,5 +25,5 @@ Steps to compile: If you want to unset one feature, please set a '#' before it (do not remove the line!) 3. make modules -4. make modules-install +4. make modules_install -- 1.7.2.5 Ralf -- Ralf Schlatterbeck email: [email protected]