Sukru Senli
16fe48bee8
inteno-netmodes: decrease wireless link recovery try interval
2018-01-12 17:43:40 +01:00
Jonas Höglund
642124b863
Update feed [ feed_inteno_packages ] package [ endptmngr ]
...
-------------------------------------------------------------------------------
* 9b5b12a Add reload trigger for voice_client config change.
-------------------------------------------------------------------------------
commit 9b5b12a3b84eea84dd0d412fb7668bca22945d80
Author: Jonas Höglund <jonas.hoglund@embeddednation.com>
Date: 2018-01-12 14:18:53 +0100
Add reload trigger for voice_client config change.
Base directory -> /
files/etc/init.d/endptmngr | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
-------------------------------------------------------------------------------
2018-01-12 17:21:43 +01:00
Ionut-Alex Oprea
ecd82c9b55
peripheral_manager: update
2018-01-12 17:03:56 +01:00
Sukru Senli
3d5f9a5485
inteno-netmodes: blink internet led to state trying to connect
2018-01-12 16:39:39 +01:00
Reidar Cederqvist
db55cfc74a
owsd/questd: move uproxyd startup from questd to owsd init.d script
2018-01-12 16:18:10 +01:00
Sukru Senli
53a484ddc5
inteno-netmodes: remove owsd from netmodes
2018-01-12 15:33:42 +01:00
Sukru Senli
f64186bb36
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* a4666dd ubusproxy: free memory allocated by blobmsg_format_json
* 15700b1 wificontrol: remove network monitoring functionality
* 4842bf5 uproxyd: fix memory leaks
* c807280 uproxyd.c: remove unusefull comments
* 550dbb0 questd: remove obselete code
-------------------------------------------------------------------------------
commit a4666dd4aa2120b980c11b574079bb2f35023b6c
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2018-01-12 14:11:40 +0100
ubusproxy: free memory allocated by blobmsg_format_json
Base directory -> /
uproxyd.c | 54 +++++++++++++++++++++++++++++++++++-------------------
1 file changed, 35 insertions(+), 19 deletions(-)
-------------------------------------------------------------------------------
commit 15700b181920c5a1d54ec65d909a0b1074b756ac
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2018-01-12 13:59:01 +0100
wificontrol: remove network monitoring functionality
Base directory -> /
wificontrol.c | 159 ----------------------------------------------------------
1 file changed, 159 deletions(-)
-------------------------------------------------------------------------------
commit 4842bf59c5443adb7342e13691e4d8298b2ee573
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2018-01-12 12:03:00 +0100
uproxyd: fix memory leaks
Base directory -> /
uproxyd.c | 4 ++++
1 file changed, 4 insertions(+)
-------------------------------------------------------------------------------
commit c8072803cd661f4cf6ed867c60b95f35f766870e
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2018-01-12 12:02:13 +0100
uproxyd.c: remove unusefull comments
Base directory -> /
uproxyd.c | 12 ------------
1 file changed, 12 deletions(-)
-------------------------------------------------------------------------------
commit 550dbb007489ce4e87460ed1e1bb678a1b5adcec
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2018-01-11 01:03:17 +0100
questd: remove obselete code
Base directory -> /
Makefile | 2 +-
eventd.c | 167 ------------------------------------------------
eventd.h | 7 --
router.sh | 112 --------------------------------
scriptd.c | 215 --------------------------------------------------------------
wps.sh | 24 -------
6 files changed, 1 insertion(+), 526 deletions(-)
-------------------------------------------------------------------------------
2018-01-12 15:07:25 +01:00
Sukru Senli
fbea8f365d
inteno-netmodes: do not start netmode-client-detect but start wificontrol
2018-01-12 15:06:45 +01:00
Sukru Senli
5ceb1037a2
inteno-netmodes: testnet script which handles network monitoring for extender/repeater as well
2018-01-12 15:02:23 +01:00
Sukru Senli
1fb2725c84
inteno-netmodes: make sure correct uplink device is used when switched to extender/repeater mode
2018-01-12 14:11:40 +01:00
Sukru Senli
880bed3b68
inteno-netmodes: when switching between extender and repeater modes, defer the unused uplink device
2018-01-12 14:03:48 +01:00
Jonas Höglund
b34e652054
Update feed [ feed_inteno_packages ] package [ endptmngr ]
...
-------------------------------------------------------------------------------
* ec9bb4f Handle dtmf events
-------------------------------------------------------------------------------
commit ec9bb4f772ab544c8beacaf6a4c075bb031a4788
Author: Jonas Höglund <jonas.hoglund@embeddednation.com>
Date: 2018-01-12 11:43:21 +0100
Handle dtmf events
Base directory -> /
src/endpt.c | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
-------------------------------------------------------------------------------
2018-01-12 13:37:30 +01:00
Reidar Cederqvist
d1fbaaf35b
questd: updet to newest version
2018-01-12 12:07:13 +01:00
Jonas Höglund
97bf327405
Update feed [ feed_inteno_packages ] package [ endptmngr ]
...
-------------------------------------------------------------------------------
* f9e1dcf Add ringback signal
* 37307d1 Set country from config
* c6f6f07 Updated .gitignore
* 294a5f1 Remove binary from tracking
* 847f74f Cleanup
* 01aa472 Read country code from voice_client config
-------------------------------------------------------------------------------
commit f9e1dcfce3a5745a91b70dcc04c0209177f99683
Author: Jonas Höglund <jonas.hoglund@embeddednation.com>
Date: 2018-01-11 16:31:06 +0100
Add ringback signal
Base directory -> /
src/endpt.c | 1 +
1 file changed, 1 insertion(+)
-------------------------------------------------------------------------------
commit 37307d1b25600ffc3ea4e29506cfcd5aec3916fa
Author: Jonas Höglund <jonas.hoglund@embeddednation.com>
Date: 2018-01-11 13:34:58 +0100
Set country from config
Base directory -> /
src/endpt.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit c6f6f0706dfc45e725475c92416afae7076906cb
Author: Jonas Höglund <jonas.hoglund@embeddednation.com>
Date: 2018-01-11 13:29:41 +0100
Updated .gitignore
Base directory -> /
src/.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 294a5f1f8f12875b418148df3267643139a74e3e
Author: Jonas Höglund <jonas.hoglund@embeddednation.com>
Date: 2018-01-11 13:29:14 +0100
Remove binary from tracking
Base directory -> /
src/endptmngr | Bin 7258316 -> 0 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
-------------------------------------------------------------------------------
commit 847f74fe878a85e850e3482c978e77740709d536
Author: Jonas Höglund <jonas.hoglund@embeddednation.com>
Date: 2018-01-11 13:24:17 +0100
Cleanup
Base directory -> /
src/endpt.c | 84 +++++++++++++++++++++++++++++++++++--------------------------
1 file changed, 48 insertions(+), 36 deletions(-)
-------------------------------------------------------------------------------
commit 01aa4729b7a1ae9dbe129a1710b3e8ed1eef9f82
Author: Jonas Höglund <jonas.hoglund@embeddednation.com>
Date: 2018-01-11 11:46:39 +0100
Read country code from voice_client config
Base directory -> /
src/endpt.c | 159 ++++++++++++++++++++++++++++++++++++++++++++--------------
src/endptmngr | Bin 7250960 -> 7258316 bytes
2 files changed, 122 insertions(+), 37 deletions(-)
-------------------------------------------------------------------------------
2018-01-11 16:33:30 +01:00
Ionut-Alex Oprea
5b39bed1eb
Update feed [ feed_inteno_packages ] package [ inteno-netmodes ]
...
-------------------------------------------------------------------------------
* 155aa7d check if wet iface has changed or needs update
* c55b4bf extract code for getting the wet section
* bf513a2 apply credentials on the wet iface
* b6a8626 debug the debug level numerical value
* 01078c9 initialize section to NULL
-------------------------------------------------------------------------------
commit 155aa7dad052b37f081683ad9cf366d39a03f4d7
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2018-01-11 16:21:20 +0100
check if wet iface has changed or needs update
Base directory -> /
config.c | 172 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---------
config.h | 5 +-
2 files changed, 151 insertions(+), 26 deletions(-)
-------------------------------------------------------------------------------
commit c55b4bf0cc6f2011db2a29958834979948759064
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2018-01-11 16:08:38 +0100
extract code for getting the wet section
Base directory -> /
config.c | 38 ++++++++++++++++++++++++--------------
1 file changed, 24 insertions(+), 14 deletions(-)
-------------------------------------------------------------------------------
commit bf513a22380289480a1118883fb8b2b715fa7f95
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2018-01-11 14:29:57 +0100
apply credentials on the wet iface
Base directory -> /
config.c | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 91 insertions(+)
-------------------------------------------------------------------------------
commit b6a8626f3ed9c2fa44520d9e5f9d2a5edbfebfae
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2018-01-11 14:28:55 +0100
debug the debug level numerical value
Base directory -> /
netmoded.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 01078c90eb899a84e1db19863a98176ef21623f2
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2018-01-11 14:28:04 +0100
initialize section to NULL
Base directory -> /
config.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2018-01-11 16:22:10 +01:00
Ionut-Alex Oprea
4501e63431
Merge branch 'devel-new-netmoded' into devel-new
2018-01-10 17:28:11 +01:00
Ionut-Alex Oprea
ac6fe3705e
inteno-netmodes: add dependency for libuci
2018-01-10 16:54:56 +01:00
Ionut-Alex Oprea
8f5f80a54e
inteno-netmode: install netmoded binary
2018-01-10 16:51:17 +01:00
Ke Hu
6ea457812e
custom_release
...
add a new parameter to skip flash check
2018-01-10 15:13:18 +01:00
Jonas Höglund
f4cb6f3d54
Update feed [ feed_inteno_packages ] package [ endptmngr ]
...
-------------------------------------------------------------------------------
* 8d3b1b9 Callerid
-------------------------------------------------------------------------------
commit 8d3b1b9c2913bc39a1260ab13ee68361298b2e43
Author: Jonas Höglund <jonas.hoglund@embeddednation.com>
Date: 2018-01-10 14:56:38 +0100
Callerid
Base directory -> /
src/astproxy | Bin 0 -> 91516 bytes
src/endpt.c | 18 +++++++++++++-----
src/endptmngr | Bin 0 -> 7250960 bytes
3 files changed, 13 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
2018-01-10 15:03:19 +01:00
Ionut-Alex Oprea
70299670e4
inteno-netmodes: update to latest working version
2018-01-10 12:51:50 +01:00
Ionut-Alex Oprea
61de98d363
hotplug: iface: netmode: do not start netmode-client-detect
2018-01-10 12:49:15 +01:00
Ionut-Alex Oprea
6be2c24b30
netmode: init.d: start netmoded
2018-01-10 12:47:44 +01:00
Jonas Höglund
767c4891e6
Update feed [ feed_inteno_packages ] package [ endptmngr ]
...
-------------------------------------------------------------------------------
* 2c06c5c Add more signals
-------------------------------------------------------------------------------
commit 2c06c5c54e4a8ffe84f1074d79896da5dc3cd679
Author: Jonas Höglund <jonas.hoglund@embeddednation.com>
Date: 2018-01-09 17:36:54 +0100
Add more signals
Base directory -> /
src/endpt.c | 4 ++++
1 file changed, 4 insertions(+)
-------------------------------------------------------------------------------
2018-01-10 10:00:31 +01:00
Jonas Höglund
b447102151
Update templates for asterisk-13.18.4
2018-01-09 13:22:14 +01:00
Sukru Senli
97e3a03f37
dectmngr: removed; it is obselete; dectmngr2 replaces it
2018-01-09 11:07:24 +01:00
Sukru Senli
f433222d9f
brcmslic: removed; it is obselete; endptmngr replaces it
2018-01-09 11:07:05 +01:00
Reidar Cederqvist
b5376237af
update to latest generally working version
2018-01-09 09:21:27 +01:00
Ionut-Alex Oprea
969571f77a
inteno-netmode: update repo hash
2018-01-09 09:19:29 +01:00
Reidar Cederqvist
4bfaf07b98
inteno-netmode: add repo for netmoded source code
2018-01-09 09:19:29 +01:00
Sukru Senli
50f93caf65
Merge remote-tracking branch 'origin/owsd' into devel-new
2018-01-08 19:28:21 +01:00
Ionut-Alex Oprea
8e075dd746
Update feed [ feed_inteno_packages ] package [ owsd ]
...
-------------------------------------------------------------------------------
* 1a815ef rewrite jsonrpc__req_ubuslist and jsonrpc_req_ubuslisten with json-c json_object refs #13595
-------------------------------------------------------------------------------
commit 1a815efff25ae4d52bfee67cc4642eb4627f1388
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-12-13 10:32:10 +0100
rewrite jsonrpc__req_ubuslist and jsonrpc_req_ubuslisten with json-c
json_object refs #13595
Base directory -> /
src/util_jsonrpc.c | 125 ++++++++++++++++++++++++++++-------------------------
src/ws_ubusproxy.c | 4 ++
2 files changed, 69 insertions(+), 60 deletions(-)
-------------------------------------------------------------------------------
2018-01-08 19:27:40 +01:00
Ionut-Alex Oprea
0929485a45
owsd: update to newer version
2018-01-08 19:27:40 +01:00
Reidar Cederqvist
e6c4ac12d4
owsd: fix broken dependencies
2018-01-08 19:27:40 +01:00
Reidar Cederqvist
6d865ed960
OWSD build system compatible with openWRT build system
2018-01-08 19:27:40 +01:00
Ionut-Alex Oprea
296696a586
update owsd version
2018-01-08 19:27:40 +01:00
Ionut-Alex Oprea
31d25714bf
update ubusproxy peer comment
2018-01-08 19:27:40 +01:00
Reidar Cederqvist
b29f8a9406
owsd: update config and init.d files to work with ubusproxy
2018-01-08 19:27:40 +01:00
Ionut-Alex Oprea
7dd5cf1864
owsd: update to latest version
2018-01-08 19:27:40 +01:00
Ionut-Alex Oprea
c7b863e916
owsd: config: fix typos and add missing ca option in /etc/config/owsd
2018-01-08 19:27:40 +01:00
Sukru Senli
74df26fb32
owsd: handle owsd acl in owsd init script and configure rpcd accordingly
2018-01-08 19:27:40 +01:00
Denis Osvald
44e10992bf
Update feed [ feed_inteno_packages ] package [ owsd ]
...
-------------------------------------------------------------------------------
* 20fef42 make HTTP caching configurable and off-by-default
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
commit 20fef420d1796b47fb056e98113592471011a9de
Author: Denis Osvald <denis.osvald@sartura.hr>
Date: 2017-02-10 13:53:44 +0100
make HTTP caching configurable and off-by-default
Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
Base directory -> /
src/main.c | 23 +++++++++++++++++++----
1 file changed, 19 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
2018-01-08 19:27:40 +01:00
Denis Osvald
1e5d155104
owsd: to version with proxy features and SSL auth
...
Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
2018-01-08 19:27:40 +01:00
Denis Osvald
3fd5294345
update owsd default config file with commented-out proxy options
...
Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
2018-01-08 19:27:40 +01:00
Denis Osvald
357ef23c0d
install /etc/config/owsd as ocnfig file to preserve it
...
Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
2018-01-08 19:27:40 +01:00
Denis Osvald
b3810ba716
update owsd init script with new options
...
Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
2018-01-08 19:27:40 +01:00
Denis Osvald
5f729b9eea
owsd: update to version with client proxy
...
New version adds option -C to owsd, with respective option in config:
config owsd 'global'
...
list ubusproxy 'http://url1/ '
list ubusproxy 'http://url12/ '
...
Patch is removed since it's obsoleted in this version
Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
2018-01-08 19:27:40 +01:00
Sukru Senli
2f8768beaa
owsd: wan https commented out
2018-01-08 19:27:40 +01:00
Denis Osvald
2bef8c073c
owsd: update to latest version, tweaks debug output
...
Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
2018-01-08 19:27:40 +01:00
Denis Osvald
3f80217975
owsd: fix origin whitelisting on https port 443
...
Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
2018-01-08 19:27:40 +01:00