-
- Downloads
Change the logic for DECT hook event simulation to fit different behaviors on platforms
line_new_connection_by_dect() is called in the following scenarios: - DECT handset answers an incoming call - DECT handset initiates an outgoing call Depending upon the current hook state, either OFFHOOK or FLASH is simulated. But different platforms have different ways to simulate the hook events. On Broadcom platform, simulation is a delayed process and the original logic works fine. On Qualcomm/D2 platform, simulation is a synchronized process and the original logic will generate two events, OFFHOOK and FLASH simultaneously. This causes the call be held.
Loading
Please register or sign in to comment