84 Global Call API for HMP on Windows Programming Guide — August 2006
Application Development Guidelines
Alternatively, the application can just respond to events using their associated CRN, simply
performing a gc_ReleaseCallEx( ) upon reception of any GCEV_DROPCALL event whether the
CRN is the active one or not. Using this procedure, the application only needs to store one CRN per
line device.
<-- GCEV_OFFERED(CRN2)
gc_AcceptCall(CRN2) -->
<-- GCEV_DROPCALL(CRN1)
gc_ReleaseCallEx(CRN1) -->
Table10. Handling Glare
Application Global Call Library