Displaying 2 results from an estimated 2 matches for "678912".
Did you mean:
378912
2004 May 16
0
Call forking/parallel call cdr.
Hi,
Consider the following:
exten _X.,1, Dial(Zap/g1/12345&Zap/g1/678912)
we attempt to dial 2 numbers simultaneous and who ever answers get the call.
My issue here is that the cdr only contains like ,Zap/g1-1, which
doesn't tell if 12345 or 678912 answered the call.
One number could be local and the other international so different rates
should be applied.
Is the...
2010 Jan 29
3
virtio: console: Return -EFAULT on copy_xx_user errors, allow larger writes
Hey Rusty,
These updated patches in the series return -EFAULT on copy_xx_user
errors and also move the copy_from_user into fops_write() instead of it
being in send_buf. This enables send_buf to just read from kernel
buffers, making it simpler.
This also allows write()s to write more to the host in one go,
removingthe 4k limitation. I do limit the writes to 32k at once to not
put too much