I am trying to make DTMF tones out the speaker.
I find this old dbus example, but com.Nokia.Telephony.Tones appear to be gone/obsolete.
Does it have a new name?
Any other suggestions?
[Extra credit:
How do I force the playback out the headphone jack if I want?
Can the XA2 do both headphone and speaker at the same time?]
# Play a DTMF tone corresponding to key '5'
dbus-send --system --print-reply --type=method_call --dest=com.Nokia.Telephony.Tones /com/Nokia/Telephony/Tones com.Nokia.Telephony.Tones.StartEventTone uint32:5 int32:0 uint32:0
but
Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.Nokia.Telephony.Tones was not provided by any .service files`