search for: pausing

Displaying 20 results from an estimated 2712 matches for "pausing".

Did you mean: passing
2008 Jul 21
1
queue members randomly become paused after upgrade to Asterisk 1.4
Hi all, I have upgraded my Asterisk box from 1.2.x to 1.4.x version: it seems that sometimes some phones become paused and cannot receive calls anymore. I tried to set autopause = no in every section of my queues.conf but nothing changes.... Anybody knows why a phone becomes paused? Is it an Asterisk 1.4 bug or there is a particular reason for this behaviour? Thank you. Giorgio.
2011 May 05
1
Why is PQMSTATUS empty?
...; in all queues exten => unpause,n,GoSub(changePauseStatus,start,1(UPQMSTATUS,UNPAUSED,available)) ; use the changePauseStatus subroutine and ; pass the values for: variable to check, ; value to check for, and file to play exten => unpause,n,Hangup() ; ### Subroutine we use to check pausing and unpausing status ### [changePauseStatus] ; ARG1: variable name to check, such as PQMSTATUS and UPQMSTATUS (PauseQueueMemberStatus / UnpauseQueueMemberStatus) ; ARG2: value to check for, such as PAUSED or UNPAUSED ; ARG3: file to play back if our variable value matched the value to check for...
2006 Aug 03
2
RE: [Patch][RFC] Support "xm dump" (is Re: Re:[Patch]Enable "sysrq c" handler for domU coredump)
...the case without pause, domain''s memory is modified while dumping. > I think both w/o and w pause are needed. Hmm... perhaps although I''m not convinced -- I understand that memory can change during the dump and therefore there can be some inconsistencies in the dump, HOWEVER, pausing the domain doesn''t ensure all the data structures are consistent either - it pretty much just stops the VM wherever is happens to be so the memory can still be inconsistent. I also think there is an issue with pausing -- unless I am mistaken, pause requires code to run in the domain - if...
2014 Aug 06
2
Re: [libvirt] libvirt external disk-only snapshot will pause the VM?
Thanks very much Eric! This is exactly what I guessed, I just wondering where I could find this piece of code and control the the pause time of guest, while the snapshot being taken? thanks ! Best, Yuanzhen On Tue, Aug 5, 2014 at 6:30 PM, Eric Blake <eblake@redhat.com> wrote: > On 08/05/2014 03:54 PM, Yuanzhen Gu wrote: > > Hello folks, > > > > If I give command to
2018 Feb 21
2
Geo replication snapshot error
...st two machines (VM) and no arbiter. I have setup a geo-user (called geouser) and do not use root as the geo user, as specified in the docs. Both my master and slave volumes are named: vol If I pause the geo-replication with: gluster volume geo-replication vol geouser at ggluster1-geo::vol pause Pausing geo-replication session between vol & geouser at ggluster1-geo::vol has been successful Create a snapshot: gluster snapshot create my_snap_no_1000 vol snapshot create: success: Snap my_snap_no_1000-2018.02.21-07.45.32 created successfully Resume geo-replication: gluster volume geo-replication...
2011 Mar 21
7
Queue pause vs logged out ?
Hey Guys, I knew this is stupid question but i just want to know what is the difference between Queue member logged out vs Pause ? -Satish -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110321/7646a66b/attachment.htm>
2013 Apr 26
1
Bug#706233: Incorrect information about xm dump-core and pausing or not pausing in xm man page
Package: xen-utils-common Version: 4.1.4-2 Severity: normal Hi, During some research I encountered incorrect information in the man page of xm, about the dump-core functionality: The man page says: "Defaults to dumping the core without pausing the domain if no I<OPTIONS> are specified." When taking a look at the source code of this process, the default behaviour is to actually pause the domain, so the man page is wrong about this. As there's only an option which can be given to also pause the domain (-L, --live Dump core...
2009 May 11
1
PauseMonitor() Hanging Up Call
Hi All, I'm at the end of my tether here and would really appreciate some help. I'm trying to implement DTMF based pause/resume of call recording. I'm using Asterisk 1.4.22.1. Here's the scenario: The caller (SIP or ISDN, doesn't matter) dials into the asterisk which executes the following code: exten => _X.,1,Monitor(wav,${CALLDIR}${UNIQUEID},mb)
2008 Aug 30
1
Saving 3d objects vs. pausing in non-interactive (scripted) mode
I am using the RGL library in scripted (non-interactive) mode, but wish to give the data analyst an opportunity to exam the 3D plots. The "data analysts" understand the data, but not R. My intent is to provide simple Windows (XP) batch files that call R and automatically pass scripts to it, and thus permit the analyst to easily access graphics without having to cut and paste commands
2003 Jul 26
3
Marginal write performance & pauses in outgoing transfers - Possible bug
Hello everybody, I have a FreeBSD 4.8-STABLE server running Samba 2.2.8a and a workstation running Windows 2000 SP4. Whereas FTP transfers between these boxes average 700 KB/s (10 mbps LAN) in both directions, Samba transfers are exhibiting this odd behavior: Windows 2000 --> Samba = 700 KB/s (perfect) Samba --> Windows 2000 = 100 KB/s (terrible, inconsistent, with LONG pauses) Trust me,
2018 Jan 08
4
All VMs permanently 'paused'
I set up Alpine Linux as a libvirt-based KVM hypervisor last week. Everything was working beautifully on Friday. I left two Windows VMs up and running and two 'Saved' on Friday afternoon. When I go in this morning the two running ones were 'Paused' and I can't unpause them with virt-manager or with virsh. The other two saved ones I can start, but they are immediately paused
2014 Aug 05
2
libvirt external disk-only snapshot will pause the VM?
Hello folks, If I give command to take external disk-only live snapshot, such as # virsh snapshot-create-as vm1 snapshot_vm1 --disk-only will the guest OS be paused or suspend while the snapshot being taken? Thanks very much! Best, Yuanzhen
2009 Jul 07
0
[PATCH] [VMX] Add support for Pause-Loop Exiting
[VMX] Add support for Pause-Loop Exiting New NHM processors will support Pause-Loop Exiting by adding 2 VM-execution control fields: PLE_Gap - upper bound on the amount of time between two successive executions of PAUSE in a loop. PLE_Window - upper bound on the amount of time a guest is allowed to execute in a PAUSE loop If the time, between this execution of PAUSE
2010 May 26
3
Installing dotnet30
Okay, I think this somewhat of a windows error and has nothing to do with wine errors but I am having trouble setting permissions in the registry using wine. I am trying to install dotnet30 however it gets a windows error and asks if I want to send report or not. I found this thread http://geekswithblogs.net/TimH/archive/2006/11/17/97385.aspx So I went into the registry found the file and
2015 Mar 25
2
Determining if a queue member is paused in Dialplan logic. [1.8]
Howdy, I'm looking at enabling autopause on one of my queues where my queue members are bad about leaving their desks without pausing. The problem I see is that when the queue pauses an Member it doesn't jump into the dialplan to do so which means my handy device state and asterisk database driven Light for the Member showing their paused status won't update. My idea for solving this problem is to check the status of my...
2002 Aug 19
3
Printers Always Paused - A Solution
...he printers being permanantly paused to Windows machines. They could print OK - it was only the status that was wrong. The reason for this was because I had used the word office in the printer name / comment. This was causing the parser which recognises the printer status to find 'off' pausing the printer. A quick fix for this is to replace the line in source/printing/lpq_parse.c Do a search for the line stat1_strings is defined and put a space on both sides of off. The line should read something like static char *stat1_strings[] = { "offline", "disabled", "...
2018 Feb 21
0
Geo replication snapshot error
...> I have setup a geo-user (called geouser) and do not use > root as the geo user, as specified in the docs. > > Both my master and slave volumes are named: vol > > If I pause the geo-replication with: > gluster volume geo-replication vol geouser at ggluster1-geo::vol pause > Pausing geo-replication session between vol & geouser at ggluster1-geo::vol > has been successful > > Create a snapshot: > gluster snapshot create my_snap_no_1000 vol > snapshot create: success: Snap my_snap_no_1000-2018.02.21-07.45.32 > created successfully > > Resume geo-repli...
2008 Jan 16
3
Pause on graphics
My R script needs to pause or wait for a key or mouse on each graph. I used the following statement after each plot par(ask=TRUE) This works on Windows but not on MacOS. Is there any way to pause on graph in MacOS? Thanks, Vu [[alternative HTML version deleted]]
2002 Jul 22
0
FW: my printers are still paused in Win2k and WinNT 4.0
Jim, Not only does the buffer scrapper code show paused if the Printer name is something like CSQ_office_a but if the host has off in the name like --> hp@mercylaboffice.pa-ucl.com it puts it on pause... Shane -----Original Message----- From: Shane Drinkwater Sent: Monday, July 22, 2002 11:37 AM To: samba@lists.samba.org Subject: RE: [Samba] my printers are still paused in Win2k and
2008 May 07
2
prototype PeriodicalExecuter pause/restart patch
I''ve come up with a patch to PeriodicalExecuter which allows for pausing and restarting without losing the time remaining. I''ve searched for something like this, but the only one I found linked to a dead blog. I wondered if anyone would look over the code, maybe it will make its way into the official release. var PeriodicalExecuter = Class.create({ initiali...