Ronny Nilsson
8a275944e3
endptmngr: add a file necessary for build.
2020-11-24 11:29:48 +01:00
Ronny Nilsson
76d40e2e1e
Update feed [ iopsys ] package [ endptmngr ]
...
-------------------------------------------------------------------------------
* c1d337a Fix a crash when endptmngr runs in Iopsys 6 with Broadcom 5.04.
-------------------------------------------------------------------------------
commit c1d337a584b42b5872fb3f3d043d487299d4f826
Author: Ronny Nilsson <ronny.nilsson@iopsys.eu>
Date: 2020-11-23 16:41:10 +0100
Fix a crash when endptmngr runs in Iopsys 6 with Broadcom 5.04.
Base directory -> /
src/Makefile | 1 +
src/brcm-504-workaround.c | 78 +++++++++++++++++++++++++++++++++++++++++++++++
src/line.c | 2 ++
src/main.c | 2 ++
4 files changed, 83 insertions(+)
-------------------------------------------------------------------------------
2020-11-23 21:36:31 +01:00
Andreas Gnau
d8d42400b1
endptmngr: Change open SDK download URL to https
2020-11-19 13:18:03 +01:00
Andreas Gnau
0c998dbb66
endptmngr: Renaming and clean-up of config-options
...
* Don't pass unused config options to Makefile
* Account for rename TARGET_NO_VOICE => !BCM_VOICE
2020-11-11 21:15:40 +01:00
Ronny Nilsson
5665076321
endptmngr: restore autostart of endptmngr at boot.
2020-11-11 16:26:44 +01:00
Ronny Nilsson
1f7565536d
endptmngr: Adaptions for working with Broadcom 5.04L.02
2020-11-10 15:01:51 +01:00
Kenneth Johansson
84b594e9bf
Endprmngr: do not build if TARGET_NO_VOICE is set.
2020-08-28 18:20:33 +02:00
Andreas Gnau
6914c0548f
endptmngr: Disable hash check open tarball
2020-08-13 18:36:19 +02:00
Yalu Zhang
fc38f16aa5
Update package endptmngr: Change country code from 3 letters to 2
2020-06-11 16:35:31 +02:00
Yalu Zhang
27610a0305
Update package endptmngr
2020-05-19 16:30:39 +02:00
Yalu Zhang
37dae0ee6f
Update commitment of endptmngr: Adaptation for voice config restructure
2020-05-05 18:12:52 +02:00
Ronny Nilsson
3e67053e9d
endptmngr: source file was badly computed in Makefile.
2020-05-03 21:42:35 +02:00
Sukru Senli
89e0a6ba35
license correction: endptmngr and libpicoevent
2020-04-27 14:45:05 +02:00
Suru Dissanaike
f085b5552f
PKG_SOURCE_URL should use HTTPS
...
(cherry picked from commit 70c394db7c42a268de04d20efaf1f54e6c02a15d)
2020-04-16 10:53:32 +02:00
Yalu Zhang
b7d7b2a382
Make endptmngr and dectmngr2 stripped in the root filesystem on targets
...
This can totally save ~9M bytes space.
2020-04-14 14:59:49 +02:00
Ronny Nilsson
8814788e9f
Update feed [ iopsys ] package [ endptmngr ]
...
-------------------------------------------------------------------------------
* 156c3f0 Revert linkin with libiqctl. It doesn't build but seems to work without it.
-------------------------------------------------------------------------------
commit 156c3f01d6e48d4cc2ffdcb1eb38ff7656478dd0
Author: Ronny Nilsson <ronny.nilsson@iopsys.eu>
Date: 2020-03-11 13:45:20 +0100
Revert linkin with libiqctl. It doesn't build but seems to work without it.
Base directory -> /
src/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2020-03-11 13:54:45 +01:00
Ronny Nilsson
fec9e5486c
Update feed [ iopsys ] package [ endptmngr ]
...
-------------------------------------------------------------------------------
* a463f0a Fix compile error with 5.02L07p1 on mips.
-------------------------------------------------------------------------------
commit a463f0a33cbc470acba91782d511c8c60aa830a9
Author: Jonas Höglund <jonas.hoglund@embeddednation.com>
Date: 2020-02-17 13:16:45 +0100
Fix compile error with 5.02L07p1 on mips.
Base directory -> /
src/Makefile | 2 +-
src/connection.c | 1 +
src/line-dect.c | 1 +
src/line.c | 1 +
4 files changed, 4 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2020-03-10 22:18:21 +01:00
Jonas Höglund
ea29e6bce0
Update feed [ iopsys ] package [ endptmngr ]
...
-------------------------------------------------------------------------------
* 1092361 Fix compilation error on 5.02L07p1.
* be0e76e Add .gitlab-ci.yml
* 756f603 Revert "Fix a bug in "ubus call endpt status" that report off-hook status wrongly"
* 179d941 Fix a bug in "ubus call endpt status" that report off-hook status wrongly
-------------------------------------------------------------------------------
commit 1092361e274147babb6f750eab3cda2c7df436a1
Author: Jonas Höglund <jonas.hoglund@embeddednation.com>
Date: 2020-02-19 12:58:10 +0100
Fix compilation error on 5.02L07p1.
Base directory -> /
src/connection.c | 1 +
src/line-dect.c | 1 +
src/line.c | 1 +
3 files changed, 3 insertions(+)
-------------------------------------------------------------------------------
commit be0e76ed7d423e50fd514b04cce128e038a63282
Author: Suru Dissanaike <suru.dissanaike@iopsys.eu>
Date: 2019-12-01 20:08:04 +0100
Add .gitlab-ci.yml
Base directory -> /
.gitlab-ci.yml | 10 ++++++++++
1 file changed, 10 insertions(+)
-------------------------------------------------------------------------------
commit 756f6032012e1398a92f488fa0c9d69640f483ed
Author: Yalu Zhang <yalu.zhang@iopsys.eu>
Date: 2019-11-26 15:56:05 +0100
Revert "Fix a bug in "ubus call endpt status" that report off-hook status
wrongly"
This reverts commit 179d9418662b9c3336cf6dba64848e9f9f680035.
Base directory -> /
src/ubus.c | 17 ++---------------
1 file changed, 2 insertions(+), 15 deletions(-)
-------------------------------------------------------------------------------
commit 179d9418662b9c3336cf6dba64848e9f9f680035
Author: Yalu Zhang <yalu.zhang@iopsys.eu>
Date: 2019-11-26 15:30:02 +0100
Fix a bug in "ubus call endpt status" that report off-hook status wrongly
When Tel 1 was off-hook, the ubus call reported Tel 2 was off-hook and vice
verse.
Base directory -> /
src/ubus.c | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2020-02-19 14:59:31 +01:00
Jonas Höglund
c29a46aeee
Revert "Update feed [ iopsys ] package [ endptmngr ]"
...
This reverts commit 2f91b5e726 .
2020-02-19 09:36:07 +01:00
Jonas Höglund
2f91b5e726
Update feed [ iopsys ] package [ endptmngr ]
...
-------------------------------------------------------------------------------
* a463f0a Fix compile error with 5.02L07p1 on mips.
* be0e76e Add .gitlab-ci.yml
* 756f603 Revert "Fix a bug in "ubus call endpt status" that report off-hook status wrongly"
* 179d941 Fix a bug in "ubus call endpt status" that report off-hook status wrongly
-------------------------------------------------------------------------------
commit a463f0a33cbc470acba91782d511c8c60aa830a9
Author: Jonas Höglund <jonas.hoglund@embeddednation.com>
Date: 2020-02-17 13:16:45 +0100
Fix compile error with 5.02L07p1 on mips.
Base directory -> /
src/Makefile | 2 +-
src/connection.c | 1 +
src/line-dect.c | 1 +
src/line.c | 1 +
4 files changed, 4 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit be0e76ed7d423e50fd514b04cce128e038a63282
Author: Suru Dissanaike <suru.dissanaike@iopsys.eu>
Date: 2019-12-01 20:08:04 +0100
Add .gitlab-ci.yml
Base directory -> /
.gitlab-ci.yml | 10 ++++++++++
1 file changed, 10 insertions(+)
-------------------------------------------------------------------------------
commit 756f6032012e1398a92f488fa0c9d69640f483ed
Author: Yalu Zhang <yalu.zhang@iopsys.eu>
Date: 2019-11-26 15:56:05 +0100
Revert "Fix a bug in "ubus call endpt status" that report off-hook status
wrongly"
This reverts commit 179d9418662b9c3336cf6dba64848e9f9f680035.
Base directory -> /
src/ubus.c | 17 ++---------------
1 file changed, 2 insertions(+), 15 deletions(-)
-------------------------------------------------------------------------------
commit 179d9418662b9c3336cf6dba64848e9f9f680035
Author: Yalu Zhang <yalu.zhang@iopsys.eu>
Date: 2019-11-26 15:30:02 +0100
Fix a bug in "ubus call endpt status" that report off-hook status wrongly
When Tel 1 was off-hook, the ubus call reported Tel 2 was off-hook and vice
verse.
Base directory -> /
src/ubus.c | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2020-02-17 16:09:30 +01:00
Ronny Nilsson
dcc3b5090f
sdk: dependency was again incorrect. This time there were issues when building for Mediatek.
2020-01-21 15:57:33 +01:00
Ronny Nilsson
18008a9ec9
sdk: Remove build dependencies to bcmopen
...
From OpenWRT point of view no bcmopen package exist. bcmopen
is really just bcmkernel built with alternate flags.
2020-01-13 15:31:00 +01:00
Jonas Höglund
df919ded0c
Fix dependancy warning for bcmopen
2019-12-11 12:50:03 +01:00
Ronny Nilsson
a942e21040
endptmngr: support parallell build.
2019-12-10 16:18:26 +01:00
Ronny Nilsson
49dd5d8e31
voice: modified dependencies again. Turns out we need both the old ones AND the new ones
...
Due to there are TWO dependency systems(!?). One for Kconfig and one for Make. And they
don't cooperate as good as one expects.
2019-12-10 16:18:26 +01:00
Strhuan Blomquist
e7c8c56819
added licenses tag in the right place
2019-10-31 16:35:42 +01:00
Ronny Nilsson
7677e51aeb
Endptmngr: rework dependencies of the Broadcom kernel
...
Due to OpenWRT tries to be smart with them, but fails.
2019-10-30 15:20:51 +01:00
Ronny Nilsson
0b4be48bf3
voice applications: add build dependency of generic voice support.
2019-10-29 16:31:56 +01:00
Reidar Cederqvist
c3bb2895dc
Endptmngr: unset patch_dir for open builds
...
to avoid patching the binaries downloaded when building open builds
2019-10-15 16:24:45 +02:00
Ronny Nilsson
f9f19d1e0c
add workaround for EG400 endpt status call
...
fix for the GUI when board-profile has dect but
dect card is unpopulated
2019-10-15 14:16:23 +02:00
Sukru Senli
7cf77df7e5
change opensdk tarball path
2019-09-21 13:20:29 +02:00
Strhuan Blomquist
7bf30f7332
endpntmngr:Fixed Messed up makefile with c style comment notation
2019-09-04 16:19:25 +02:00
Strhuan Blomquist
6b147af435
Cleaned up makefile
2019-09-03 16:04:29 +02:00
Strhuan Blomquist
cd7bff0998
endptmnggr: updated Licence and added opkg tags for licence
2019-09-03 15:52:33 +02:00
Ronny Nilsson
79a038f283
voice: minor cleanups of unused code.
2019-05-13 13:45:19 +02:00
Ronny Nilsson
89c54abec6
voice: Reduce an audio delay that occurred when Dect keypad digits where pressed.
2019-05-09 13:54:33 +02:00
Ronny Nilsson
62cb3bac48
voice: fix toggling parallel calls with R0, R1, R3 as well
...
as remind user if he forgetts a parked call.
refs #490
2019-05-02 21:41:07 +02:00
Kent Ekholm
4678f529cb
Update feed [ iopsys ] package [ endptmngr ]
...
-------------------------------------------------------------------------------
* 44e2472 Changed endpoint section name from BRCM to TEL because that is now used in UCI DB.
-------------------------------------------------------------------------------
commit 44e2472e8c08bef01fab27e8e908d5672f7af136
Author: Kent Ekholm <Kent.Ekholm@evidente.se>
Date: 2019-03-18 15:52:26 +0100
Changed endpoint section name from BRCM to TEL because that is now used in
UCI DB.
Ref: #400
Base directory -> /
src/ubus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2019-03-18 16:11:01 +01:00
Ronny Nilsson
2983cdabfc
Voice: minor error handling fix for a badly formed ubus call
...
and delay endptmngr startup in relation to the voice_client.
2018-11-22 11:08:44 +01:00
Ronny Nilsson
dcb7abeba0
Voice: Add timeout for ubus call to Asterisk. If Asterisk
...
doesn't answer we send an error back to dectmngr2.
2018-10-11 15:13:24 +02:00
Ronny Nilsson
78fec47b65
Voice: minor cleanups of endptmngr.
2018-10-05 17:05:48 +02:00
Ronny Nilsson
ad0a6d2024
Voice: cleanup, remove unused file.
2018-10-04 15:05:26 +02:00
Ronny Nilsson
3c074bee82
Voice: dectmngr2 now share same libpicoevent as endptmngr and asterisk.
2018-10-02 15:14:05 +02:00
Sukru Senli
d4aa675a7a
iopsys: point to new iopsys git repositories
2018-09-23 11:19:23 +02:00
Ronny Nilsson
3839bc5e91
Dect: Handling of the handset R-key has changed with the introduction of
...
endptmngr. The dectmngr2 converts the event to an ascii R character.
Which in turn makes endptmngr simulate a hook flash event.
2018-09-21 11:36:31 +02:00
Ronny Nilsson
dfb4e5ba86
Erase unpopulated Dect lines from UCI to prevent them
...
from showing up in the web GUI.
refs #14641
2018-07-11 16:25:59 +02:00
Ronny Nilsson
d9936eb807
Voice: Bugfix in the special case handling of possibly unpopulated Dect HW.
2018-07-11 11:07:32 +02:00
Ronny Nilsson
59e7e0e273
Voice: simulated busy lines if Dect is missing.
...
If Dect has been disabled in run time we simulate
it as always being busy by going offhook forever.
2018-07-10 17:27:30 +02:00
Ronny Nilsson
8349283fcc
Special case handling of possibly unpopulated Dect HW.
...
Asterisk always needs the raw true kernel values. Everybody
else should satisfy with faked zero number of Dect lines.
This is due to the kernel and libvoip always reports the
same number of lines, no matter if Dect is populated or not.
2018-07-05 16:59:18 +02:00
Kent Ekholm
05b545c2c5
Update feed [ feed_inteno_packages ] package [ endptmngr ]
...
-------------------------------------------------------------------------------
* a58b69a Added handling of congestion dial tone.
-------------------------------------------------------------------------------
commit a58b69aea2b51e0da0b9f74f692dbe53121ac800
Author: Kent Ekholm <Kent.Ekholm@evidente.se>
Date: 2018-06-11 19:52:20 +0200
Added handling of congestion dial tone.
Ref: #14703
Base directory -> /
src/line.c | 9 +++++++--
src/ubus.c | 2 ++
2 files changed, 9 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2018-06-11 20:23:22 +02:00