Displaying 1 result from an estimated 1 matches for "tonlength".
Did you mean:
romlength
2006 Jun 18
11
DTMF Talk off
...Fish sound. I also
remeber seing something about relaxdtmf being set to something other than yes
or no, so I looked in chan_zap.c and found relaxdtmf in many places but it
looked to my inexperienced eye that it could only be set to 'yes' or 'no',
but i did find some mention of tonlength (at line 10858)
followed that to zaptel.c (line 3357) where it said :
if ((tdp.dtmf_tonelen > 4000 ) || (tdp.dtmf_tonelen < 10 ))
return -EINVAL
Which I am guessing means unless the dtmf is between these 2 values ignore it.
Any ideas what might happen if i increased the minimum time valu...