sysapps / telephony

API to manage telephony calls
16 stars 12 forks source link

TCallControl not needed #172

Closed marcoscaceres closed 11 years ago

marcoscaceres commented 11 years ago

The spec uses the concept of "TCallControl" throughout to handle the interactions between the telephony system and JS. However, TCallControl doesn't need to be an explicit part of the system (as it's an abstract concept). It's better to just have TCallControl implied as part of the overall architecture.

marcoscaceres commented 11 years ago

to be clear, steps/events that TCallControl pertains to would still be part of the spec - but "TCallControl" itself would go away.

marcoscaceres commented 11 years ago

Work in progress