Skip to content

Change the RPC to dectmngr for stopping ringing on an extension

Yalu Zhang requested to merge bug-15256 into devel
"ubus call dect call" was used before, which can't distinguish stopping ringing from
releasing a call. It caused ringing can't be stopped on DECT handsets in some call
scenarios.

This commit uses "ubus call dect-rpc ringing-stop" explicitly to stop ringing on
all DECT handsets which are mapped to an extension.

Merge request reports