Hi, I'm trying to setup ofono on a yocto system, to route calls through HFP. I'm running ofono 1.16 pulseaudio 9.0 and bluez 5.28. As far as I understand this task shouldn't require much of a setup, and a couple of changes in /etc/pulse/default.pa should be enough to get it working: .ifexists module-bluetooth-policy.so load-module module-bluetooth-policy ag=true .endif .ifexists module-bluetooth-discover.so load-module module-bluetooth-discover headset=ofono .endif It seems that ofono sees the phone as a modem: https://pastebin.com/bPudNcGR But nothing happens when I start a call, and even changing the card profile manually to headset_audio_gateway doesn't work, as the bluez source results suspended during calls. I've tried running ofonod with the -d flag to get some debug information, but I didn't see anything that could help me, since it stops printing out anything after the connection succeeds, here's the full log: https://pastebin.com/gz2tFK4n It seems to me that I have a problem with ofono/dbus, because when I try to run the dial-number script from the ofono test package, I get this error: https://pastebin.com/86iKN5hc I would need some help to figure out where the problem is, since I don't know where to look at.