diff options
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Voice.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Voice.xml b/introspection/org.freedesktop.ModemManager1.Modem.Voice.xml index 4650b22e..d39081c0 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Voice.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Voice.xml @@ -124,6 +124,32 @@ <method name="Transfer" /> <!-- + CallWaitingSetup: + + Activates or deactivates the call waiting network service, as per + 3GPP TS 22.083. + + This operation requires communication with the network in order to + complete, so the modem must be successfully registered. + --> + <method name="CallWaitingSetup"> + <arg name="enable" type="b" direction="in" /> + </method> + + <!-- + CallWaitingQuery: + + Queries the status of the call waiting network service, as per + 3GPP TS 22.083. + + This operation requires communication with the network in order to + complete, so the modem must be successfully registered. + --> + <method name="CallWaitingQuery"> + <arg name="status" type="b" direction="out" /> + </method> + + <!-- CallAdded: @path: Object path of the new call. |