Home | History | Annotate | Download | only in audio

Lines Matching refs:on_hold

128 	gboolean on_hold;
1027 call->on_hold = FALSE;
1052 if (call->on_hold) {
1053 call->on_hold = FALSE;
1092 call->on_hold = TRUE;
1107 if (call->on_hold &&
1429 dbus_bool_t originating, terminating, emerg, on_hold, conf;
1444 DBUS_TYPE_BOOLEAN, &on_hold,
1466 if ((call->status != CSD_CALL_STATUS_HOLD && on_hold) ||
1468 !on_hold)) {
1469 error("Conflicting call status and on_hold property!");
1470 on_hold = call->status == CSD_CALL_STATUS_HOLD;
1474 call->on_hold = on_hold;