-
Notifications
You must be signed in to change notification settings - Fork 0
Common Problems
Alejandro Zeise edited this page Jan 14, 2021
·
2 revisions
- I can't hear any call audio using a USB bluetooth dongle
- If you're sure you have the call audio support enabled in the config file and you're using a dongle by Plugable, then this might apply to you (it did for me). Follow the steps and then reboot, that should fix the issue.
- Symptoms: Call audio doesn't go through at all, on phone it defaults to speaker phone and won't let you select bluetooth as an option
- In
ofonod
logs (check usingjournalctl -u ofono
, or in/var/log/messages
) you will see "Reject SCO: Agent not registered" -
TO Solve:
- Make sure call-support is enabled in
/etc/raspberrylink-server.conf
- If that doesn't fix the problem, edit the file
/etc/dbus-1/system.d/ofono.conf
- Find the line that has the following:
and change<policy context="default"> <deny send_destination="org.ofono"/> </policy>
deny
toallow
- Make sure call-support is enabled in