search for: 0e7b

Displaying 3 results from an estimated 3 matches for "0e7b".

Did you mean: 007b
2003 Sep 09
1
help on MOH config, pretty close?
...#39; == Registered application 'WaitMusicOnHold' == Registered application 'SetMusicOnHold' which looks like its okay. The the asterisk command line, I see: -- Called 3002 -- SIP/3002-3ed3 is ringing -- SIP/3002-3ed3 is ringing -- SIP/3002-3ed3 answered SIP/3000-0e7b -- Attempting native bridge of SIP/3000-0e7b and SIP/3002-3ed3 -- Started music on hold, class 'default', on SIP/3002-3ed3 but nothing is heard on either C7960's or Snom 200. I have not modified anything in sip.conf or extensions.conf; am I suppose to? What am I missing???? R...
2019 Mar 07
1
Support for NBD block status in nbdkit & qemu NBD client
...of this we're actually copying the source over the network, but the command line for that is too complicated to show in a simple example). VDDK has an API for querying allocated blocks, see ‘VixDiskLib_QueryAllocatedBlocks’ in https://vdc-download.vmware.com/vmwb-repository/dcr-public/8f96698a-0e7b-4d67-bb6c-d18a1d101540/ef536a47-27cd-481a-90ef-76b38e75353c/vsphere-vddk-671-programming-guide.pdf It's awkward to use but Martin (CC'd) has played with it and it does seem to work. The question is if we add Structured Replies + Block Status support to nbdkit & implement it for the VD...
2019 Oct 10
1
[PATCH NOT WORKING nbdkit] vddk: Restructure plugin to allow greater parallelism.
We had a query yesterday about the VDDK plugin and making it actually obey the weird "Multithreading Considerations" rules in the VDDK documentation (https://vdc-download.vmware.com/vmwb-repository/dcr-public/8f96698a-0e7b-4d67-bb6c-d18a1d101540/ef536a47-27cd-481a-90ef-76b38e75353c/vsphere-vddk-671-programming-guide.pdf) This patch is my attempt to implement this. The idea is that the plugin starts a background thread and routes all calls to certain VDDK functions through this thread, ensuring that the "Multit...