Displaying 5 results from an estimated 5 matches similar to: "paging system (long)"
2006 Mar 06
0
No ring when doing blind transfer.
Hi,
I have an odd problem when doing a blind transfer. The transfer is
intiated and the transferred caller hears nothing until the timeout. I
have tried setting the 'r' and the 'm' variables in the dial command.
Nothing happens when I use the 'r' variable when I use the 'm' variable
I briefly hear music on hold and then it stops until the timeout for no
answer
2019 Jan 16
0
[PATCH 4/5] mltools: curl: turn Curl.run to raise exceptions
Add a new Curl_failed exception, and raise it when Curl.run fails,
instead of exiting directly with error. This allows users of Curl to
handle failed downloads gracefully.
Add wrappers to the "main" functions of virt-builder, virt-v2v, and
virt-v2v-copy-to-local to catch Curl_failed, and show a better message
for them.
---
builder/builder.ml | 9 ++++++++-
common/mltools/curl.ml
2000 Jun 14
6
Samba and Windows 2000
Darryl Cook wrote:
Hello,
I need help with Samba and windows 2000. I had samba working fine with
win95 and win98 but when i upgraded to 2000 i cant connect anymore. I
have gone through all the tests and everything works fine until test
#9
which is to run netview \\server_name and test #10 which is net use x:
\\server_name\user
I am running samba 1.9.18p7. When I do a net view
2006 Jul 03
4
Printing - using WINE
Hello out there,
perhaps anybody has some idea for my problem.
I've had several nice successes with WINE. GoogleEarth e.g. or some of
my old tools of the windows-times.
Now yesterday I've sent my tax-declaration (in Germany: ElsterFormular)
to the tax-administration, online. BUT: I couldn't print the
declaration!! NOTHING at all happened.
I havn't ever tried to print, it was not
2019 Jan 16
10
[PATCH 0/5] [RFC] builder: handle unavailable repos
In case a repository of virt-builder references files (e.g. the index)
that cannot be downloaded (network issues, 404, etc) then virt-builder
errors out on this situation. This is not a nice situation, from an user
POV.
This series does some refactoring to allow to better handle downloading
failures, and handle the failures gracefully in virt-builder.
RFC because I'm not yet too convinced