2 <node name=
"/" xmlns:
fso=
"http://www.freesmartphone.org/schemas/DBusSpecExtension" xmlns:
doc=
"http://www.freedesktop.org/dbus/1.0/doc.dtd" doc:
id=
"freesmartphone-gsm-voicemail-interface">
5 <doc:summary>freesmartphone.org GSM Voice Mail Interface
</doc:summary>
8 <interface name=
"org.freesmartphone.GSM.VoiceMail">
12 The Voice Mail interface gives access to the voice mail status.
14 Voice Mail is a feature provided by several operators, in which an answering
15 machine (voice mailbox) is provided to a caller, if the callee can't be
16 reached or doesn't want to be reached (i.e. by sending busy).
20 <method name=
"GetVoiceMailboxNumber">
21 <annotation name=
"org.freedesktop.DBus.GLib.Async" value=
"true" />
23 <doc:description>Retrieve phone number of Voice Mailbox.
</doc:description>
25 <arg type=
"s" name=
"number" direction=
"out">
27 <doc:summary>The Voice mailbox number.
</doc:summary>
30 <fso:throws type=
"org.freesmartphone.GSM" />
31 <fso:throws type=
"org.freesmartphone" />
34 <method name=
"SetVoiceMailboxNumber">
35 <annotation name=
"org.freedesktop.DBus.GLib.Async" value=
"true" />
37 <doc:description>Set phone number of Voice Mailbox.
</doc:description>
39 <arg type=
"s" name=
"number" direction=
"in">
41 <doc:summary>The Voice mailbox nNumber.
</doc:summary>
44 <fso:throws type=
"org.freesmartphone.GSM" />
45 <fso:throws type=
"org.freesmartphone" />
48 <signal name=
"IncomingVoiceMail">
50 <doc:description>Sent, when a new voice mail has been stored on the voice mailbox.
</doc:description>
52 <arg type=
"i" name=
"index">
54 <doc:summary>The storage index of the new message.
</doc:summary>
59 <method name=
"GetStoredVoiceMails">
60 <annotation name=
"org.freedesktop.DBus.GLib.Async" value=
"true" />
62 <doc:description>Retrieve the indices of stored voice mails on your voice mailbox.
</doc:description>
64 <arg type=
"as" name=
"zones" direction=
"out">
66 <doc:summary>The home zone names.
</doc:summary>
69 <fso:throws type=
"org.freesmartphone.GSM" />
70 <fso:throws type=
"org.freesmartphone" />