search for: sw1

Displaying 20 results from an estimated 23 matches for "sw1".

Did you mean: sw
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
2010 Jan 21
2
Caller hang up not detected
...OTS 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 continues!). Dial doesn't exit until the callee hangs up. Here's a snip from extensions.conf: exten => 1,n,Dial(SIP/14168724765 at 6135551212-sw1|120|gtT) exten => 1,n,Playback(vm-goodbye) Here's the CLI output (verbosity = 4): -- Executing [1 at Trunk-0001:1] NoOp("SIP/77.57.127.163-09023590", "") in new stack -- Executing [1 at Trunk-0001:2] Dial("SIP/77.57.127.163-09023590", "SIP/14168724765 at...
2003 Mar 06
3
Some questions.....
...ollowing assembly, and I''d be very grateful if I got some help from an expert like you. I''m trying to build a system which represents the following: I''ve got a hosts unit (host1, host 2, ...) which have IP in the network 192 168.1.0/24. All of them connect to a swith (SW1). On the other hand, I have 3 web servers (W1, W2, W3) which are connected to other switch (SW2). What I need to do is to add a firewall, using shorewall, between the two switchs to stop any access from the SW1 area towards the SW2 but for the web traffic, that is, to protect the three web server...
2009 Sep 16
3
Music on Hold
...mple Encoding: 16-bit Signed Integer PCM Endian Type : little Reverse Nibbles: no Reverse Bits : no Comment : 'Processed by SoX' This prints in the asterisk console when you attempt to put someone in hold: -- Started music on hold, class 'default', on SIP/link2voip-sw1-02477668 -- Stopped music on hold on SIP/link2voip-sw1-02477668 No errors are printed, however the other side just hears silence. Here is the full debug output (asterisk -rvvvvv): == Using SIP RTP CoS mark 5 -- Executing [xxxxxxx at phones:1] Goto("SIP/ATA-xxxxxxxxxx-L1-024b6d88&qu...
2007 Jan 15
1
I have to register asterisk/sip with a sipproxy that does not support authentication?
...ication Required Via: SIP/2.0/UDP 207.148.115.10:5060;branch=z9hG4bK3c4c865c4861d0ec0dc19fa40406cdf4;received=207.148.115.10 From: "sipx.at-n.com" <sip:julien@207.148.115.10:5060>;tag=as1cc62bc2 To: <sip:897@207.148.115.10>;tag=as6b72831a Call-ID: 23-3377872210-790438@ATN-VoIP-SW1 <mailto:23-3377872210-790438@ATN-VoIP-SW1.atlastelecom.com> CSeq: 1 INVITE User-Agent: Asterisk PBX Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY Supported: replaces Proxy-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="7b7f2a63" Content-...
2007 Feb 15
0
SIP Redirect from Asterisk behind a NAT
...lain rtptimeout=60 rtpholdtimeout=300 disallow=all allow=ulaw ; ; This section is because i'm behind nat ; externip=999.99.999.99 ;Outside address localnet=192.168.0.148/255.255.255.0 ;Inside Network ; ;===================== myITSP ============================ register => myuserid:mypassword@sw1.myITSP.com:5060 register => myuserid:mypassword@sw2.myITSP.com:5060 ; [myITSP-sw1] context=incoming-sip type=friend host=sw1.myITSP.com username=myuserid secret=mypassword nat=yes canreinvite=yes insecure=port,invite ; do NOT remove this qualify=yes ; do NOT remove this dtmfmode=rfc2833 ; should...
2005 Jul 27
3
[LLVMdev] How to define complicated instruction in TableGen (Direct3D shader instruction)
...gt; {} def SW: Swizzle; class InstructionModifier : Operand<i8> {} def IM: InstructionModifier ; class SourceModifier : Operand<i8> {} def SM: SourceModifier ; def ADD<0x01, (ops GPR:$dest, ops WM:$wm, IM:$im, GPR:$src0, SW:$sw0, SM:$sm0, GPR:$src1, SW:$sw1 SM:$sm1 ), ... > 2. add llvm intrinsics: ; add_sat r0.a, r1_bias.xxyy, r3_x2.zzzz r1_1 = llvm.bias( r1_0 ) r1_2 = llvm.shuffle( xxyy ) r3_1 = llvm.x2( r3_0 ) r3_2 = llvm.shuffle( zzzz ) r0_0 = add r1_2, r3_2 r0_1 = llvm.sature( r0_0 ) r0_2 = llvm.select( a ) but it makes the i...
2008 Sep 16
0
Maximum likelihood estimation of a truncated regression model
...ncated regression model and reparametrised it using Olsen (1978) so that the function is globally concave and has an unique maximiser. I used a quasi-Newton method (BFGS) to maximise my function. I also used Newton-Raphson method (maxNR) to maximise my function. The (naive) code can be seen below. sw1<-function(theta,dhat,z) { gamma<-theta[1:2] eta<-theta[3] d1<-dhat*eta-z%*%gamma d2<- eta-z%*%gamma logl<- (-n*0.5*log(2*pi))+(n*log(eta))-(0.5*sum(d1*d1))-(sum(log(pnorm(d2)))) return(-logl) } try(j<-optim(c(a,b,c),sw1,method="BFGS",dhat=dhat,z=z),silent=TRUE) q[i,]=...
2010 Jan 22
2
Trouble getting feature codes to work
....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 => 1,n,Playback(vm-goodbye) The call works fine and the CLI tells me that ** is an active feature: Builtin Feature Default Current --------------- ------- ------- Pickup *8 *8 Blind Transfer # ## Attended Transfer...
2005 Jul 29
0
[LLVMdev] How to define complicated instruction in TableGen (Direct3D shader instruction)
...nModifier : Operand<i8> {} > def IM: InstructionModifier ; > > class SourceModifier : Operand<i8> {} > def SM: SourceModifier ; > > def ADD<0x01, (ops > GPR:$dest, ops WM:$wm, IM:$im, > GPR:$src0, SW:$sw0, SM:$sm0, > GPR:$src1, SW:$sw1 SM:$sm1 ), ... > > > 2. add llvm intrinsics: > > ; add_sat r0.a, r1_bias.xxyy, r3_x2.zzzz > r1_1 = llvm.bias( r1_0 ) > r1_2 = llvm.shuffle( xxyy ) > r3_1 = llvm.x2( r3_0 ) > r3_2 = llvm.shuffle( zzzz ) > r0_0 = add r1_2, r3_2 > r0_1 = llvm.sature( r0...
2005 Jun 29
1
Sangoma and quad card hang up problems
...-- Call accepted by 64.4.200.98 (format unknown) -- Channel 0/1, span 1 got hangup -- Channel 0/1, span 1 got hangup Why 2 of the items in red? Notice we got both hang up request but below is what show channels states - this is after we both hung up on call. NPS-816-Bwyn-Sw1*CLI> show channels Channel (Context Extension Pri ) State Appl. Data Zap/1-1 (default 7732997763 1 ) Up (None) (None) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-...
2005 Mar 16
0
Insightful Financial Time Series Modelling in S-PLUS - April course dates
Insightful are now taking bookings for the Financial Time Series Modelling course to be held at Carlton Terrace in London SW1 on 12th and 13th April 2005. We are also pleased to offer the 1 day Advanced Time Series Modelling course on April 19th at the same location. Extract for Financial Time Series Modelling : This two day course will provide participants with a working knowledge of a range of advanced techniques i...
2005 Aug 26
0
Modelling Financial Time Series with S-PLUS - Adv. Course 20th Sept '05
Insightful are now taking bookings for the Advanced Time Series Modelling course to be held at Carlton Terrace in London SW1 on 20th September. Advanced workshop Extract for Financial Time Series Modelling : The Advanced Time Series Course focuses on the most up to date theory and its application around the following topics (note that not all topics will be covered during the workshop) 1. The Econometrics o...
2010 Jan 21
0
Feature codes not detected
....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 => 1,n,Playback(vm-goodbye) The call works fine and the CLI tells me that ** is an active feature but nothing appears in the CLI when I press ** (verbosity = 4). I do it very quickly so I don't believe timeout is an issue. I'd be grateful for any troubleshooting tips....
2001 Mar 22
0
ask for help
Dear Sir, I know you will help me because I have a problem when I use Samba 2.0.7. When I double click the servername who have appeared in the Microsoft Windows Network of Windows 2000,It showes the following messege: \\Sw1-serv is not accessible.The account is not authorized to log in from this station. How can I do? Neten Xiao xiaoxiaoquan@263.net
2012 May 31
2
Loop question
...). 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] <- Lx$Lb4[i+1]/Lx$Lb4[i] Lx$sb5[i] <- Lx$Lb5[i+1]/Lx$Lb5[i] Lx$sw1[i] <- Lx$Lw1[i+1]/Lx$Lw1[i] Lx$sw2[i] <- Lx$Lw2[i+1]/Lx$Lw2[i] Lx$sw3[i] <- Lx$Lw3[i+1]/Lx$Lw3[i] Lx$sw4[i] <- Lx$Lw4[i+1]/Lx$Lw4[i] Lx$sw5[i] <- Lx$Lw5[i+1]/Lx$Lw5[i] } How I could also create the variable names (letters b and w, and numbers from 1 to 5 in s and L vari...
2011 Aug 19
1
Lattice help: Dotplot
With Dotplot, I'm trying to make a figure that will ultimately have the same x-axis (which will be my response variable and the error bars), but the y-axis will consist of a different label for every point. Here's my code: Dotplot(fTaxonGrouped ~ Cbind(normSlope,normLwr,normUpr)|fGroup, groups=fEpoch, pch=c(17,15,19), col=c(3:1), scales = list( y = list(relation =
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 "ovs-vsctl add-br brvlan2 xenbr3 2" Then add a port (portvlan2) to brvlan2: ovs-vsctl add-port brvlan2 portvlan2 tag=2...
2008 May 15
1
Using Nagios in CentOS (It was Re: Somewhat OT: (Nagios))
2008/5/14 Thomas Harold <tgh at tgharold.com>: > Sergio Belkin wrote: >> >> 2008/5/13 <jleaver+centos at reachone.com>: >> >> OK, you won :) I'm going to test nagios. I am using centos 5.1 >> x86_64. Do I lose much if I use rpm from rpmforge (version 2.9)? >> > > We're running version 2.11 at the office (on CentOS 5.1 x86_64).
2007 Jul 30
15
bandwidth aggregation between 2 hosts in the same subnet
Hi, I''m trying to increase the bandwidth between two hosts (backup). Both hosts are in the same /24 subnet and each of them is connected to a Cisco switch by 2 GbE interfaces (intel e1000). The switches/host are located in different building which are connected by 3 x GbE. building A | building B | --------