Home | History | Annotate | Download | only in audio

Lines Matching refs:on_hold

163 	gboolean on_hold;
1057 call->on_hold = FALSE;
1082 if (call->on_hold) {
1083 call->on_hold = FALSE;
1122 call->on_hold = TRUE;
1137 if (call->on_hold &&
1523 dbus_bool_t originating, terminating, emerg, on_hold, conf;
1538 DBUS_TYPE_BOOLEAN, &on_hold,
1560 if ((call->status != CSD_CALL_STATUS_HOLD && on_hold) ||
1562 !on_hold)) {
1563 error("Conflicting call status and on_hold property!");
1564 on_hold = call->status == CSD_CALL_STATUS_HOLD;
1568 call->on_hold = on_hold;