Displaying 20 results from an estimated 2000 matches similar to: "Polycom 600 rollover"
2004 Jun 28
2
Would this work?
I am trying to implement a rollover of extensions.
exten => 3000,1,GotoIf($[${line1} = Congestion]?3:2)
exten => 3000,2,Dial(${line1},15,rt)
exten => 3000,3,GotoIf($[${line2} = Congestion]?5:4)
exten => 3000,4,Dial(${line2},15,rt)
exten => 3000,5,GotoIf($[${line3} = Congestion]?7:6)
exten => 3000,6,Dial(${line3},15,rt)
exten => 3000,7,GotoIf($[${line4} = Congestion]?1:8)
2010 Mar 16
2
Is there a way to edit a specific line in a function (e.g: doing function->text->edit->function) ?
Hello,
Let's say we have the following function:
foo <- function(x)
{
line1 <- x
line2 <- 0
line3 <- line1 + line2
return(line3)
}
And that we want to change the second line to be:
line2 <- 2
How would you do that?
The two ways I know of are either to use
fix(foo)
And change the function.
Or to just write the function again.
Is there
2003 Jul 27
2
continuous independent variable in lme
Dear All,
I am writing to ask a clarification on what R, and in particular lme, is
doing.
I have an experiment where fly wing area was measured in 4 selection lines,
measured at 18 and 25 degrees. I am using a lme model because I have three
replicated per line (coded 1:12 so I need not use getGroups to creat an
orederd factor).
The lines are called: "18"; "25";
2007 Apr 02
5
Aastra 480 i
Getting "no service" display on aastra 480i. Sip debug shows an "unathorized" blub when the aastra tries to register.
Some reading indicates that 1.4 firmware wants aastra.cfg and mac.cfg in /tftpboot/. There are none.
Anyone have basic config files? Or can point me to a good link? All links I have tried, that purport to have config files, are either dead or error out.
2012 Feb 16
3
Graphing lines of different lengths
Hello all.
I need to graph multiple lines of different lengths on the same graph. When I try to add lines I get an error due to different lengths. The only thing I could find when reading up on it was that 'if the data are inputted separately they must be of the same length'.
Could someone please let me know how to input the data together?
Thanks for any help,
Jordan
2004 Mar 10
1
coreutils-4.5.3-28 causing duplication?
Here's a bit of a strange one. I hunted through the ocfs-users archives,
but didn't see any mention of this, so here goes...
Using coreutils 4.5.3-27 on RHAS 3, the utilities perform as expected
against non-OCFS volumes:
$ rpm -q coreutils
coreutils-4.5.3-27
# cat a 3 line test file. Works as expected
$ cat /var/tmp/file
line1
line2
line3
# copy that file. Works as expected
$ cp
2009 Dec 27
4
how to create a simple loop ?
I have a 5-row matrix called “data”. There are headers.
it look like this :
Row 1 Row2 Row3 Row4 Row5
Line1 … … … …
Line2 … … … …
Line3 … … … …
…
Line 1838 … … … …
I want to calculate several simple arithmetic means for Row5, that
2006 Mar 25
2
Textilize problems with line breaks
I''m having a problem formatting some text. I have a textarea that I
input my text into, which will then be put into an e-mail and sent out.
The problem I am having is when there is a single line break.
Multiple line breaks work fine (hitting enter twice), but single line
breaks don''t seem to work properly.
Take the following input:
Line1.
Line2.
Line3.
Line4.
Using
2005 Jan 28
2
IP Phone for IP PBX
Hi All;
Asterisk is IP PBX, so there should be special IP Phones to be used with
this IP PBX and this IP Phone should has special buttons working with
Asterisk IP PBX, like: Line1, Line2, Line3, ... Line8 (these to be able to
capture direct PSTN lines), also a button for Hold and transferring for
another extension ... So can some one advise me which is the recommended IP
Phone to be used with
2009 Nov 26
1
Barplot with confidence intervals
I have a file in the following format:
Scenario1 Scenario1CIL Scenario1CIU Scenario2 Scenario2CIL Scenario2CIU
60 57 62 45 48 50
110 101 111 51 50 52
120 117 122 64 62 66
192 190 194 79 75 79
where:
First column = Scenario1 mean value
Second column = Scenario1 Low Confidence Interval
Third column = Scenario1 Upper Confidence Interval
Fourth column = Scenario2 mean value
Fifth column =
2005 Jun 09
1
single assignment affecting multiple sub-structures (PR#7924)
I'm trying to create a language structure that is a call to a function
with a number of arguments that is only known at run time. I do this by
using repeated indices to expand out a call with a single argument.
However, when I change one of the arguments, all are changed.
I don't see the same behavior when I initially create a call with
multiple arguments.
Even more strangely,
2006 Sep 28
1
help on plots
Dear friends,
I met a problem on plotting.
My dataset is :
year MHBC LHBC MHRC LURC
1993 11.75 4.50 0.43 0.46
1994 7.25 1.25 0.35 0.51
1995 8.67 2.17 0.54 0.44
1996 2.67 1.33 0.78 0.47
1997 3.42 4.92 0.69 0.48
1998 1.92 3.08 0.72 0.54
1999 2.33 2.58 0.74 0.41
2000 5.75 4.50 0.45 0.50
2001 3.75 4.42 0.52 0.47
2002 2.33
2008 Nov 28
1
Priority between calls from different queues
Hi!
I want to know the way that calls are answer in this case...
I have queue1 and queue2, one agent that receive call from both queues.
queue1 <- call1
queue1 <- call2
queue2 <- call3
queue2 <- call4
In my test the agent answer calls in this order: call1,call3,call2 and
call4.
I think this must be in this order call1,call2, call3, call4 like a big
FIFO.
Its ok this behavior?
Could
2016 Apr 23
2
Incoming calls from Andrews & Arnold failing to authenticate
I have service with both VoIPtalk.org and Andrews & Arnold (aa.net.uk).
VoIPtalk calls are unauthenticated and reach me fine, but Andrews &
Arnold calls are authenticated. The last call I successfully received
was on Tuesday afternoon. Initially, A&A were for some odd reason not
sending calls to my server, but that has been resolved. The problem now
is that the calls fail to
2004 Jan 24
4
retrans_pkt: Maximum retries exceeded on call
Hey,
I'm getting an odd message in my logs, and have'nt been able to find much information on it:
Jan 24 00:22:39 WARNING[-1137431632]: chan_sip.c:486 retrans_pkt: Maximum retries exceeded on call 6010532c6fedf9be383872e07e4be70c@192.168.1.2 for seqno 102 (Request)
I'm running asterisk with a Cisco 7960G
If anyone know's why i'd get this.....Any help would be appreciated!
2011 Aug 05
0
[LLVMdev] RFC: Exception Handling Rewrite
On Aug 5, 2011, at 10:57 AM, Peter Lawrence wrote:
> However it seems that if a landingpad-block has multiple predecessors (often the case,
> multiple InvokeInst in the main body of a try-statement all go to the same landingpad-
> block), then you cannot move the LandingpadInst in order to break a critical edge unless
> you do it for _all_ landingpad-block predecessor edges
2011 Aug 05
3
[LLVMdev] RFC: Exception Handling Rewrite
Guys,
on second thought...
doesn't making the exception registers live from the InvokeInst to
the LandingpadInst
create problems for critical-edge-splitting ?
if a landingpad-edge is critical and needs to be split, won't we be
creating and inserting
a new BB between the "invoke-block" and the "landingpad-block", and
if we do then
isn't there the
2004 Apr 02
7
Welltech FXO: initial tests
Hi,
After a long way of problems (shipping, customs, etc) finally I got
Welltech working. Here below my comments.
- The documentation is poor and have errors
- The web configuration is not complete. However is useful for the basic
configuration parameters. The command line is necessary for modify all
parameters.
- The software upgrade is easy. Initially the gw came with H323, we
upgrade to
2005 Aug 09
2
Both lines in an ATA using the same UID/PASS
I have an ATA186, a tech just told me to set UID0 and UID1 to the same
username, and PASS0 and PASS1 to the same password. In my mind, this
would seem to have the unit registering twice under the same account,
which Asterisk wouldn't support. When a call comes in, it should go to the
last line to register. So to me, this means the call could sometimes come
in on Line 1 and sometimes on Line
2018 May 29
2
LLVM IR source line error
Hi
I am using LLVM to help me do some code analysis. I wrote a LLVM Function
Pass to help me to generate some information. I use the code below to get
the source line information for every instruction.
for (BasicBlock &BB : F){
for(Instruction &I: BB){
DILocation* Loc = I.getDebugLoc().get();
unsigned Line = Loc->getLine()
}
}
I think the function's first