similar to: TE110P + PRI incoming + outgoing extensions question

Displaying 20 results from an estimated 1000 matches similar to: "TE110P + PRI incoming + outgoing extensions question"

2006 Jan 20
2
How to have a phone ring another extension as soon as off-hook?
I am seeking to implement the following behavor: When a headset on phone1 is picked up, phone2 rings right away, without any need to dial numbers on phone1. Is this possible to implement? ScriptHead -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060120/0892441d/attachment.htm
2005 May 11
2
Multiple Internet links - routing traffic to the correct one.
Hi all, I have the following configuration: _______ +------------+ / diginet link | | | +-------------+ Provider 1 +------- __ | | | / ___/ \_
2006 Jan 21
1
TE110P + PRI incoming + outgoing extensionsquestion
Relax your PRI is fine. What Xo is sending you is 4 digits os DID. If for example you have 1130-1153 as the last 4 digits of your Number you can use this to rout your calls. exten => 1130,1,Goto(ivr,s,1) Exten => 1140,1,Goto(extensionss,100,1) Exten => _X.,1,Zapateller Is the above config. XXX-XXX-1130 with go to the s extensions' first priority in the ivr context. XXX-XXX-1140
2012 Feb 19
3
Shore wall and multi ISPs and ip addresses
Hi All! I only ever have complex setups. Customer site has a dedicated leased line from their ISP terminating on a Cisco router. Router is configuered with the first usable address on a /28 network - 196.x.y.73. The linux firewall is configured with the remaining 5 ip''s, 196.x.y.74 to 196.x.y.78 and 79 as the broadcast. Sounds normal but here is the twist. The primary or first ip
2006 Aug 10
5
Variance Components in R
Hi, I'm trying to fit a model using variance components in R, but if very new on it, so I'm asking for your help. I have imported the SPSS database onto R, but I don't know how to convert the commands... the SPSS commands I'm trying to convert are: VARCOMP RATING BY CHAIN SECTOR RESP ASPECT ITEM /RANDOM = CHAIN SECTOR RESP ASPECT ITEM /METHOD = MINQUE (1) /DESIGN
2010 Jun 18
3
Non-procedural access to columns of a matrix
Hi, I would like to have an index for a column in a matrix encoded in a cell of the same matrix. For example: x = matrix(c(11,12,13,1, 21,22,23,3, 31,32,33,2),byrow=T,ncol=4) In this case, column 4 is the index. I then access the column specified in the index by: > for (i in 1:3) print(x[i,x[i,4]]) [1] 11 [1] 23 [1] 32 > > for (i in 1:3) {x[i,x[i,4]] <- x[i,x[i,4]] + 5} > x
2006 Sep 20
8
Statitics Textbook - any recommendation?
I would like to buy a basic statistics book (experimental design, sampling, ANOVA, regression, etc.) with examples in R. Or download it in PDF or html format. I went to the CRAN contributed documentation, but there were only R textbooks, that is, textbooks where R is the focus, not the statistics. And I would like to find the opposite. Other text I am trying to find is multivariate data
2008 Jun 03
2
Interrupt storm with shared interrupt on digi(4)
I have an on-going problem with DigiBoard Xem boards causing interrupt storms (since 4.x days). The FreeBSD driver polls the board and doesn't have a functional interrupt handler (and Linux behaves in the same way). It seems that under some conditions, the board will assert its interrupt line and, since there's no interrupt handler to clear whatever triggered the interrupt, the IRQ is
2005 Sep 22
1
about SPEEX API
Hello speex-dev! First at all I want to tnak you for this great software codec. It makes many things possible. I am a software developer. One of my projects is NetSpeakerphone - network communication programm (text messaging, voice communication, voice conferencing) for win32 platform. This project's age is about 2 years and many things works just great. Very small voice latency and time shift
2007 Feb 18
3
handling mac addresses and guid''s
Hi, I like Xen''s feature of autogenerating those values if they are not supplied in a config file, but for sake of persistency I want to inherit the once-generated values and reuse them after the first creation of a domU. I found it possible to query the values at runtime using xm list --long but I''m not sure I''m going the most elegant route with that, it would mean
2003 Dec 11
1
cutree with agnes
Hi, this is rather a (presumed) bug report than a question because I can solve my personal statistical problem by working with hclust instead of agnes. I have done a complete linkage clustering on a dist object dm with 30 objects with agnes (R 1.8.0 on RedHat) and I want to obtain the partition that results from a cut at height=0.4. I run > cl1a <- agnes(dm, method="complete")
2003 Dec 11
1
cutree with agnes
Hi, this is rather a (presumed) bug report than a question because I can solve my personal statistical problem by working with hclust instead of agnes. I have done a complete linkage clustering on a dist object dm with 30 objects with agnes (R 1.8.0 on RedHat) and I want to obtain the partition that results from a cut at height=0.4. I run > cl1a <- agnes(dm, method="complete")
2018 Feb 26
3
Precision in R
Hi, Why sum() on a 10-item vector produces a different value than its counterpart on a 2-item vector? I understand the problems related to the arithmetic precision in storing decimal numbers in binary format, but shouldn't the errors be equal regardless of the method used? See my example: > options(digits=22) > x=rep(.1,10) > x [1] 0.10000000000000001 0.10000000000000001
2007 Feb 07
1
registration not timing out?
every few days my ADSL connection gets dropped for a few seconds. When it does I find my SIP connection to one of my providers does not timeout and retry. Does the following give some clues? Asterisk 1.2.13, Copyright (C) 1999 - 2006 Digium, Inc. and others. (note this is the debian etch/testing package, I can build a new one if needed) .. CLI> sip show registry Host
2005 Jan 14
1
iconecthere and *
Hi all I am trying to figuure out how to get iconnecthere incoming calls to work outbound works fine but incoming goes nowhere but to my iconnecthere vocemail if I do a sip show registry it shows up as regg'ed nnn=is my iconnect here number xxx is my secret Thank you Jeremy [general] qualify=no register=NNNNNNNNNNN:XXXX@iconnecthere/NNNNNNNNN context=default bind = 0.0.0.0 port=5060
2015 Jul 02
3
IPMI/BMC/BIOS
We have recently been asked to evaluate some computing machinery for a new project. This particular end user has very limited experience with the stated security requirements in a lights-out environment. Their primary work (as well as mine) in the past has been with very small, simple networks of desktop machines and a few servers with extremely limited access.? For the most part, their admins
2006 Nov 29
3
slightly less random random macs
Hello all, There''s been many posts lately about problems that stem from either duplicate macs, non static macs and other networking issues that would be averted if a mac was specified upon vm creation. I''ve been using this little function I wrote in my shell scripts that setup dom-u''s from a csv file and its worked rather well, lets you control the prefix and
2005 Jul 01
1
Unable to forward frame/voice
Hi, We've exhausted our internal capabilities as well as Sangoma tech support and were hoping someone with some expertise could help us with a pointer. Briefly, our issue is as follows. Periodically (several times an hour), we get either of the following error messages in our asterisk messages log. These correspond with dropped outbound calls on a one-to-one basis when the second error
2009 Apr 09
1
CFA in R/sem package
Hi, I am not sure if R-help is the right forum for my question. If not, please let me know. I have to do some discriminant validity tests with some constructs. I am using the method of doing a CFA constraining the correlation of a pair of the constructs to 1 and comparing the chi-square of this constrained model to the unconstrained model. If the chi-square difference is not significant, then I
2005 Jan 10
1
Digi Datafire Micro V ISDN Card
Hi to everyone! I am new to this list and i want to greet you all! I am trying to install Asterisk on a Fedora Core 3 Distribution with a Digi Datafire Micro V ISDN Card. I know that I have to use the ISDN4Linux so in modem.conf I set the I4l driver ,the msn and device. Modem.conf [interfaces] context=remote ;driver=aopen ; modem by AOpen driver=i4l ; isdn4linux - an