Displaying 20 results from an estimated 1000 matches similar to: "Re: card dialer phone (thanks for the info!)"
2005 Feb 14
0
Re: card dialer phone
Rob at draughon.org writes
> I recently obtained a Western Electric multi-line phone and am
>seeking help with getting this beast working with *.
>
> The interesting stuff in my * implementation consists of a T100P
>card, a TDM400P card, and an Adtran TA750 channel bank with three quad-port
>FXS modules and a quad-port FXO. The TA750 is wired to a 24-port Cat 5 patch
>panel
2005 Feb 13
3
Q: Does anyone have a WE multi-line card dialer phone working with *?
Folks,
I recently obtained a Western Electric multi-line phone and am
seeking help with getting this beast working with *.
The interesting stuff in my * implementation consists of a T100P
card, a TDM400P card, and an Adtran TA750 channel bank with three quad-port
FXS modules and a quad-port FXO. The TA750 is wired to a 24-port Cat 5 patch
panel via a 25-pair Amp cable.
The phone is a model
2013 Jan 28
2
R plot like candlestick
Hi all,
I'm new on this list so I greet all.
My question is: does exist in R a plot similar to candlestick plot but
not based on xts (time series)? I have to plot a range of 4 value: for
every item I have min value, max value and 2 intermediate values. I
would like plot this like a candlestick, i.e. with a box between 2
intermediate values and 1 segment between box and min value and a
segment
2005 Oct 09
1
Rmetrics fMultivar how to?
Hi Everybody,
I am a total beginner at this so please bear with me.
I downloaded by hand the file WIG20.txt (Warsaw Stock Exchange Index of 20
most important stocks). The format is this:
Name,Date,Open,High,Low,Close,Volume
WIG20,19940414,1000.00,1000.00,1000.00,1000.00,71600.000
WIG20,19940418,1050.50,1050.50,1050.50,1050.50,99950.000
WIG20,19940419,1124.90,1124.90,1124.90,1124.90,138059.000
2017 Jan 16
1
accelerating matrix multiply
Hi Tomas,
Can you share the full code for your benchmark, compiler options, and performance results so that I can try to reproduce them? There are a lot of variables that can affect the results. Private email is fine if it is too much for the mailing list.
I am measuring on Knight's Landing (KNL) that was released in November. KNL is not a co-processor so no offload is necessary. R executes
2017 Jan 16
0
accelerating matrix multiply
Hi Robert,
thanks for the report and your suggestions how to make the NaN checks
faster.
Based on my experiments it seems that the "break" in the loop actually
can have positive impact on performance even in the common case when we
don't have NaNs. With gcc on linux (corei7), where isnan is inlined, the
"break" version uses a conditional jump while the
2004 Jul 13
4
Rotary phones? (No, I'm serious)
Will the FXS cards that work with asterisk handle rotary? Are there any
channel banks that can convert rotary to touch tone (like some sorta
bridge)?
The goal is to be able to log input from rotary phones. Full PBX
functionality would be nice but...
(It's for a project, not for serious production).
--
// Ethan O'Toole
//
2006 Oct 26
0
Make/Break ratio for Pulse Dialing
Thanks for your suggestion. I have compiled according to
http://www.voip-info.org/wiki/index.php?page=Asterisk+zaptel+pulse
+dialing
dialing at 10 pps works fine with Asterisk with the newly compiled
wctdm. but when I dial at 20 pps, the pulses cannot be decoded
correctly.
I tried changing the make/break ratio but dialing at 20 pps still has
the decoding problem.
Does anyone have any
2017 Jan 11
2
accelerating matrix multiply
> Do you have R code (including set.seed(.) if relevant) to show on how to generate
> the large square matrices you've mentioned in the beginning? So we get to some
> reproducible benchmarks?
Hi Martin,
Here is the program I used. I only generate 2 random numbers and reuse them to make the benchmark run faster. Let me know if there is something I can do to help--alternate
2005 May 24
0
Key Rotary Lines ?
Looking to install asterisk for a client and was shopping around for prices
for 6 POTS lines with or an integrated T1 with voice and data. I called up
Sprint and I told the sales rep that there was going to be a Phone system
she said that they would have to install "key" rotary lines and then I told
the rep that I needed two more lines with hunt group and she told me that
would be
2009 Nov 24
3
1950's UK rotary dial phone
Folks,
I've got one of those GPO 1950's rotary dial phones that I'm trying to
get working in the UK. I've got pretty much everything working with my
TDM400, the phone rings and I can receive calls but I cannot dial with
the rotary dialer. I have set pulsedial=true or whatever the exact
setting is and I can dial from the phone by lifting the receiver and
tapping out the number on
2010 Sep 17
1
Rotary phone on Asterisk
I'm trying to use a couple of old Western Electric type 500 phones (desk
model, rotary dial). These phones work fine, as tested with telco lines
(they dial, receiver/transmitter works fine, etc).
I'm running Asterisk 1.6.2.11.
I can't get them to dial through Asterisk. They are connected to a Rhino
channel bank which is connected to Asterisk via a Sangnoma card (T1 with
echo
2006 Apr 25
3
Really Old Rotary Phone
Ok... I am not a telephone guy... I was born after rotary phones, so
forgive my ignorance in this matter. I am trying to get a really old
rotary phone up and running with an ATA. Why? Who knows... just
thought it would be cool. The problem is that it does not have an RJ11
connector, instead it has three wires (green,yellow,red). Does anyone
know what that type of connector is called? Or
2017 Jan 09
0
accelerating matrix multiply
> From: "Cohn, Robert S" <robert.s.cohn at intel.com>
>
> I am using R to multiply some large (30k x 30k double) matrices on a
> 64 core machine (xeon phi). I added some timers to
> src/main/array.c to see where the time is going. All of the time is
> being spent in the matprod function, most of that time is spent in
> dgemm. 15 seconds is in matprod in
2002 May 02
4
Intel Boot Agent 4.0.19
First, THANKS! The SYSLINUX/PXELINUX s/w and docs are great. I have been
able to set up a working server for PXE boot in very little time, using our
existing Win2k DHCP server and a Red Hat 7.2 Linux server for tftp, etc...
It took very little time (compared to an earlier effort 4 months ago.....)
and the pxelinux/menu/memdisk environment is great for us.
The environment seems to support PXE
2017 Jan 10
0
accelerating matrix multiply
>>>>> Cohn, Robert S <robert.s.cohn at intel.com>
>>>>> on Sat, 7 Jan 2017 16:41:42 +0000 writes:
> I am using R to multiply some large (30k x 30k double)
> matrices on a 64 core machine (xeon phi). I added some timers
> to src/main/array.c to see where the time is going. All of the
> time is being spent in the matprod function, most of that
2020 May 11
0
[RFC] Remove AGP support from Radeon/Nouveau/TTM
On Mon, May 11, 2020 at 4:22 PM Al Dunsmuir <al.dunsmuir at sympatico.ca> wrote:
>
> On Monday, May 11, 2020, 1:17:19 PM, "Christian K?nig" wrote:
> > Hi guys,
>
> > Well let's face it AGP is a total headache to maintain and dead for at least 10+ years.
>
> > We have a lot of x86 specific stuff in the architecture independent
> > graphics
2005 Feb 15
2
Re: X100P problems
Yes - the problem was a missing signalling line in zapata.conf. Now in
and out work.
Also, it was news that "reload" from the console doesn't reflect changes
made in zaptel and zapata.conf entries. Any other config files that it
doesn't reload?
>From: "Asterisk@Home" <asteriskathome@yahoo.com>
>
>Did you go into AMP and configure some place for
2011 Mar 10
4
Wine sometime really surprise me
Software as Application, can always find a replacement. (Well most of the time) But Software as Games, there is good chance that you will never find a replacement. They are their own unique Art. (Classical games is another story, such as chess, and those "public domain") In order words, doesn't matter how old a game might be. it will not get obsolesce.
When it come to
2020 May 11
2
[RFC] Remove AGP support from Radeon/Nouveau/TTM
On Monday, May 11, 2020, 1:17:19 PM, "Christian K?nig" wrote:
> Hi guys,
> Well let's face it AGP is a total headache to maintain and dead for at least 10+ years.
> We have a lot of x86 specific stuff in the architecture independent
> graphics memory management to get the caching right, abusing the DMA
> API on multiple occasions, need to distinct between AGP and