similar to: Status of linux 2.6 support

Displaying 20 results from an estimated 4000 matches similar to: "Status of linux 2.6 support"

2006 Oct 12
1
Bridging of PRI calls
Hello ! I 've some questions how bridging of ISDN calls is done. Assume an asterisk system with a TE405 card equipped. (PRI1 - PRI4) An incoming ISDN call on PRI1 is transfered back to PRI3. Unless there is DTMF detection or other things involved, the bridging is done without Asterisk. Does this card have a some sort of cross connection ? Does the PCM leave the card ? Or is there some DMA
2006 Jun 05
4
How many TE405 ...
Hi, Is it possible to use 4 TE405 boards in one server ? It mean, to have 16 E1s on just one server. Can somebody tell me how many boards is it possible to have on one server ? Thanks, -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060605/29e9d42d/attachment.htm
2007 Aug 21
3
TE405/TE410P help updating from 1.0 to 1.4
I have a TE405/TE410P card that was working on 1.0.X I upgraded the OS to Centos 4.5, Updated asterisk to 1.4 and zaptel to 1.4.5 and libpri. I copied all the zaptel and zapata and extensions.conf files from 1.0 I did update extensions.conf from 1.0 to 1.4 commands. I cannot get the card to work in 1.4.10. AHHH! I see with zttool that the T1 is in Green, I see calls coming in as the bits go
2006 Mar 15
2
Fake Ring Tone/Compile Addon
Dear All, I am currently have this problem in which I am sending call out from the Zaptel TE405 to a VoIP gateway. But the problem that the call over to the VoIP Gateway will always have a fake ring tone. Can you please give some pointer how to fix this problem? This problem is existing in my Asterisk 1.2.1 box. Also when compiling Asterisk 1.2.5 and tried to run it with the Asterisk-addon,
2006 Mar 28
4
ISDN and Analog DIAL UP Connection Through Asterisk and Digium TE405P
Did anybody know, Is it possible to establish a ISDN DIAL up Connection and Analog Dial up Connection (V90) trough asterisk with Digium TE405? Thanks a lot for help. Nico Giefing -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060328/3b657058/attachment.htm
2004 Oct 25
5
building a package under windows
Hi, I have a package of my own which seems to work fine under linux. I want to make a compiled version for windows. (I work with windows 2000 and R 2.0) I have followed the steps described in the file readme.packages (in the top-level directory of the binary installation) and I had a trouble at this step (which aim is not documented): C:\Program Files\R\rw2000\src\gnuwin32>make libR.a
2005 Oct 26
1
pb with dyn.load - fortran code now attached
Hi, here are a couple of strange things happening with R.2.2.0 compiled under Mandrake-10.1 At the begining of the story I have segmentation fault using package RandomFields in conjuction with some Fortran code of mine loaded with dyn.load. One of my fortran programs contains a subroutine named fstat Trying to trace , I simplified the sequence as much as possible and I end up with the the
2006 Mar 21
6
FAX over PRI
We are doing this with the latest spandsp, iaxmodem and hylafax. Seems to work very well for us so far. -Jonathan > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Michael Gaudette > Sent: Tuesday, March 21, 2006 3:34 PM > To: 'Asterisk Users Mailing List - Non-Commercial
2005 Jun 14
3
Calling C from Fortran
I would like to call C routines from Fortran under linux as suggested in section 5.6 of the "Writing R extensions" documentation. I'm familiar with Fortran but not with C. I understand the example provided in Fortran: subroutine testit() double precision normrnd, x call rndstart() x = normrnd() call dblepr("X was", 5, x, 1) call rndend() end but I don't understand
2005 Jan 11
1
(UN)structured E1
Hi all. We are getting our first PRI line to use with Asterisk and one of the technical specifications is about framing, structured or unstructured. The main difference about them is almost clear for me: http://ckp.made-it.com/g704.html says: "G.704 is the framing specification for G.703. A carrier can 'steal' a 64kbps time slot (TS0) from a 2.048 Mbps line and use this to
2005 Jul 05
1
calling fortran functions CHOL and DPOTRF form Fortran
Hi all, I'm working out some Fortran code for which I want to compute the Choleski decomposition of a covariance matrix in Fortran. I tried to do it by two methods : 1) Calling the lapack function DPOTRF. I can see the source code and check that my call is correct, but it does not compile with: system("R CMD SHLIB ~/main.f") dyn.load("~/main.so") I get: Error in
2004 Apr 20
1
Re: Auto Answering PSTN --> Asterisk using X 100PCard
worked came to one ring only now. Thank you very much. If I use TE410 or TE405 instead of X100P. do it make that first ring disappear? Shakil -----Original Message----- From: tony@softins.clara.co.uk [mailto:tony@softins.clara.co.uk] Sent: Tuesday, April 20, 2004 12:27 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Re: Auto Answering PSTN --> Asterisk using X100PCard In
2004 May 24
1
Channelized T1, SIP phones, HW Echo Canceller
I have a channelized T1 coming in from our telco, terminated onto a TE405. There are three channelbanks serving internal analog extensions, and about 10 Cisco 7960s. I have no reports of echo on the analog extensions (as expected). The 7960 users complain of occasional echo (seems like 1 in 5 calls). Only the SIP user hears the echo, not the caller. I have echocancel=yes, echotraining=yes,
2006 Jan 20
2
Conversation interrupted by fax
Asterisk SVN-trunk-r7353M (will be moving to 1.2.2 this weekend) E1 connected to Sangoma A102 SIP phones (Cisco 7960) I've been making a call from my mobile to the office, when, suddenly the conversation is terminated and replaced by a "fax-type" sound. This has happened to me several times over the past year, so it's not the version of asterisk (we've had cvs trunk and
2005 Nov 30
2
R binomial RNG stuck at 1 via Fortran call
Hi, I have some trouble with the result of a fortran function calling the R binomial RNG: The C function rbinom is wrapped as in the file attached. My main fortran program starts as call rndstart() and ends as call rndend() I happen to call the binomial RNG within a loop as b = ggrbinom(1.d0,0.5d0) write(*,*) 'b=',b In certain cases, after a few iterations in the loop, b get
2005 Nov 08
1
R build under mandriva 10.2
After upgrading from mandrake 10.1 to mandriva 10.2 I can't build shared archive with R 2.2.0 [guillot at laplace src]$ R CMD SHLIB main.f sub.f wrapper.c gcc -shared -L/usr/local/lib -o main.so main.o sub.o wrapper.o -lg2c -lm -lgcc_s /usr//bin/ld: cannot find -lg2c collect2: ld returned 1 exit status make: *** [main.so] Erreur 1 I guess the information in
2006 Apr 03
2
Blocked channels, according to our telco... leading to CONGESTION status
Greetings, Our telco called last week, saying that a lot of channels on our PRIs are blocked. And with blocked they have the following description in the Siemens exchanges: BBAC BLOCKED BACKWARD This status is set when the partner exchange has a blocking set and the signaling of the trunk (non-CCS7) is able to report this blocking in the backward direction. This status can
2005 Jan 24
2
Correct way to update Asterisk
Pardon the newbie post. I installed Asterisk on a "test" system using the Asterisk@home cd image. When you boot from Asterisk@home is installs an O/S and Asterisk on your PC. How cool is that. But I was wondering if someone could point me in the right direction for updating the version that I have. I'm new to CVS, how do I determine what version to build? Is there a primer on how to
2004 Dec 26
1
Cannot transfer after queue agent picks up c all
I had the same problem with snom 190 phones. Using the transfer with # instead of "Transfer Button on the phone" worked for me. In my configuration "REFER" was not send, so the transfer with the button on the phone did not work. Guido Hecken -----Urspr?ngliche Nachricht----- Von: steve szmidt [mailto:steve@szmidt.org] Gesendet: Sonntag, 26. Dezember 2004 17:14 An:
2004 Aug 08
2
asterisk-update script
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Here's a version I modified which grabs either a development or stable verision, and does a backup before updating from CVS. It also asks for addon's and cc. Leif Madsen did the original development and Mark released it. My changes does the minimum changes to previous version, to get what I need. It does the same version checking as