Displaying 2 results from an estimated 2 matches for "detecion".
Did you mean:
detection
2005 Jul 04
1
Fax DETECTION with CAPI
hi,
I have dabian sarge with asterisk 1.0.7 and chan_capi 0.3.5 with AVM
fritz card.
I would like use detecion of fax, but it don't work.
So, i would like know if it's possible to work fax detection with this
card? And if it's possible how??
Thanks you for your help
2004 May 28
0
Problem with digits blending on inbound puls ed digits?
...my own question for the record:
The relevant timing parameters in zaptel.h are
#define ZT_MINPULSETIME (15 * 8) /* 15 ms minimum */
#define ZT_MAXPULSETIME (100 * 8) /* 150 ms maximum default, lowered
to 100ms */
#define ZT_PULSETIMEOUT ((ZT_MAXPULSETIME / 8) + 50)
And the pulse detecion loop that consumes these parameters begins at line
4866 of zaptel.c
The intermittant loss of pulses from second and/or subsequent digits
appeared to be caused by a slightly too long blanking period that occurs
after the interdigit timeout occurs. Lowering MAXPULSETIMEOUT, recompiling
and reloadi...