Home | History | Annotate | Download | only in audio

Lines Matching refs:held

215  *  1 = held incoming call is accepted in the AG
216 * 2 = held incoming call is rejected in the AG
843 struct csd_call *held, *wait;
846 held = find_call_with_status(CSD_CALL_STATUS_HOLD);
851 else if (call && held)
856 if (held)
857 err = unhold_call(held);