sysapps / telephony

API to manage telephony calls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DisconnectReason is non-normative

marcoscaceres opened this issue · comments

DisconnectReason is not used by normative parts of the spec. It should be in the call history section.

work in progress

Hmmm.. Seems that disconnect reason is used. But the definitions is wrong:

The param attribute of the disconnected event MUST be set to the DisconnectReason, if available, or otherwise it MUST be set to null. At least the following values MUST be supported for the disconnect reason: "local", "remote" and "network". The rest of the DisconnectReason values SHOULD be supported.

There is no such thing as a "param" attribute on Event?