search for: 985657

Displaying 2 results from an estimated 2 matches for "985657".

Did you mean: 985658
2003 Dec 26
6
Problems with outgoing calls
Hello: I have found the following problems with outgoing calls with asterisk, compiled with an updated CVS on 22 Oct. 1.- Problem with retries: Whenever I set the MaxRetries parameter, to something greater than 0 in a call-fille, Asterisk ignores the RetryTime parameter and retries every file in the outgoing folder when a new call-file is copied into that folder. So, if I make a call placing
2015 Jan 13
8
[PATCH 0/6] virtio: graceful failure with get == NULL
virtio 1.0 says device configuration is optional, but most drivers treat it as mandatory. Even if presented by device, guest bios might disable the BAR holding that configuration, so we can't assume it's there, but we also don't want to fail if not in case drivers can cope with it's absence - such as caif or rng. Add code to drivers to check presence of get callback and fail