similar to: dual TE410, both span 3 is broken

Displaying 20 results from an estimated 700 matches similar to: "dual TE410, both span 3 is broken"

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
2006 Apr 18
5
Remember the incoming context?
Greetings, Somewhere on my asterisk system, a calls come in in a certain context, for example, from-sip or from-pstn. Then the calls gets routed through the dialplan, and a macro gets called, and another one and then the call needs to be redirected to another number in the same initial context. And you can use Dial(Local/number/initialcontext) for that. Oops, this initial context is lost
2002 Aug 01
4
openssh-3.4p1.tar.gz on ftp.openbsd.org changing rather than frozen
I have seen that file ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-3.4p1.tar.gz is continuosly changing. This seems strange to me as I expected it should be a 'frozen' file; The signature and diff file are still dated Jun 26. I am wondering whether this is intentional. Best regards, Wojtek
2005 Feb 28
3
Digium E1/T1 card with mgetty+sendfax
Hi, For the project I've used the Eicon DIVA card. It has 8 BRI ports, and for about 25% of the time there are 7 or 8 in use. So we want to replace it with an E1 card. Only issue is, replace it with what? The idea we have been playing with was to get a Digium E1 card (we already have bought lot of Quad E1 cards :-) and then just put it back to back against Asterisk server. And instead of
2008 Feb 28
3
Upgrade to 6.3R failed (with freebsd-update.sh)
Dear list, as described in http://www.freebsd.org/releases/6.3R/announce.html I tried a binary upgrade to 6.3R. But the command # sh freebsd-update.sh -f freebsd-update.conf -r 6.3-RELEASE upgrade failed with 10....2520....2530....2540....2550....2560....2570....2580....2590....2600....2610....2620....2630....2640... done. Applying patches... done. Fetching 1587 files... failed. Any ideas
2008 Feb 04
8
AGI: Not getting answers from get_data in a call-file call
I have the following situation: I drop a call-file into the Asterisk spool directory and I get called back. That all works. And I have this script: #!/usr/bin/perl -w use Asterisk::AGI; my $AGI = new Asterisk::AGI; my %input = $AGI->ReadParse(); $AGI->answer(); my $i; $i = $AGI->channel_status(); $AGI->say_digits($i); $i =
2006 Feb 10
0
Vegastream clockslip problems
We have a Vegastream 400 connected to a digium Quad PRI card in an asterisk server, for the T.38 faxing here. Problem is that there are too many clockslips on it (and they get logged by asterisk as HDLC aborts). I've double checked the configuration on both sides, replaced the cable, tried different ports etc. It all lead to no resolution for it. Is there somebody on the list who has a
2005 Aug 01
2
TDM400P REV I issues - ProSLIC vs TDM400P
The REV I card shows up in the PCI table as: 02:05.0 Network controller: Tiger Jet Network Inc. Intel 537 (or 02:05.0 Class 0280: e159:0001) Subsystem: Unknown device b119:0001 But the REV E/F shows up as: 02:0d.0 Communication controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface (or 02:0d.0 Class 0780: e159:0001) Subsystem: Unknown device b100:0003 One
2006 Feb 20
6
Incoming Calls Getting Crossed - Weird
Hey, I got a weird one for you guys, I am running vanilla 1.2.4 and have all incoming calls come in as SIP from teliax. Twice over the past week 2 callers who have called in around the same time end up talking to each other instead of going through the ivr or at some point during the IVR. One said, yeah i was talking to another patient and we had a convo. I have double checked the dialplan and
2006 Mar 11
4
Problem with 16-in-1 card reader
My new PC has an internal 16-in-1 card reader connected via USB 2.0. The device is the Techsolo TCR-1640 (http://www.techsolo.de/product/cardreader/tcr_1640/index.php). I boot from a compact flash inserted in it and I can mount and unmount the same CF once the system has booted and has mounted the root partition from my graid3 array. The problem arise when I replace the inserted CF with another
2007 Jun 28
2
E1 not coming up
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello List, since some days i run into the problem that one span on a TE407P is not comming up correctly. With intense debug on that span i get: < [ 02 01 7f ] < Unnumbered frame: < SAPI: 00 C/R: 1 EA: 0 < TEI: 000 EA: 1 < M3: 3 P/F: 1 M2: 3 11: 3 [ SABME (set asynchronous balanced mode extended) ] < 0 bytes of data
2004 Nov 22
3
IPv6 and Asterisk?
Hi, I've been experimenting with an IPv4 and IPv6 VoIP setup using SER. I'm using Asterisk for voicemail, etc. but as this only works for IPv4, I had to do a number of tricks to get it going for IPv6 phones. I was wondering whether there is any interest or plans in the pipeline to have Asterisk IPv6-enabled. Any info, especially by the developers out there, would be welcome. Thanks, --
2008 Feb 29
1
Can call in but cannot call out (CHANUNAVAIL): TE410 + Asterisk 1.4.13 + Zaptel 1.4.6 + Libpri 1.4.2
I encountered this strange problem which is I can call into Asterisk box but I cannot call out. I was successful before using exactly the same euroISDN line but with TE110 and different versions of Asterisk. This time, I am using: . TE410 . Asterisk 1.4.13 . Zaptel 1.4.6 . Libpri 1.4.2 1) I put the following into extensions.conf to get to the outside line exten => 0,1,Dial(Zap/1) 2)
2011 Feb 17
1
Setting two E1 cards
Dear, I always had one E1 card with one span, so I've never had any problem in set it up through /etc/dahdi/sustem.conf and /etc/asterisk/chan_dahdi.conf because I put span=1. But now I have a PBX with two E1 cards with 4 span (8 span in total). How do I have to define both card in system.conf and chan_dahdi.conf, and how do I have to refer each span to the corresponding card ??? Thanks a
2005 Aug 20
0
Re: Inter-Tel AXXESS failure: HDLC Bad FCS (8) on Primary D-channel of span 1
On Wed, Aug 03, 2005 at 11:28:19AM -0500, asterisk-users-request@lists.digium.com wrote: > 10. Inter-Tel AXXESS failure: HDLC Bad FCS (8) on Primary > D-channel of span 1 (Gavin Hamill) > Date: Wed, 3 Aug 2005 15:32:48 +0100 > From: Gavin Hamill <gdh@laterooms.com> > Subject: [Asterisk-Users] Inter-Tel AXXESS failure: HDLC Bad FCS (8) > on Primary D-channel of span
2005 Jul 24
1
Caller ID, Called ID and Forwarded ID
Last month I saw something funny which I can't reproduce anymore: A 0500 number in .au is a service phone number and are forwarded on exchange level to a real phonenumber. So if A calls B it gets forwarded to C. Very simple. Now the funny thing, on the phone of C, I saw both A and B as the "caller id". I've been asking around and trying to get it again with a private 0500
2006 Feb 16
1
Update to the latest zaptel driver - Congestion gone, but scary write errors replaced it
Hi, Yesterday I updated asterisk to the latest zaptel driver and today my congestion problems are gone... (see http://bugs.digium.com/view.php?id=6509), only to be replaced by: Feb 17 10:02:37 DEBUG[19225] chan_zap.c: Write returned -1 (Resource temporarily unavailable) on channel 26 Feb 17 10:03:08 DEBUG[19274] chan_zap.c: Write returned -1 (Resource temporarily unavailable) on channel 216 Feb
2008 Jan 10
2
FreeBSD tar errors on valid empty tar.gz
Seems our current libarchive? That support FreeBSD's tar implementation has a bug where it can create archives it cant read back. This can be seen by simply creating an empty tar.gz file and then trying to expand or list it. In doing the above you get the following error: tar: Unrecognized archive format: Inappropriate file type or format N.B. gtar can list and expand the created file
2003 Sep 07
1
TE410 - 3.3v?
I just noticed that the new TE410 only supports 3.3v PCI. How do you know if it will work in your machine? It's not something commonly listed in your motherboard specs.... I was thinking about getting one for an Athlon 750 that is a spare box I'm doing testing on... (Original SlotA) -G
2007 Jan 18
1
Problems with Digium TE410
Hello List Just want to check if anybody else is having this problem. Every time the PRI connections are disconnected, the card freezes, and I have to reload the driver, to make it work again. We are very seriously considering switching to Sangoma at this moment, due to this and other problems, but I want to know if there is a solution, and to make sure it isn't asterisk that's freezing