sysapps / telephony

API to manage telephony calls
16 stars 12 forks source link

Telephony system eventing model should fill event gaps #198

Open marcoscaceres opened 11 years ago

marcoscaceres commented 11 years ago

As events from the telephony network are not guaranteed, if the underlying system receives a foo event out of sequence, it should synthesize the expected events that should lead up to a foo event and dispatch them before dispatching foo.

Thoughts?