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
Ronny Nilsson
79efb93c70
Voice: starting two calls simultaneously gave an error message.
2018-06-05 16:46:30 +02:00
Ronny Nilsson
8c89627626
Dect: phone call disconnect works too.
2018-05-28 16:56:40 +02:00
Ronny Nilsson
d84783f886
Dect: fix name clashing on MIPS.
2018-05-25 15:42:02 +02:00
Ronny Nilsson
33af5c4df3
Dect: endptmngr has got Dect support
2018-05-25 08:10:33 +02:00
Kent Ekholm
f2285030f9
Update feed [ feed_inteno_packages ] package [ endptmngr ]
...
-------------------------------------------------------------------------------
* cdef595 Added country settings for Croatia.
-------------------------------------------------------------------------------
commit cdef59501213d8846843a1c41662255d6bd1562a
Author: Kent Ekholm <Kent.Ekholm@evidente.se>
Date: 2018-04-20 11:06:38 +0200
Added country settings for Croatia.
Ref: #14703
Base directory -> /
src/endpt.c | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
2018-04-26 15:14:33 +02:00
Ronny Nilsson
e773632860
endptmngr: Extend signals handling to catch more of them.
...
Needed for procd reload to work.
2018-03-13 15:19:33 +01:00
Ronny Nilsson
aaa473edbf
endptmngr: listen for new object events instead of polling
2018-03-13 11:27:43 +01:00
Ke Hu
af0debb6a9
add open to ice and endptmngr
...
Do not open ice to open
endpt add open definition for public compiling
add a new function for tarball script to upload endptmngr
2018-03-09 16:13:16 +01:00
Ke Hu
19466fa4a4
add config.in file
...
endptmng needs open options
2018-03-09 13:08:49 +01:00
Kent Ekholm
dcc55d8564
Update feed [ feed_inteno_packages ] package [ endptmngr ]
...
-------------------------------------------------------------------------------
* 719be12 Revert "Restart the endptmngr daemon when UCI voice client settings"
-------------------------------------------------------------------------------
commit 719be12028f018e0c1e145082b920e7aefc3c8fa
Author: Kent Ekholm <Kent.Ekholm@evidente.se>
Date: 2018-03-07 17:27:21 +0100
Revert "Restart the endptmngr daemon when UCI voice client settings"
This reverts commit 5af57d240649cff2959dc9117d3938447a8f52b7.
When endptmngr was restarted the endpoint initialisation failed and
endptmngr eventually crashed on all restart attempts.
Base directory -> /
files/etc/init.d/endptmngr | 5 -----
1 file changed, 5 deletions(-)
-------------------------------------------------------------------------------
2018-03-07 18:17:20 +01:00
Ronny Nilsson
b84dfd06ee
endptmngr: Debug print of endpoint names
2018-03-06 18:30:16 +01:00
Ronny Nilsson
094db5b7fa
endptmngr: Line signaling didn't work before the first connection
...
Refs: #14363
2018-03-05 17:06:43 +01:00
Ronny Nilsson
b118f84ea0
endptmngr: Drop packets if we can't keep up the pace.
2018-02-27 17:31:05 +01:00
Ronny Nilsson
25fcc515f6
Implement endpoint provisioning, configuration via UCI and
...
UBUS event when user does something with the phone.
Refs: #13863 #13869 #14123
2018-02-27 11:51:21 +01:00
Benjamin Larsson
c46f5444b0
Depend on bcmkernel/bcmopen, dependencies fix
2018-02-22 13:58:30 +01:00
Kent Ekholm
0e5beb085a
Update feed [ feed_inteno_packages ] package [ endptmngr ]
...
-------------------------------------------------------------------------------
* 8d5d309 Added ubus method to query hook status for a line.
-------------------------------------------------------------------------------
commit 8d5d309e64bcc30ee5612787671c8fcec58b4c26
Author: Kent Ekholm <Kent.Ekholm@evidente.se>
Date: 2018-02-13 19:07:52 +0100
Added ubus method to query hook status for a line.
Ref: 14123
Base directory -> /
src/endpt.c | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 67 insertions(+)
-------------------------------------------------------------------------------
2018-02-14 12:45:31 +01:00
Kent Ekholm
48c474c99d
Update feed [ feed_inteno_packages ] package [ endptmngr ]
...
-------------------------------------------------------------------------------
* 8178249 Generating offhook and onhook events on ubus path asterisk.endpoint.
-------------------------------------------------------------------------------
commit 8178249f6a40d8a11023e9c9581dd8dbd05364de
Author: Kent Ekholm <Kent.Ekholm@evidente.se>
Date: 2018-02-13 11:00:31 +0100
Generating offhook and onhook events on ubus path asterisk.endpoint.
Ref: 14123
Base directory -> /
src/endpt.c | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
-------------------------------------------------------------------------------
2018-02-13 11:09:09 +01:00
Kent Ekholm
ba59bd78ae
Update feed [ feed_inteno_packages ] package [ endptmngr ]
...
-------------------------------------------------------------------------------
* e14f741 Added code for enabling conference for a connection.
-------------------------------------------------------------------------------
commit e14f741c9c7ecdc6584ce109bed22d3f85a29a16
Author: Kent Ekholm <Kent.Ekholm@evidente.se>
Date: 2018-01-31 17:06:34 +0100
Added code for enabling conference for a connection.
Ref: 13867
Base directory -> /
src/endpt.c | 37 +++++++++++++++++++++++++++++++++++--
1 file changed, 35 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2018-01-31 17:30:50 +01:00