sysapps / telephony

API to manage telephony calls
16 stars 12 forks source link

DisconnectReason is non-normative #183

Closed marcoscaceres closed 11 years ago

marcoscaceres commented 11 years ago

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

marcoscaceres commented 11 years ago

work in progress

marcoscaceres commented 11 years ago

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?