diff --git a/doc/cdma-voicecall-manager-api.txt b/doc/cdma-voicecall-manager-api.txt index 958402fb..9f7749b1 100644 --- a/doc/cdma-voicecall-manager-api.txt +++ b/doc/cdma-voicecall-manager-api.txt @@ -50,6 +50,23 @@ Signals PropertyChanged(string property, variant value) Signal is emitted whenever a property has changed. The new value is passed as the signal argument. + DisconnectReason(string reason) + + This signal is emitted when the modem manager can + provide extra information about why the call was + released. The possible reason values are: + "local" - The call was release due to local + user action + "remote" - Remote party released the call + "network" - Network released the call, most + likely due to low signal or + other network failure + + Not all implementations are able to provide this + information, so applications should treat the emission + of this signal as optional. This signal will be + emitted before the PropertyChanged signal. + Properties string State [readonly] Contains the state of the current call. The state @@ -68,23 +85,6 @@ Properties string State [readonly] Contains the call waiting number. - DisconnectReason(string reason) - - This signal is emitted when the modem manager can - provide extra information about why the call was - released. The possible reason values are: - "local" - The call was release due to local - user action - "remote" - Remote party released the call - "network" - Network released the call, most - likely due to low signal or - other network failure - - Not all implementations are able to provide this - information, so applications should treat the emission - of this signal as optional. This signal will be - emitted before the PropertyChanged signal. - string ToneDuration [readwrite] Contains the length of the DTMF tone duration. The