search for: notready

Displaying 3 results from an estimated 3 matches for "notready".

Did you mean: notread
2009 Dec 11
1
ANNOUNCE: New version of Activa TAPI driver
hello, there is new version of the best open source TAPI driver for Asterisk - Activa 1.6.1 * NEW: Asterisk 1.6 compatibility (partially sponsored by IPEX a.s. http://www.ipex.cz) * NEW: FEATURE_CODES standardization for AgentACD integration login, logout, ready, notReady. * NEW: ActivaTSP x64 version. * New: Windows 2008 Server compatibility. * CHANGE: Some performance optimization. * FIX: SIP/ Dns can generate void extensions. * FIX: in process dn expresion, the duplicate filter deletes non duplicate entries. download: http://sourceforge.net/projects/activa/files...
2009 Oct 27
2
[PATCH 3/4] scsi-disk: Factor out SCSI command emulation
...{ + *out_len = 0; + return SENSE_LUN_NOT_SUPPORTED; } + + if (bdrv_get_type_hint(bdrv) == BDRV_TYPE_CDROM) { + cluster_size = 4; + } + switch (command) { case 0x0: DPRINTF("Test Unit Ready\n"); - if (!bdrv_is_inserted(s->dinfo->bdrv)) - goto notready; + if (!bdrv_is_inserted(bdrv)) + status = SENSE_LUN_NOT_READY; break; - case 0x03: - DPRINTF("Request Sense (len %d)\n", len); - if (len < 4) - goto fail; - memset(outbuf, 0, 4); - r->iov.iov_len = 4; - if (s->sense == SENSE...
2009 Oct 27
2
[PATCH 3/4] scsi-disk: Factor out SCSI command emulation
...{ + *out_len = 0; + return SENSE_LUN_NOT_SUPPORTED; } + + if (bdrv_get_type_hint(bdrv) == BDRV_TYPE_CDROM) { + cluster_size = 4; + } + switch (command) { case 0x0: DPRINTF("Test Unit Ready\n"); - if (!bdrv_is_inserted(s->dinfo->bdrv)) - goto notready; + if (!bdrv_is_inserted(bdrv)) + status = SENSE_LUN_NOT_READY; break; - case 0x03: - DPRINTF("Request Sense (len %d)\n", len); - if (len < 4) - goto fail; - memset(outbuf, 0, 4); - r->iov.iov_len = 4; - if (s->sense == SENSE...