lantiq: ltq-tapi: add customer pulse digit time
authorJonas Albrecht <plonkbong100@protonmail.com>
Fri, 28 May 2021 10:28:35 +0000 (12:28 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 18 Nov 2022 19:27:52 +0000 (20:27 +0100)
commit74a5718223b15fb8b51fe96794747d2e53d3a9ae
treede8aeaa42027df07d9a94009fa3ca7bdf1aa88a4
parentdc7d431b60348a8645242ef2e7e77464b3c88d7e
lantiq: ltq-tapi: add customer pulse digit time

With this patch you can change the pulse digit time by loading the Lantiq
FXS driver kernel module called ltq-tapi. This is relevant for old
rotaryphones that uses pulsedialing.

The default values are:
30-80ms for the low pulse
30-80ms for the high pulse
300ms for minimum Interdigit time

this is OK but on some Phones it can be usefull to customize the values
If you want to change the values to high and low pulse to 40-90ms and
minimum interdigit time to 400ms

than change /etc/modules.d/20-ltq-tapi to (without linebrakes):
drv_tapi min_digit_low=40  min_digit_high=90 max_digit_low=40 \
max_digit_high=90 min_interdigit=400

Signed-off-by: Jonas Albrecht <plonkbong100@protonmail.com>
package/kernel/lantiq/ltq-tapi/Makefile
package/kernel/lantiq/ltq-tapi/patches/410-custom_pulsedigit_time.patch [new file with mode: 0644]