similar to: GXW4004 - lines get stuck

Displaying 20 results from an estimated 12000 matches similar to: "GXW4004 - lines get stuck"

2010 Apr 20
6
Calls drop after 20 seconds
Hi all, This issue is giving me a lot of grief with my customers. I have 5 asterisk servers running in production, each one with almost 70 simultaneous calls at peak hour. Most of my customers complain that their calls drop after 20 seconds or so. After running through my cdr's, I see that the number of 20 second calls is MUCH larger than any other number. (see below) billsec count(*) 1 924
2009 Jul 20
0
No subject
20 second timeout. If the call does not bridge or complete in 20 seconds, Asterisk considers it completed as failed. If you change the Dial to 30 seconds, the problem will become a 30 second one, etc... -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Doug Sent: Monday, April 19, 2010 9:12 PM To:
2008 Feb 27
3
Simultaneous Inbound and Outbound calls on analog lines...
Hello! I've run into a problem where a user is making an outbound call at the same time that an inbound call is being made on the same analog line. It appears that as the zap channel is opened for the outbound call, it is simply answering the inbound call. Obviously, both parties involved in the calling get a bit confused. Previously, it happened only on an occasional basis. However, as this
2015 May 22
3
[LLVMdev] [RFC] Upstreaming LLVM/SPIR-V converter
'Maintenance and support obligations' - the only maintenance obligations would be don't regress our tests when you change code, that is no different from doing changes to any other target. Chandler raised some pretty important points in his reply, and we will need to address them. In Sam's original email he did say 'We are open to the SelectionDAG/MC approach if the
2015 May 13
5
[LLVMdev] [RFC] Upstreaming LLVM/SPIR-V converter
Khronos Group SPIR WG is working on a bi-way converter between LLVM bitcode and SPIR-V (https://www.khronos.org/registry/spir-v/specs/1.0/SPIRV.pdf ) binary and is willing to upstream it to the LLVM project. The bi-way converter uses a common in-memory representation of SPIR-V. It works by breaking down a module to instructions and construct the translated module in memory then output it.
2007 Jul 18
2
Flash(), Centrex Lines, and 3 way calling
Greetings, List. I have my Asterisk box setup with 8 Centrex lines that were "left over" from our old PBX system. My boss is asking me to set up Asterisk so that he can flash hook and make an outgoing call on the same line to have a 3 way call. This is what he wants to do: 1) Incoming call on his Centrex line 2) Flash hook and dial a new number (goes out the same line) 3) Flash
2005 Oct 04
3
Asterisk as H323 gateway
Is there anyone who is currently using Asterisk as a production H323 gateway? And using which combination of asterisk and H323 (chan_h323, chan_oh323?) The main issue is interoperability with other H323 parties (Cisco AS53xx, Nextone, etc). Searching the mailing list it seems that both h323 and oh323 are not so stable, is it only an impression or using h323 is really not so advisable?
2011 Jan 12
0
WinXp physical to virtual problem: stuck at "Booting from hard disk"
Dear xen users, I''m trying to convert a physical WindowsXp pro machine into a Xen HVM domU. I used VMWare standalone converter 4 to create a vmdk disk and qemu to convert such disk to a raw file disk. Unfotunately I''m still unable to run my converted domU: when i start the VM the virtual disk is correctly detected (also the dimension is detected), but the VM freeze on the
2005 Aug 13
1
T.38 decoding
Hi, I searched a while about T.38 decoding, and learned about the bounty for T.38 support for asterisk and some softdecoders and some hardware de- and encoding T.38. Now I wonder, if there is already any (almost) ready to use solution for decoding of T.38 faxes? My szenario would be: - Receiving a SIP call (containing the T.38 fax) by my provider with my asterisk box. - asterisk would
2009 Mar 21
4
How to convert Mod/Tod to any video formats
Question: 1: What is .Mod and .Tod video? 2: How to convert .Mod and .Tod video to AVI, MPG, WMV, MPEG? Answer: 1: .Mod and .Tod videos are mainly produced by digital harddisk camcorder such as JVC camcorder and so on. It is not common video formats and can only be played on some special players. 2:Tipard Mod Converter (http://www.tipard.com/mod-converter.html)Windows and Tipard Mod Converter for
2008 Jun 04
1
Error Wile starting AsterFax
Hi All, I am getting following error when i start AsterFax: Please help me to solve this issue: [root at prefroam asterfax]# ./asterfax.sh log4j: Threshold ="null". log4j: Retreiving an instance of org.apache.log4j.Logger. log4j: Setting [au.com.noojee.asterfax] additivity to [false]. log4j: Level value for au.com.noojee.asterfax is [DEBUG]. log4j:
2003 Apr 01
7
Line is stuck off hook...
Greetings, I am running Asterisk with a T100P and a Zhone channel bank for over a month now. For the most part it works fine but from time to time (about once a week) the system will not let go of a line and will play the greeting over and over. Anyone calling gets a busy signal. If I reset Asterisk everything works fine. Has anyone seen this problem before and fixed it? If so what did you do?
2010 Feb 12
1
[PATCH] Converter: Explicitly preload sym53c8xx when running mkinitrd
This is belt and braces, because we've already added it to scsi_hostadapter. --- lib/Sys/VirtV2V/Converter/Linux.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Sys/VirtV2V/Converter/Linux.pm b/lib/Sys/VirtV2V/Converter/Linux.pm index 375da48..d5a93a7 100644 --- a/lib/Sys/VirtV2V/Converter/Linux.pm +++ b/lib/Sys/VirtV2V/Converter/Linux.pm @@ -341,7 +341,7 @@
2010 Feb 08
1
[PATCH] Converter: Prefer detected arch of OS if it's available
A 32bit VMware host will boot a 64bit OS. However, 32bit KVM won't. This means that if you accidentally selected a 32bit machine type at VM creation time on ESX, then installed a 64bit OS, chances are you won't notice until you convert it and it doesn't work any more. To get round this, we always use the detected architecture of the OS if it's available. This will mean that your
2011 Apr 26
7
[PATCH 1/7] Push $desc creation into Sys::VirtConvert::Converter->convert
This change is part of an ongoing effort to remove use of $desc and inspect the OS directly as required during conversion. --- lib/Sys/VirtConvert/Connection/LibVirtTarget.pm | 4 +- lib/Sys/VirtConvert/Connection/RHEVTarget.pm | 41 +++++++++--------- lib/Sys/VirtConvert/Converter.pm | 35 ++++++++++++---- lib/Sys/VirtConvert/Converter/RedHat.pm | 45
2010 Feb 18
1
[PATCH] Converter: Remove argument checking from internal functions
These checks found not to be useful. --- lib/Sys/VirtV2V/Converter/Linux.pm | 28 ---------------------------- 1 files changed, 0 insertions(+), 28 deletions(-) diff --git a/lib/Sys/VirtV2V/Converter/Linux.pm b/lib/Sys/VirtV2V/Converter/Linux.pm index 87eeeb3..1186430 100644 --- a/lib/Sys/VirtV2V/Converter/Linux.pm +++ b/lib/Sys/VirtV2V/Converter/Linux.pm @@ -133,14 +133,6 @@ sub convert sub
2011 Apr 26
1
[PATCH] Don't set distro for non-Linux guests
'distro' isn't used anywhere for Windows guests. However, if it's set, it's required to be matched in virt-v2v.conf. Rather than have to update the config again, just don't set it for Windows guests. --- lib/Sys/VirtConvert/Converter.pm | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lib/Sys/VirtConvert/Converter.pm
2014 Jan 03
1
[PATCH] virt-v2v: Fix typo in Windows conversion warning message
--- lib/Sys/VirtConvert/Converter/Windows.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Sys/VirtConvert/Converter/Windows.pm b/lib/Sys/VirtConvert/Converter/Windows.pm index 765ed9f..59d273f 100644 --- a/lib/Sys/VirtConvert/Converter/Windows.pm +++ b/lib/Sys/VirtConvert/Converter/Windows.pm @@ -338,7 +338,7 @@ sub _prepare_virtio_drivers
2014 Jan 03
1
[PATCH] virt-v2v: Check for firstboot before unconfiguring XenPV
Although not fatal, _unconfigure_xenpv should report a warning and return if firstboot is not available (during Windows conversions). --- lib/Sys/VirtConvert/Converter/Windows.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/Sys/VirtConvert/Converter/Windows.pm b/lib/Sys/VirtConvert/Converter/Windows.pm index 59d273f..ce8b474 100644 --- a/lib/Sys/VirtConvert/Converter/Windows.pm
2013 Oct 11
2
Re: [PATCH] virt-v2v: Convert RedHat.pm to Linux.pm - for SUSE support
On Tuesday, October 08, 2013 10:05:17 AM Matthew Booth wrote: > Feel free to remove ^$path. However, for robustness I ditch the leading > ^ from your replacement. The difference will be down to a different > version of file included in the libguestfs appliance on SUSE. I think I've addressed all the concerns you raised in the following patch. Can you take a look and let me know if