Displaying 20 results from an estimated 20 matches for "line4".
Did you mean:
line
2004 Jun 28
2
Would this work?
...,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)
exten => 3000,8,Dial(${line4},15,rt)
exten => 3000,9,Hangup
The $line[x] represents a Zap Channel.
Thanks,
-gcc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040628/af11b...
2006 Mar 25
2
Textilize problems with line breaks
...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 <%= textilize @body %> gives me:
Line1.
Line2.
Line3.
Line4.
Knowing that there''s an issue in rails with hard_breaks and
textilize, I tried RedCloth.new(@body).to_html, which gave me:
Line1.
Line2.
Line3.Line4.
Am I missing something??
2008 Nov 27
2
Wellgate & Asterisk
I got a Wellgate 3804A and need some hints:
Both have public IP *.131=asterisk (1.6.0.1) *.133= Wellgate
Wellgate 3804A settings (Line1~Line4):
1. Sip Config
Mode: Proxy
Primary Proxy IP Address: *.131
Primary Proxy port: 5060
Line1 Number: 1002
2. Security Config
Line1 Account: 1002
Line1 Password: ******
3. Line Configuration
Line1: Type=FXO, Hunting Group=2, Hot Line = 88621002
Asterisk settings:
users.conf:
[1002...
2009 Nov 26
1
Barplot with confidence intervals
...an value
Fifth column = Scenario2 Low Confidence Interval
Sixth column = Scenario2 Upper Confidence Interval
Then, I tried this:
library(gplots)
data <- read.table("data.file", header=T, sep=" ")
legend <- c("line1","line2","line3","line4")
ci.l <- as.matrix(c(c(data$Scenario1CIL), c(data$Scenario2CIL)))
ci.u <- as.matrix(c(c(data$Scenario1CIU), c(data$Scenario2CIU)))
barplot2(as.matrix(c(c(data$Scenario1), c(data$Scenario2))), beside=TRUE,
legend=legend, ylim=c(0, 200), main="Experiment X", ylab="...
2010 Jun 29
0
Migrating from key system to asterisk
...quot;home" lines, however line1 I use for my consulting during the day, and line2 is used by my wife for her work during the day. Line3 is a separate business that nobody else in the household should be picking up, however I would like to be able to pick it up from any extension if required. Line4 is a fax, but is used for outgoing calls (like conference calls, etc.) so that the inbound lines can be left free.
With the current system, I can choose which outbound trunk is used by just selecting the line button I prefer. My wife just picks up the phone for an outgoing call and it will choose...
2004 Jan 13
0
inbound call routing problem - RESOLVED
...e for me or point me to better documentation? We have
> searched extensively and not found anything yet.
You need to understand more about contexts. If you put lines 1 and 2 in
a context (let's call it [everyone]) and each of the other lines in it's
own context (let's say [line3], [line4], etc.), then you can control
what happens in each context.
If you haven't figured out where to assign a context to each line, it's
in your /etc/asterisk/zapata.conf file. After setting those in
zapata.conf, your (very simplified) extensions.conf file will look
something like this:
[ev...
2006 Sep 28
1
help on plots
...differentiate the MHBC,LHBC,MHRC and LURC.
The following is my program, but very bad ,:
*plot(a$year,a$MHBC,type='b') #line1
par(new=T)
plot(a$year,a$LHBC,type='b') #line2
par(new=T)
plot(a$year,a$MHRC,type='b') #line3
par(new=T)
plot(a$year,a$LURC,type='b') #line4
axis(4, at=pretty(range(a$MHRC)))*
In the figure, the labels and scales of X-axis are vague, the scale of
y-axis is not very good.
The better figure should be like the line1 and 2 are in the upper, and line3
and 4 are in the bottom.
Any suggestion are welcome!
--
With Kind Regards,
oooO:::::::::...
2004 Jan 13
4
inbound call routing problem
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 2730 bytes
Desc: image001.gif
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040113/2fec80ee/attachment.gif
2010 Jul 16
2
a issue about the qutation mark?
...############################################
funcname <- function(trait.file){ #line1
setwd('/root/subroot') # line 2
load('imge.RData') # line3
imge <- imge[,-c(3)] # line4
imge <- imge[complete.cases(imge),] # line5
trait<- read.csv(trait.file) # line6
ngenes <- nrow(imge) # line7
nsnp <- nrow(trait) #line 8
for(i in 1:ngenes) {
for(j in 1:nsnp) {
if(imge$d1[i]==trait$d1[j] & imge$d2[i]==t...
2010 Nov 17
0
Cox model output & hazard ratios
...-0.6482079 0.5229822
0.1481232 -4.38 1.2e-05
(line2) strainB -0.8797408
0.4148904 0.1091490 -8.06 7.8e-16
(line3) strainC -0.7378955
0.4781191 0.1045977 -7.05 1.7e-12
(line4 ) infection_ni:strainB 0.7631418
2.1450049 0.1462481 5.22 1.8e-07
(line5 ) infection_ni:strainC 0.5358302
1.7088664 0.1431092 3.74 1.8e-04
Random effects: ~1 | block
block
Variance: 0.02493629
I'm not sure I understand properly...
2003 Nov 05
12
Mediatrix 1204
I have a Mediatrix 1204 FXO gateway setup for SIP. I would like to know if anyone has gotten this item to work with Asterisk. I need to get a 2 or 4 port FX0 gateway working with asterisk. The Idea is the following.
PBX at lets say any Hotel(Analog lines FXS) - FX0 Gateway(1204) -- {Internet} -- Asterisk - local IVR system. (IVR is not at present running Asterisk old dialogic system has FX0
2007 Nov 29
1
SLA: Handling of errors in outgoing call
...are a lot of stations that are
configured the same way,
; it is convenient to use a configuration
template like this so that
; the common settings stay in one place.
type=station
autocontext=default
trunk=line1
trunk=line2
;trunk=line3
;trunk=line4
[station1](station)
device=SIP/station1
[station2](station)
device=SIP/station2
========================
Here is my extensions.conf:
[macro-call-sla]
; ${ARG1} - line name
exten => s,1,SLATrunk(${ARG1})
exten => s,2,Hangup
[line1_outbound]
exten => disa,1,Disa(no-password|line1_outb...
2006 Mar 21
2
How to make extension groups ???
Hello All,
i am repeating this question for the sixth time but i think i was not explaining the problem correctly. ............. Now i will try to explain it......
I have 4 telephone lines(PSTN) in my PBX.
Now I want to make groups of the extensions to use that lines.
e.g.
extensions 12,13 & 31 are in groupA
extensions 14 - 20 are in groupB
extensions 21 - 30
2005 Mar 25
1
Converting 7905G to SIP
...nsion\User ID
line3_displayname: "Line3" ; Line 3 Display Name
line3_shortname: "2001"
line3_authname: "2001" ; Line 3 Registration
Authentication
line3_password: "phone" ; Line 3 Registration Password
# Line 4 Settings
line4_name: "2001" ; Line 4 Extension\User ID
line4_displayname: "Line4" ; Line 4 Display Name
line4_shortname: "2001"
line4_authname: "phone" ; Line 4 Registration
Authentication
line4_password: "101"...
2004 Jul 13
3
(no subject)
Dear R users,
First of all, thanks for the incredibly fast answers and help of Rolf,
Marc and Robert.
Yes, I noticed that it was a lot of permutacions, but my intention was to
make this process automatic and take only 5.000 - 10.000 permutations.
Therefore, I wanted only to take that "interesting permutations" with "some
information" [inter-block permutations].
The
2005 Sep 28
1
Tiny Echo on PSTN via Zaptel
I'm using Asterisk 1.0.9, a Digium TE210P dual T1 card, and two Rhino
channel banks (one 12FXO/12FXS, the other 24 FXS). So it's an analog
phone on the inside connected to one of the FXS ports, and PSTN line
connected to one of the FXO ports.
My problem is that as soon as I hear the _first_ ring when I dial out
through the PSTN line, I hear a tiny echo on the phone (I estimate
between
2004 Jun 07
2
Mediatrix 1204 Configuration
...day, June 07, 2004 9:45 PM
> Subject: [Asterisk-Users] Mediatrix 1204
>
>
> > Actually im trying to set up a Mediatrix 1204 to place outgoing calls,i
> just cand do internal ones, i would like to know if someone could help me
> with this issue, i declared in sip.conf line1 to line4 for each 1204 port
> >
> > SIP.conf
> >
> > [100] ; My SIP agent
> > type=friend ; This device takes and makes calls
> > username=100 ; Username on device
> > secret=100...
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 Jan 13
7
How to set asterisk NOT to answer incoming lines?
How do I set asterisk not to answer incoming PSTN POTS calls? I want to
be able to use the line for outgoing calls only.
-Thanks
Tim
2005 Aug 24
6
Cisco 7960 / SIP & tftp configs
I have three questions about my 7960 phone that I can't discern from the
docs/wiki.
1st - If I change the SIPxxxxxx.cnf file to change registrations it sets
up new lines as expected. If I delete a line it doesn't get removed when
I reboot the phone. I have to go to the phone, unlock it, and reset the
SIP parameters. How do I make it "forget" what it has programmed and