Top |
org.freedesktop.ModemManager1.Modem.Voiceorg.freedesktop.ModemManager1.Modem.Voice — The ModemManager Voice interface. |
ListCalls (OUT ao result); DeleteCall (IN o path); CreateCall (IN a{sv} properties, OUT o path);
ListCalls (OUT ao result);
Retrieve all Calls.
This method should only be used once and subsequent information retrieved either by listening for the org.freedesktop.ModemManager1.Modem.Voice::Added signal, or by querying the specific Call object of interest.
|
The list of call object paths. |
DeleteCall (IN o path);
Delete a Call from the list of calls.
The call will be hangup if it is still active.
|
The object path of the Call to delete. |
CreateCall (IN a{sv} properties, OUT o path);
Creates a new call object.
The 'Number' is mandatory
|
Call properties from the Call D-Bus interface. |
|
The object path of the new call object. |