Skip to content
Snippets Groups Projects
Commit 81cfd640 authored by Yalu Zhang's avatar Yalu Zhang Committed by Sukru Senli
Browse files

Fix a bug that asterisk crashes or hangs after "ubus call endpt rtp_stats"

The bug was caused by a synchronous ubus API ubus_invoke(). The asynchronous version
of API ubus_invoke_aync() shall be used instead.

Also remove some unused code and stop ubus thread when the chan_brcm module is unloaded.
parent cc1a6e87
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment