Displaying 20 results from an estimated 51 matches for "3624".
Did you mean:
3.24
2004 Jan 02
2
Newbridge Mainstreet 3624 T1 channel bank no w Alcatel
In the 'me too' vein, I also have an untested 3624 here on the shelf and am
waiting on a shipment of T100 cards to play with.
Documentation is very hard to come by. Alcatel are certainly the owners of
the Mainstreet product line but, without a support contract, any
documentation they may have is essentially unavailable as their per-incident
fees...
2004 Jan 01
1
Newbridge Mainstreet 3624 T1 channel bank now Alcatel
Hi
I just came accross this
Newbridge Mainstreet 3624 but the Alctel site appears to have zip for
reference/user manuals
Anyone by chance have 1 of these or a url for the docs ?
thx
2004 Jan 02
0
Newbridge Mainstreet 3624 Manual
Hi all,
I have posted a copy of the 3624 manual on the web. It's 11MB and over
650 pages, so not exactly light reading! You can grab it at
http://www.caeveo.com/files/newbridge3624.pdf. Please be kind and save
it to your local machine instead of reading it from the web! Thanks!
Sean
-------------- next part --------------
A non-t...
2014 Sep 24
1
AsteriskCDR
Hello;
I was using the 1.8 version of Asterisk. However, due to a problem I had to
update. Update reporting system is broken when you have made. Current
version 11.10. I installed the modules in the system for problems that are
missing. I getting error as follows.
^[[A[Sep 24 03:16:50] WARNING[3624] loader.c:* Module 'app_mysql.so' was
not compiled with the same compile-time options as this version of
Asterisk.*
[Sep 24 03:16:50] WARNING[3624] loader.c: Module 'app_mysql.so' will not be
initialized as it may cause instability.
[Sep 24 03:16:50] WARNING[3624] loader.c: Module &...
2017 Oct 09
8
Regular expression help
...b
a/b/c
where there may be multiple words on a line (separated by spaces).? The
a, b, and c strings can contain non-space, non-slash characters. I'd
like to use gsub() to extract the c strings (which should be empty if
there are none).
A real example is
"f 147/1315/587 2820/1320/587 3624/1321/587 1852/1322/587"
which I'd like to transform to
" 587 587 587 587"
Another real example is
"f 1067 28680 24462"
which should transform to "?? ".
I've tried a few different regexprs, but am unable to find a way to say
"transform words by...
2004 Jan 30
0
Newbridge Mainstreet 3624
I've got a Newbridge CB hanging on the wall not being used right now and
I'd like to hear opinions on using it with Asterisk. If anyone has a manual
for it I'd like to get a copy of it. I tried the googling approach but
turned up nothing much except a Tech manual if I want to change out control
boards.
Thanks
David Cox
Director of Information Technology
Ramtex, Inc.
2017 Oct 09
0
Regular expression help
> x <- "f 147/1315/587 2820/1320/587 3624/1321/587 1852/1322/587"
> gsub("(^| *)([^/ ]*/?){0,2}", "\\1", x)
[1] " 587 587 587 587"
> y <- "aa aa/ aa/bb aa/bb/ aa/bb/cc aa/bb/cc/ aa/bb/cc/dd aa/bb/cc/dd/"
> gsub("(^| *)([^/ ]*/?){0,2}", "\\1", y)
[1] " cc c...
2017 Oct 09
1
Regular expression help
"(^| +)([^/ ]*/?){0,2}", with the first "*" replaced by "+" would be a bit
better.
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Mon, Oct 9, 2017 at 8:50 AM, William Dunlap <wdunlap at tibco.com> wrote:
> > x <- "f 147/1315/587 2820/1320/587 3624/1321/587 1852/1322/587"
> > gsub("(^| *)([^/ ]*/?){0,2}", "\\1", x)
> [1] " 587 587 587 587"
> > y <- "aa aa/ aa/bb aa/bb/ aa/bb/cc aa/bb/cc/ aa/bb/cc/dd aa/bb/cc/dd/"
> > gsub("(^| *)([^/ ]*/?){0,2}", "\\1", y...
2017 Oct 10
0
Regular expression help
How about this (I'm showing it as a pipe because it's easier to read
that way):
library(magrittr)
"f 147/1315/587 2820/1320/587 3624/1321/587 1852/1322/587" %>%
? strsplit(' ') %>%
? unlist %>%
? sub('^[^/]*/*','',.) %>%
? sub('^[^/]*/*','',.) %>%
? paste(collapse = ' ')
Georges Monette
--
Georges Monette, PhD P.Stat.(SSC) | Associate Professor. Faculty...
2017 Oct 09
0
Regular expression help
...ultiple words on a line (separated by spaces). The
> a, b, and c strings can contain non-space, non-slash characters. I'd
> like to use gsub() to extract the c strings (which should be empty if
> there are none).
>
> A real example is
>
> "f 147/1315/587 2820/1320/587 3624/1321/587 1852/1322/587"
>
> which I'd like to transform to
>
> " 587 587 587 587"
>
> Another real example is
>
> "f 1067 28680 24462"
>
> which should transform to " ".
>
> I've tried a few different regexprs, but am...
2004 May 28
0
Problem with digits blending on inbound pulsed digits?
I have a situation where I am receiving DID calls using Immediate Start
Pulse signalling on a Loop Start trunk. The line terminates on a Newbridge
Mainstreet 3624 channel bank, which provides battery etc. The channel is
converted and routed to Asterisk. The lines are configured as follows:
/etc/asterisk/zapata.conf
; Channels 1-24 service MainStreet 3624 channel bank
context=infrom-did
group=1
immediate=yes
signalling = fxo_ls
busydetect=no
callprogress=no...
2005 Mar 28
1
Kernel panic loading second fritz card
...od
modprobe f2pci
the kernel then goes into Panic
If Modprobe f2pci before fcpci the kernel still goes into panic.
Config as follows
CentOS 3.4
Kernel 2.4.21-27.0.2.EL
fcpci - fcpci-suse8.2-03.11.02
chan_capi-0.3.5
_____________________________
David Phelan
Blue Ridge Systems
Ph:+61 7 3624 8777
_____________________________
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.8.4 - Release Date: 27/03/2005
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail...
2011 Mar 04
1
column removing under certain conditions
...ierte Wirtschaftliche Gesundheitsversorgung (EWG)
Bereich Gesundheitsökonomie
Evidence Based Economic Health Care
Health Economics
Hauptverband der österreichischen Sozialversicherungsträger
Main Association of Austrian Social Insurance Insitututions
Kundmanngasse 21
1031 Wien
Tel.: +43-1-71132-3624
Fax.: +43-1-71132-3786
http://www.hauptverband.at
P Save paper, do you really need to print this e-mail?
[[alternative HTML version deleted]]
2013 Apr 22
2
subset dataframe
...goa); names(agoa)
'data.frame':109 obs. of 19 variables:
$ X : Factor w/ 39 levels "Angola ","Benin ",..: 1 1 1 2 2 3 3 3 4 4 ...
$ X.1 : Factor w/ 3 levels "AGOA ","GSP ",..: 3 1 2 3 2 3 1 2 3 1 ...
$ X1996: int 2687143 0 2 18084 70 23356 0 3624 3835 0 ...
$ X1997: int 2427824 0 356492 4303 3437 18758 0 5882 930 0 ...
$ X1998: int 1205545 0 1045996 1335 2269 14010 0 5660 503 0 ...
$ X1999: int 1596052 0 828761 6042 11788 12071 0 4824 2695 0 ...
$ X2000: int 2178246 0 1378777 1026 1414 38024 0 2922 502 0 ...
$ X2001: int 464083 0...
2000 Jul 05
2
couldn't find function "..."
...LowerCI <- Mean - Zscore * SD / sqrt(N)
LowerCI
}
...with no error.
Next I write the function call "testcall":
testcall <- call('CIfunc', prescan10$F532Mean, prescan10$F532SD,
prescan10$FPixels, 0.95)
...with no error.
testcall CIfunc(c(189, 238, 363, 869, 585, 350, 3624, 290, 436, 517),
c(63, 58, 66, 127, 78, 46, 1452, 72, 83, 55), c(120, 120, 120, 120, 120,
120, 120, 120, 120, 120), 0.95)
But when I try to evaluate the function "CIfunc":
eval(testcall)
I get the error:
"Error in eval(expr, envir, enclos) : couldn't find function "CIfun...
2008 Aug 20
3
Few problem with pop3
Hi, i've upgraded from 1.0.5 to 1.1.2 on 2 server and work fine for user
that grab email on client, but some customer (that leave the email on
server) have 2 problems.
Some client can't read new mail:
dovecot: Aug 19 11:00:46 Info: pop3-login: Login: user=<agenzia>,
method=PLAIN, rip=xxx, lip=91.102.48.12
dovecot: Aug 19 11:00:46 Info: POP3(agenzia): Disconnected: Logged out
2015 Aug 05
0
[발송실패 안내] invain@naver.com 으로 메일이 전송되지 못했습니다.
...crubbed...
URL: <http://www.zytor.com/pipermail/klibc/attachments/20150806/693181dc/attachment.html>
-------------- next part --------------
An embedded message was scrubbed...
From: klibc-request at zytor.com
Subject: klibc Digest, Vol 143, Issue 8
Date: Wed, 05 Aug 2015 12:00:01 -0700
Size: 3624
URL: <http://www.zytor.com/pipermail/klibc/attachments/20150806/693181dc/attachment.eml>
2015 Aug 06
0
[발송실패 안내] invain@naver.com 으로 메일이 전송되지 못했습니다.
...crubbed...
URL: <http://www.zytor.com/pipermail/klibc/attachments/20150807/a3add1ac/attachment.html>
-------------- next part --------------
An embedded message was scrubbed...
From: klibc-request at zytor.com
Subject: klibc Digest, Vol 143, Issue 9
Date: Thu, 06 Aug 2015 12:00:02 -0700
Size: 3624
URL: <http://www.zytor.com/pipermail/klibc/attachments/20150807/a3add1ac/attachment.eml>
2015 Aug 10
0
[발송실패 안내] invain@naver.com 으로 메일이 전송되지 못했습니다.
...rubbed...
URL: <http://www.zytor.com/pipermail/klibc/attachments/20150810/0aeb4df1/attachment.html>
-------------- next part --------------
An embedded message was scrubbed...
From: klibc-request at zytor.com
Subject: klibc Digest, Vol 143, Issue 20
Date: Mon, 10 Aug 2015 02:46:20 -0700
Size: 3624
URL: <http://www.zytor.com/pipermail/klibc/attachments/20150810/0aeb4df1/attachment.eml>
2015 Sep 04
0
[발송실패 안내] invain@naver.com 으로 메일이 전송되지 못했습니다.
...crubbed...
URL: <http://www.zytor.com/pipermail/klibc/attachments/20150905/b7061e4f/attachment.html>
-------------- next part --------------
An embedded message was scrubbed...
From: klibc-request at zytor.com
Subject: klibc Digest, Vol 144, Issue 5
Date: Fri, 04 Sep 2015 12:00:01 -0700
Size: 3624
URL: <http://www.zytor.com/pipermail/klibc/attachments/20150905/b7061e4f/attachment.eml>