diff options
author | Jonas Albrecht <plonkbong100@protonmail.com> | 2021-05-28 12:28:35 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-11-18 20:27:52 +0100 |
commit | 74a5718223b15fb8b51fe96794747d2e53d3a9ae (patch) | |
tree | de8aeaa42027df07d9a94009fa3ca7bdf1aa88a4 /package/kernel/lantiq/ltq-tapi/Makefile | |
parent | dc7d431b60348a8645242ef2e7e77464b3c88d7e (diff) | |
download | upstream-74a5718223b15fb8b51fe96794747d2e53d3a9ae.tar.gz upstream-74a5718223b15fb8b51fe96794747d2e53d3a9ae.tar.bz2 upstream-74a5718223b15fb8b51fe96794747d2e53d3a9ae.zip |
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>
Diffstat (limited to 'package/kernel/lantiq/ltq-tapi/Makefile')
-rw-r--r-- | package/kernel/lantiq/ltq-tapi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/lantiq/ltq-tapi/Makefile b/package/kernel/lantiq/ltq-tapi/Makefile index 77728644f6..d44eeae565 100644 --- a/package/kernel/lantiq/ltq-tapi/Makefile +++ b/package/kernel/lantiq/ltq-tapi/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=drv_tapi PKG_VERSION:=3.13.0 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=drv_tapi-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@OPENWRT |