search for: transfers

Displaying 20 results from an estimated 19242 matches for "transfers".

Did you mean: transfer
2019 Nov 28
3
[PATCH] rhv-upload: Fix waiting for transfer
...-git a/v2v/rhv-upload-plugin.py b/v2v/rhv-upload-plugin.py index 75e4f404..3942ec72 100644 --- a/v2v/rhv-upload-plugin.py +++ b/v2v/rhv-upload-plugin.py @@ -513,21 +513,43 @@ def create_transfer(connection, disk, host): # Get a reference to the created transfer service. transfer_service = transfers_service.image_transfer_service(transfer.id) - # After adding a new transfer for the disk, the transfer's status - # will be INITIALIZING. Wait until the init phase is over. The - # actual transfer can start when its status is "Transferring". + # Wait until transfer'...
2019 Nov 28
0
Re: [PATCH] rhv-upload: Fix waiting for transfer
...y b/v2v/rhv-upload-plugin.py > index 75e4f404..3942ec72 100644 > --- a/v2v/rhv-upload-plugin.py > +++ b/v2v/rhv-upload-plugin.py > @@ -513,21 +513,43 @@ def create_transfer(connection, disk, host): > # Get a reference to the created transfer service. > transfer_service = transfers_service.image_transfer_service(transfer.id) > > - # After adding a new transfer for the disk, the transfer's status > - # will be INITIALIZING. Wait until the init phase is over. The > - # actual transfer can start when its status is "Transferring". > + #...
2006 Feb 26
2
Voltage transfer points.
Hi, Need to get an answer to the following. I find the naming to be little redundant regarding the 'input.transfer.boost.low - hige'. The same goes for input.transfer.trim.low - high. As I find it, there is only one point where the boost or buck (trim) kicks in. Let's say that the nominal voltage is 230 volt, then we have a input.transfer.boost point on say 220 volt. If the
2019 Nov 28
2
Re: [PATCH] rhv-upload: Fix waiting for transfer
...gt; > index 75e4f404..3942ec72 100644 > > --- a/v2v/rhv-upload-plugin.py > > +++ b/v2v/rhv-upload-plugin.py > > @@ -513,21 +513,43 @@ def create_transfer(connection, disk, host): > > # Get a reference to the created transfer service. > > transfer_service = transfers_service.image_transfer_service(transfer.id) > > > > - # After adding a new transfer for the disk, the transfer's status > > - # will be INITIALIZING. Wait until the init phase is over. The > > - # actual transfer can start when its status is "Transferring&...
2009 Jun 15
1
Opinion on Attended transfer in features.conf
...s phone is ringing - in Attended Transfer, caller (ie transferee) is hearing Music On Hold when callee's phone is ringing - in Attended Transfer, if callee don't answer in a given time frame, call comes back to transferer again Bottom line is you still need to teach both Blind and Attended transfers. Is there a way to set Attended Transfer to mimic exactly Blind Transfer ? What could be a use case in which one would need Attended Transfer not to transform into a Blind Transfer ? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pi...
2008 Dec 09
3
Problems with getting correct id from query involving two tables
I have a query that is intended to find all "transfers" based on a condition the uses a second table. In the controller, it looks like this: def find_protocols @transfers = Transfer.find(:all, :from => "transfers, protocols", :conditions => "transfers.protocol_id = protocols.id AND protocols.name = \"#{params[:prot...
2015 Oct 06
2
Failed to transfer all 7 FSMOs
Hello, I tested to transfer all 7 FSMOs from Windows Server 2003 Enterprise to Samba 4.3.0 DC. (I think some users still use Win2K3 and want to migrate.) But unfortunately is failed. To reproduce, (1) Promoto Win2K3R2 Enterprise host to first DC. (2) Join self-built Samba 4.3.0 to the domain. (3) Run 'samba-tool fsmo transfer --role=all' root at jessie64-1:~# samba-tool fsmo
2006 Apr 14
22
attended transfer issue
Hi! A few months ago I needed some help for the following issue: .) a call comes in .) Person A takes the call and does an attended transfer to Person B .) Person A hangs up the phone without waiting for Person B taking the call .) the caller get lost at this point !! At this point the attended transfer should go into a blind transfer. The phone of Person B should still be ringing and the
2006 Mar 14
3
Attended Transfer - transfer timeout, how to change?
Hi, We are trying to use attended transfer with Asterisk 1.2.5, but when we do the transfer and dial the new number, it times out after 3 rings and then the callee is put back to the original agent. Where can I adjust the timeout which applies to the number we are transferring to? I have changed the extension for this number to timeout at 60 seconds, but that seems to make no difference. --
2011 Nov 16
5
Polycom Attended Transfer
When you perform an attended transfer, the extension of the person transferring is displayed to the co-worker. Can I override the caller ID to display the caller's callerID during a blind transfer? Thanks, --E -------------- next part -------------- An HTML attachment was scrubbed... URL:
2019 Nov 19
5
[PATCH 0/2] rhv-upload: Complete refactoring
Fix NameError introduced by inocomplete change to extract create_transfer() by extracting cancel_transfer() function. Finally extract finallize_transfer() function, dealing with the poorly documented and over complicated oVirt SDK. Tested with: libguestfs-1.40.2-4.fc30.x86_64 nbdkit-1.12.8-1.fc30.x86_64 Tested flows: - Successful import - Error in close() - by injecting long sleep in vdsm
2015 Sep 30
4
Problem with 90MB Initrd
...ould syslinux.efi ever need to TFTP transfer more than >one file simultaneously? >> > >Consider the case of INCLUDEd configuration files, for example. > > >??? -hpa<<< >I do not understand.Are we parsing a configuration file and potentially >starting new TFTP transfers while downloading it? How can we do this on >a single thread?We cannot stop/resume a TFTP transfer then I cannot >imagine how to detect an INCLUDE during TFTP transfer N to launch TFTP >transfer N+1 if TFTP transfer N is not finished yet, all in a single >thread and with none of the TFT...
2015 Oct 07
1
Failed to transfer all 7 FSMOs
Hello, > On 07/10/15 00:33, TAKAHASHI Motonobu/高橋 基信 wrote: > > Hello, > > > > I tested to transfer all 7 FSMOs from Windows Server 2003 Enterprise > > to Samba 4.3.0 DC. (I think some users still use Win2K3 and want to > > migrate.) But unfortunately is failed. > > > > To reproduce, > > > > (1) Promoto Win2K3R2 Enterprise host to first DC.
2005 Jan 18
14
Attended call transfer
Hi All, Does any one know if attended call transfer has been added into the STABLE release of asterisk yet? Potentially using a mix of phones would create confusion in a user base, any ideas on attended transfer or how to achieve this / mods to dial plan etc would be greatly appreciated. I have been on an almost vertical learning curve with Asterisk and Linux for 6 months this is just
2006 Mar 02
4
Changing caller id on transfer
As usual, this is most likely a easy question, but here it goes any way: How can I change the caller id on a transferred call so the called party knows the call has been transferred from a colleague and it's not coming directly from our outside lines? The story goes like this: 1) Client calls. All phones ring. 2) Someone picks up the phone. 3) The phone gets transferred to someone. 4) The
2017 May 29
2
Best way to know a call is being transfered
Hello using Asterisk 1.8.32.3. What is the best way of knowing a call is being transfered (attended and unattended) ? And also knowing whereto (sip user) the call is being transfered and who is the transferer ? So I can log this information. Kind regards. J. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Oct 29
4
blind transfers with IP Polycom 501
I'm running Asterisk 1.2.8 with Polycom ip501's xten softphones The only problem I'm experiencing is the following: I can't seem to get blind transfers to work with my Polycom 501 phones Either through the feature code or the soft keys. Feature code blind transfers: I set up a feature map in features.conf like this: blindxfer => # This works for all my softphones, just not the 501 phones. Soft key Blind Transfers: Then I t...
2019 Mar 17
2
[PATCH] v2v: rhv-upload-plugin - improve wait logic after finalize (RHBZ#1680361)
After invoking transfer_service.finalize, check operation status by examining ImageTransferPhase and DiskStatus. This is done instead of failing after a predefined timeout regardless the status. * not verified * Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1680361 --- v2v/rhv-upload-plugin.py | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git
2016 Jun 24
2
--partial not working?
...lto:rsync-bounces at lists.samba.org] On Behalf Of Kevin Korb Sent: Friday, June 24, 2016 12:03 PM To: rsync at lists.samba.org Subject: Re: --partial not working? Partial means don't delete the incomplete file. The file is being transferred because it doesn't match. But rsync does delta-transfers so it won't actually transfer the parts that match. It will just verify that they do match. Unless of course --whole-file. On 06/24/2016 11:47 AM, McDowell, Blake wrote: > Hello, > > > > I’m running rsync -avPhi to move large video files to a remote server. > Often we...
2016 Jun 24
2
--partial not working?
Hello, I’m running rsync -avPhi to move large video files to a remote server. Often we have to stop a transfer midway through to push something else to the server. My hope was that the -P flag would invoke --partial and the transfer would pick-up where it left off. This does not seem to be happening. Rather, the transfer starts over from the beginning, erasing the partially transferred file.