sysapps / telephony

API to manage telephony calls
16 stars 12 forks source link

Generic error handling needs to be reintegrated into spec #176

Open marcoscaceres opened 11 years ago

marcoscaceres commented 11 years ago

The following text was moved of the spec as part of the noLegacyStyle. It needs to be put back into each of the appropriate methods that it affects.

        In this final state ("disconnected"), the implementation MUST throw an
        <code>InvalidStateError</code> exception when any method call is
        attempted.

        "multiparty call" state: The call is locked in a <a>ConferenceCall</a>
        object and MUST NOT be managed any more using this object. While in
        this state, the implementation MUST throw an
        <code>InvalidStateError</code> exception when any method call is
        attempted.
marcoscaceres commented 11 years ago

Work in progress...

marcoscaceres commented 11 years ago

Relates to #47