Skip to content

policy: Call method name should be SendDtmf rather than SendTone

Bob Ham requested to merge rah/ModemManager:rah/call-policy-senddtmf-fix into master

The method on MMBaseCall is send_tone but the D-Bus method call is SendDtmf. Without this patch, calls return org.freedesktop.DBus.Error.AccessDenied.

Merge request reports