sysapps / telephony

API to manage telephony calls
16 stars 12 forks source link

Dial method needs rewrite #193

Closed marcoscaceres closed 11 years ago

marcoscaceres commented 11 years ago

There are a number of issues with the dial steps as currently written. They don't properly define synchronous and async actions (e.g., when to return). The method creates objects prematurity; doesn't properly associate telephony service with a call, etc.

Basically, it needs a bit of a rewrite :)

marcoscaceres commented 11 years ago

Work in progress...

zolkis commented 11 years ago

See also my more detailed steps described at issue #17.