sysapps / telephony

API to manage telephony calls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telephony system eventing model should fill event gaps

marcoscaceres opened this issue · comments

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?