-------------------------------------------------------------------------------
* 52ee23c populate ports only for bridged networks that are not dhcp
-------------------------------------------------------------------------------
commit 52ee23cb217321c92537d116eebba79c3c8966b8
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2016-11-02 11:30:37 +0100
populate ports only for bridged networks that are not dhcp
Base directory -> /
network.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
Adding functionality to block special rate calls by
adding new macre "macro-check-special-rate" and check extenton
to dial plan based on web interface input.
Adding file special_rate_nr.cfg with numbers defining special
rate numbers. In this version only sweden is included and thus
should be modified before realesed.
(cherry picked from commit 2f366406e0e7912e4e2741053c8b30dd08289eae)
iup needs to be started at boot, not just just configured.
(also, iup needs to stop in waiting for default route)
So removing the boot function is the good solution.
Adding functionality to block special rate calls by
adding new macre "macro-check-special-rate" and check extenton
to dial plan based on web interface input.
Adding file special_rate_nr.cfg with numbers defining special
rate numbers. In this version only sweden is included and thus
should be modified before realesed.
(cherry picked from commit 2f366406e0e7912e4e2741053c8b30dd08289eae)
-------------------------------------------------------------------------------
* 69bbcfd set eswap per radio instead of per interface
-------------------------------------------------------------------------------
commit 69bbcfd3f2f181529d7898bbe937e37116ee96da
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2016-10-16 15:17:00 +0200
set eswap per radio instead of per interface
Base directory -> /
broadcom.c | 30 +++++++-----------------------
1 file changed, 7 insertions(+), 23 deletions(-)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
* e996241 Remove space from dect daemon identification string to the system log. It didn't work with web GUI.
-------------------------------------------------------------------------------
commit e996241b776ad2aacfe4eb39d545c279c11f10a0
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-14 16:01:31 +0200
Remove space from dect daemon identification string to the system log. It
didn't work with web GUI.
Base directory -> /
src/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
* 3c08463 Support for syslog. On critical errors we send a message to the system log.
-------------------------------------------------------------------------------
commit 3c08463deea1f13480d11b0c775ff1e5b0410e20
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-14 14:32:36 +0200
Support for syslog. On critical errors we send a message to the system log.
Base directory -> /
src/connection_init.c | 24 ++++++++++++++++++++----
src/error.c | 11 ++++++++---
src/handset.c | 2 ++
src/main.c | 5 +++++
4 files changed, 35 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
* a25800e Comment
* 36b8ce1 Fixed crash when debugging internal Dect.
* 4e4a468 Fixed swaped arguments for calloc
* 737aa13 Due to some units of product DG400 has been faulty initialized at produciton factory we need to complete the first time setup ourself. Issues we now look for: - Blacklisted RFPI addresses - Faulty RFPI ranges - Incorrect radio calibration frequency - Blank NVS - Missing Natalie firmware Invalid RFPI and radio freq can be repaired by dectmngr2 during startup. For the rest we print warnings.
-------------------------------------------------------------------------------
commit a25800e9e424867c9fb6167b3ebf4af32d3402eb
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-12 16:05:56 +0200
Comment
Base directory -> /
src/rawmailproxy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 36b8ce18ed4ed6932d71b058059ef9e790708677
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-12 16:05:32 +0200
Fixed crash when debugging internal Dect.
Base directory -> /
src/debugger.c | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
-------------------------------------------------------------------------------
commit 4e4a468c335cb6f0595e0f5de50d0ffbff5dbed2
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-12 16:04:07 +0200
Fixed swaped arguments for calloc
Base directory -> /
src/busmail.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 737aa1392ff2033e15f0f9fa4c9c05de4f2c283f
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-11 17:06:05 +0200
Due to some units of product DG400 has been faulty initialized at produciton
factory we need to complete the first time setup ourself. Issues we now look
for: - Blacklisted RFPI addresses - Faulty RFPI ranges -
Incorrect radio calibration frequency - Blank NVS - Missing
Natalie firmware Invalid RFPI and radio freq can be repaired by dectmngr2
during startup. For the rest we print warnings.
Base directory -> /
src/connection_init.c | 356 +++++++++++++++++++++++++++++++++++++++++---------
src/connection_init.h | 3 +
2 files changed, 295 insertions(+), 64 deletions(-)
-------------------------------------------------------------------------------