[Asterisk-Users] Fax detection & CAPI (doesn't work!)

Carl Sempla cas at accld.com
Tue Dec 14 15:15:19 MST 2004


On Tuesday, 14 December, 2004 22:17 : Humberto Aicardi
<humberto at aicardi.com.br> wrote:

> I'm currently using a ISDN-BRI with a Fritz ISDN card and the
> chan-capi. The problem is that the fax detection is not executed,

Hi,

The fax detection in chan_capi use the CAPI DTMF feature. So you need to set
in /etc/asterisk/capi.conf the line softdtmf=0
Check if CFLAGS+=-DFORCE_SOFTWARE_DTMF in Makefile of chan_capi is commented
(#).
If you start asterisk with the -vvvvv option, you should see :
CAPI[contrX] supports DTMF

And obviously the card must report a DTMF when a fax tone is detected.

It may be possible to alter the code and use the asterisk dsp code instead.

Regards,

-- 
Carl




More information about the asterisk-users mailing list