mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Update package dectmngr
Configure the number of TDM time slots correctly
This commit is contained in:
parent
06665246e5
commit
9f7bf5d3e0
2 changed files with 4 additions and 4 deletions
|
|
@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=dectmngr
|
||||
PKG_RELEASE:=3
|
||||
PKG_VERSION:=3.0.3
|
||||
PKG_VERSION:=3.0.4
|
||||
|
||||
LOCAL_DEV=0
|
||||
ifneq ($(LOCAL_DEV),1)
|
||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/dectmngr.git
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=004098272e7b9518c25d746c93b2d1d88936379b
|
||||
PKG_SOURCE_VERSION:=c77a747539720d1917c9f9f8e8b177c57c5e2cf8
|
||||
endif
|
||||
|
||||
PKG_LICENSE:=GPLv2
|
||||
|
|
|
|||
|
|
@ -28,10 +28,10 @@ start_service() {
|
|||
|
||||
echo 1 > /sys/class/gpio/gpio14/value
|
||||
|
||||
return
|
||||
rm -f /tmp/dect-cmbs.log /tmp/dect-cmbs_Host_log.txt /tmp/dectmngr.log
|
||||
|
||||
procd_open_instance
|
||||
procd_set_param command $PROG -comname ttyH0
|
||||
procd_set_param command $PROG -comname ttyH0 -log /tmp/dect-cmbs.log
|
||||
procd_set_param respawn 6 2 3
|
||||
procd_set_param term_timeout 20
|
||||
procd_set_param triggers asterisk
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue