Skip to content

Change the RPC to dectmngr for releasing all calls on a DECT extension

Yalu Zhang requested to merge bug-15255 into devel
"ubus call dect call" was used before, which can't release all calls on an extension
when a connection is about to close for DECT when there are multiple calls.

This commit adds "ubus call dect-rpc calls-release" explicitly to release all calls
on an extension.

Merge request reports