Home | History | Annotate | Download | only in audio

Lines Matching refs:on_hold

118 	gboolean on_hold;
509 if (call->on_hold && alerting)
1066 call->on_hold = FALSE;
1099 if (call->on_hold) {
1100 call->on_hold = FALSE;
1139 call->on_hold = TRUE;
1154 if (call->on_hold &&
1507 dbus_bool_t originating, terminating, emerg, on_hold, conf;
1522 DBUS_TYPE_BOOLEAN, &on_hold,
1543 if ((call->status != CSD_CALL_STATUS_HOLD && on_hold) ||
1545 !on_hold)) {
1546 error("Conflicting call status and on_hold property!");
1547 on_hold = call->status == CSD_CALL_STATUS_HOLD;
1551 call->on_hold = on_hold;