Dear All,

  I have a Simcom SIM800 modem that is working with Ofono.

My question: how can I hangup an outgoing call **before** it is answered?

I've tried with:

    # dbus-send --system --print-reply --dest=org.ofono /sim900_0 org.ofono.VoiceCallManager.HangupAll

but the answer is:

    Error org.ofono.Error.InProgress: Operation already in progress

and with:

    # dbus-send --system --print-reply --dest=org.ofono /sim900_0/voicecall01 org.ofono.VoiceCall.Hangup

but the answer is:

    Error org.freedesktop.DBus.Error.UnknownObject: Method "Hangup" with signature "" on interface "org.ofono.VoiceCall" doesn't exi

that is correct because the path /sim900_0/voicecall01 only exists when the call is already answered.


I'm stuck. Is it possible?

Thanks a lot.


Regards,

Riccardo


_______________________________________________
ofono mailing list
[email protected]
https://lists.ofono.org/mailman/listinfo/ofono

Reply via email to