similar to: zaptel config

Displaying 20 results from an estimated 7000 matches similar to: "zaptel config"

2004 Aug 20
1
x100p won't answer
Hi, I just got two digium x100p clones and installed asterisk on fedora core 2 which took some tweaking. After getting asterisk up I installed the zaptel stuff - then modprobed zaptel, wcfxs (for the fxo cards), which worked fine. ztcfg is showing two channels configured, but when I start asterisk and do show channels, i see no active channels. zapata.conf has: signalling = fxs_ks
2004 Aug 29
2
zaptel configuration
Hi, I've been trying to get my zaptel x100p cards working for the past week now. this is what I've done: installed asterisk: make clean make linux 26 (for fedora core 2) make install installed zaptel: make clean make make install did a modprobe zaptel, and wcfxo got this in /var/log/messages: PCI: found IRQ 11 for device 0000:00:0f.0 wcfxo: daa mode is 'FCC' found a
2004 Sep 02
3
digitnetworks card issues?
Hi, I've purchased two x100p clones, and when I try accessing a line from asterisk with something like this: exten => _1NXXNXXXXXX,1,Dial(Zap/2/{$EXTEN}) (is that only supposed to put you on channel 2 or actually dial the # for you?) but I first hear noise, then a dial tone, but as soon as I start dialing numbers I get feedback and noise, and the call doesn't go through. Any
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 =
2006 Mar 23
1
YAML inconsistencies...
I figured I''d post here before submitting a ticket, but I''m seeing some confusing stuff when dealing with YAML now. I was using it to freeze objects in my database, and so i had some data already around to mess with. I upgraded both Ruby (1.8.3 -> 1.8.4) and Rails ( -> 1.1RC1) and this junk started. I''ve outlined the problem in two pastes, which I''ll
2004 Aug 22
3
zap show channels - no such command
Hi, in response to a previous posting regarding getting the x100p to work, I was told to run "zap show channels," but when i do i get "no such command 'zap'" There was a previous posting on this, but the guy never posted the solution. thanks, Imran
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
2006 Aug 04
2
expression() - Superscript in y-axis, keeping line break in string
I've tried several different ways to accomplish this, but as yet to no avail. My y-axis for a plot has a rather long label, and thus I have been using "/n" to break it into two lines. However, to make it technically correct for publication, I also need to use superscript in the label. For example: par(oma=c(0,0,2,0),mar=c(5,6,0.25,2),lheight=1) plot(1:10,
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";
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
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
2014 Jun 12
1
regression bug with getParseData and/or parse in R-3.1.0
Hi, With R-3.1.0 I get: > getParseData(parse(text = "{1}", keep.source = TRUE)) line1 col1 line2 col2 id parent token terminal text 7 1 1 1 3 7 9 expr FALSE 1 1 1 1 1 1 7 '{' TRUE { 2 1 2 1 2 2 3 NUM_CONST TRUE 1 3 1 2 1 2 3 5 expr FALSE 4 1 3 1
2007 May 15
1
Efficiently reading random lines form a large file
I need to read two different random lines at a time from a large ASCII file (120 x 296976) containing space delimited 0-1 entries. The following code does the job and it's reasonable fast for my needs: lineNumber = sample(120, 2) line1 = scan(filename, what = "integer", skip=lineNumber[1]-1, nlines=1) line2 = scan(filename, what = "integer",
2004 Sep 01
1
international caller id support
Hi, I was wondering if anyone knows where i can find out the standards used by telco's in different countries... and how to configure asterisk to support them. Secondly, whenever i try Dialing a zap channel, all i get is no sound on the phone source, and noise on the destination line. thanks Imran
2016 Jun 09
1
for loop example
> From: Indunil Jayasooriya <indunil75 at gmail.com> > > > > > > [root at centos67 loop]# cat file1 > > > firstname1 > > > firstname2 > > > > > > [root at centos67 loop]# cat file2 > > > lastname1 > > > lastname2 > > > > > > I need a OUTPUT like this > > > > > > > > >
2005 Mar 14
1
Legend Line Size
Hello all, When I view or print the below plot on my Linux machine under R 2.0.1 I see a nice thick solid and dashed line with a legend. However, while the lines are distinguishable, the legend is not. That is, the short (solid) line next to "line1" and the short (dashed) line next to "line2" seem to have the exact same length. What I would like to do is to expand the legend
2020 Apr 22
2
parse data wrong for R 4.0. raw strings
This seems like a bug to me: code <- 'x <- r"(hello, "world")"' getParseData(parse(text = code)) #> line1 col1 line2 col2 id parent token terminal text #> 7 1 1 1 24 7 0 expr FALSE #> 1 1 1 1 1 1 3 SYMBOL TRUE x #> 3 1 1 1 1 3 7 expr
2016 Jun 07
2
for loop example
Maybe this don't to be the best form to solve your problem, but worked,rs. #!/bin/bash #power by Diego Rodrigues totalFileOne=$(wc -l file1 | cut -d" " -f1) totalFileTwo=$(wc -l file2 | cut -d" " -f1) count=0 if [ ! "${totalFileOne}" -eq "${totalFileTwo}" ];then echo "The two files need of same number of lines" exit 1 fi for
2003 Jun 23
1
Setting up the E100P
Hello, I have an E100P, and in the zaptel.conf I have: span=1,1,0,ccs,hdb4,crc4,yellow fxsks=1-10 the light on the card is green( BTW what do all those states of the card that zttool reports YELLO, RED, BLUE ..., is there a doc for zttool?, or for the card?) in the asterisks` zapata.conf I have: [channels] context=default switchtype=euroisdn signalling=fxs_ks usecallerid=yes hidecallerid=no