similar to: Some questions.....

Displaying 20 results from an estimated 1000 matches similar to: "Some questions....."

2007 Feb 15
0
SIP Redirect from Asterisk behind a NAT
SetUp: - Asterisk behind a NAT, - Red Hat 9.0 - Asterisk 1.2.14 My Asterisk box is behind a NAT and I have a DiD from an ITSP. I have my dial plan set up so that when outside callers dial the DiD, the call is answered by my auto-attendant. The caller can then select who they'd like to speak to and the call is transferred to the external line associated with that person (usually a mobile
2010 Jan 21
2
Caller hang up not detected
Hi, I'm having trouble getting Dial to exit when the caller hangs up in Asterisk 1.4.21.2. I use a POTS line to call into the DiD given to me by VOIP service provider. When the call comes in, I have the VOIP provider send it to another POTS line. All this works fine however when the caller (me) hangs up, the Dial command does not exit. The callee stays connected (and my billing
2009 Sep 16
3
Music on Hold
Hi, I have trouble getting MOH to work after an upgrade from asterisk 1.4 to 1.6.1.4. The call goes on hold, MOH is started, and then stops right away. Here are the files both of type .raw: Tsunami*CLI> moh show files Class: default File: /etc/asterisk/musiconhold/Fr?d?ric Chopin - Polonaises Op. 40-2 File: /etc/asterisk/musiconhold/Fr?d?ric Chopin - Polonaises Op. 40-1 These files
2005 Aug 04
1
Where the error message comes from?
Hi all: I get the following error message that I am not able to resolve. Error in if (const(t, min(1e-08, mean(t)/1e+06))) { : missing value where TRUE/FALSE needed It appears right before the last data.frame statement. Below is the program that simulates data from one way random effects model and then computes normality and bootstrap confidence interval for
2011 Jun 15
19
[XCP] XCP network and VLAN by Open vSwitch
Hello Everyone, I am new with XCP. I''ve setup several hosts with* XCP 1.0* and manage it through XenCenter and command console. Each host has two NICs, one (xenbr0) connected to a physical switch for Internet (said sw1), the other (xenbr3) connected to a physical switch for internal network (said sw2). I am trying to setup VMs and VLANs on xenbr3. I created a virtual bridge by
2006 Feb 09
3
[JOB] RoR/PHP Developer needed - London, SW2
NO AGENCIES PLEASE With that out the way, we (http://www.firebox.com) are looking for a web developer to join our existing small development team. Here''s the posting from our website[1]: ==== Web Developer (ref W200) Reporting to: Technical Director This permanent, full-time role involves developing the Firebox website and internal admin tools. You will be working in a small team on
2011 Apr 08
1
Listing shut off domains
Hi, I am in the process of migrating a system that was using KVM to VMWare Workstation. The original code needs to list all the domains available on the local machine, no matter what their state is. The problem is that the shut off domains are not shown by the virsh commands on the VMWare Workstation system. On the KVM system, with one shut off domain, I get this output: maxpower at sw ~$ virsh
2012 May 31
2
Loop question
Hello, I have a dataframe (Lx) with 5 Lb, and 5 Lw variables. I want to create several variables according to the loop presented below (data attached). Lx <- read.csv("Lx.csv", header=T, sep=",") for (i in 1:20) { Lx$sb1[i] <- Lx$Lb1[i+1]/Lx$Lb1[i] Lx$sb2[i] <- Lx$Lb2[i+1]/Lx$Lb2[i] Lx$sb3[i] <- Lx$Lb3[i+1]/Lx$Lb3[i] Lx$sb4[i] <-
2008 Sep 23
1
Problem during porting R-2.7.2 on HP-UP 11.11 PA-Risc
Dear "R"-Team, we had some problem to install R-2.7.2 on HP-UX 11.11 on PA-Risc platform. 1.) i load down the Software and made a extract of the tar-file in a specific Directory. 2.) i follow the instructions on the INSTALL file: ./configure 3.) during "configure" we got a error message see below: checking for history_truncate_file... no configure: error:
2012 Nov 05
6
err: Could not request certificate when I run "puppet device"
1. I get the following error when I run “puppet device’ err: Could not request certificate: Could not write /var/opt/lib/pe-puppet/devices/certname/ssl/private_keys/certname.pem to privatekeydir: Permission denied - /var/opt/lib/pe-puppet/devices/certname/ssl/private_keys/certname.pem Any thought? Thanks, -- You received this message because you are subscribed to the Google Groups
2005 Jul 27
3
[LLVMdev] How to define complicated instruction in TableGen (Direct3D shader instruction)
Each register is a 4-component (namely, r, g, b, a) vector register. They are actually defined as llvm packed [4xfloat]. The instruction: add_sat r0.a, r1_bias.xxyy, r3_x2.zzzz Explaination: '.a' is a writemask. only the specified component will be update '.xxyy' and '.zzzz' are swizzle masks, specify the component permutation, simliar to the Intel SSE permutation
2016 Apr 01
4
DAGIR
Hello all, The rich history of binary distribution formats based on LLVM [0][1][2][3][4] has proven LLVM's viability as a launchpad for stable platforms. However, issues with compilation time and compiler size have suggested that the translator must do too much, i.e. LLVM IR isn't a low-level enough virtual machine. So we introduce DAGIR ("dagger"), a new portable close to the
2010 Jan 22
2
Trouble getting feature codes to work
Hi, I'm having trouble getting feature codes to work in Asterisk 1.4.21.2. Features.conf contians this: blindxfer=## atxfer=*2 automon=*1 disconnect=** I'm really most interested in getting disconnect to work so that I hear "Goodbye" when I press ** during a call connected this way in my dial plan: exten => 1,n,Dial(SIP/14168724765 at 6135551212-sw1|120|gtT) exten =>
2014 Oct 02
1
Introducing snf-image-creator
Hello all, I'd like to introduce to you snf-image-creator, an OS image creation tool that makes heavy use of libguestfs. We have been developing it for almost 3 years and use it with the Synnefo[1] open source IaaS cloud software and also with Google's Ganeti[2] cluster management software. However it is completely independent from the above solutions and can be used as a generic image
2009 Aug 06
1
[PATCH node-image] workaround for gpxe issue with the virt-preview
Unable to boot using qemu-kvm and gPXE from virt-preview repository https://bugzilla.redhat.com/show_bug.cgi?id=512358 Signed-off-by: Alan Pevec <apevec at redhat.com> --- common-blacklist.ks | 9 +++++++++ common-pkgs.ks | 3 +++ 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/common-blacklist.ks b/common-blacklist.ks index 7c19aa4..2f8842f 100644 ---
2005 Jun 29
1
Sangoma and quad card hang up problems
need help trying to figure out why calls hang when using multple ports on Sangoma card. we have 1 quad card with 3 T1 ports configured, Port1 acts as connection to teleco (to our T1 PRI) port 2 connects second system and routes calls to port1 port 3 is Asterisk pbx calls all go in and out properly but sometimes we get a call hang on when both sides hangup. this causes all calls to fail until
2005 Jul 29
0
[LLVMdev] How to define complicated instruction in TableGen (Direct3D shader instruction)
Actually the problems that Tzu-Chien Chiu are encountering are similar to what should be done for generating SSE code in the X86 backend and also other SIMD instruction sets. I think LLVM neeeds to add instructions for permuting components, extracting and injecting elements in packed types. If the architecture has instructions which can do permutations for each instruction (for example
2007 Jan 15
1
I have to register asterisk/sip with a sipproxy that does not support authentication?
I have to register asterisk/sip with a sipproxy that does not support authentication, I do not know how to tell Asterisk not to send authentication request? # sip.conf [general] insecure=very permit=207.148.115.10/255.255.255.0 [myproxy] type=friend host=217.118.115.10 context=from-sip # Logging: <--- Reliably Transmitting (NAT) to 207.148.115.10:5060 ---> SIP/2.0 407 Proxy
2003 Jan 21
4
Two diferent LAN''s...
Hi, I''ve got a question about how to configure the shorewall, and maybe someone could answer. I have a PC with 3 ethernet. The eth0 connets to internet. The eth1 connects to LAN A, and the eth2 connects to LAN B. I''ve configured the shorewall for doing NAT, and both LANs can navigate, but it seems that from a LAN A host you can connect to a PC of LAN B, and the other way
2005 Sep 02
2
UserMode linux and klibc
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://www.zytor.com/pipermail/klibc/attachments/20050902/d8550194/attachment.bin