similar to: Missing: Red alarm event in Asterisk Manager Interface

Displaying 20 results from an estimated 10000 matches similar to: "Missing: Red alarm event in Asterisk Manager Interface"

2008 Feb 24
1
beta4: outgoing call causes Red Alarm on TDM400P
Calling out on PSTN over a TDM400P seems to generate a Red Alarm - whatever that is. I have another extension on the PSTN, and I can dial out over that. zttool shows no alarms. asterisk*CLI> zap show status Description Alarms IRQ bpviol CRC4 Fra Codi Options LBO Wildcard TDM400P REV I Board 1 OK 0 0 0 CAS Unk YEL 0 db
2005 Feb 23
5
Zaptel Red Alarm
Guys.. I just saw this for the first time... I did some google and wiki without any luck.. what does a red or yellow alarm mean in zaptel? Feb 23 02:54:16 WARNING[16890]: chan_zap.c:5865 handle_init_event: Detected alarm on channel 2: Red Alarm Feb 23 02:54:24 NOTICE[16890]: chan_zap.c:5860 handle_init_event: Alarm cleared on channel 2 This just happened by itself..
2003 Dec 25
1
Red Alarm on X100P
I'm having sporadic problems with my X100P card. When trying trying to call out I get a message on the console that the channel is busy even though I have bounced asterisk. It seems the card grabs the line and doesn't let go. When I try to call the number I get a busy signal. If I perform a rmmod wcfxo and restart asterisk everything retruns to normal. I have a TDP400P installed along with
2004 Apr 26
3
Compiling asterisk
I got the error below while compiling asterisk. Please offer me some help. hubert for x in res channels pbx apps codecs formats agi cdr astman stdtime; do make -C $x depend || exit 1 ; done make[1]: Entering directory `/etc/asterisk/asterisk-0.7.2/res' make[1]: Nothing to be done for `depend'. make[1]: Leaving directory `/etc/asterisk/asterisk-0.7.2/res' make[1]: Entering
2007 Feb 07
3
Red alarms
Asterisk is getting red alarms on my T1, sometimes once or twice a day, but today it happened 5 times. Even once is too many. Every call in progress is dropped. Please help! What do I need to do? What can I try? I've googled and searched this list and can't find anything. Here's an example from the logs: Feb 7 13:37:54 WARNING[32451] chan_zap.c: Detected alarm on channel 6: Red
2009 May 20
2
Manager ExtensionState function
Hi, I am trying to get the extension status (weather it has dialed outgoing call via SIP or IAX2), using the following piece of code however it always returns -1 on all the extensions (valid/invalid). Am i missing something ? Any help. Thanks ----------------------------------- #!/usr/bin/perl use Asterisk::Manager; use lib './lib', '../lib'; $|++; my $astman = new
2004 Dec 17
0
Red Alarm / Alarm Cleared Zaptel Issue (bug? )
Check with your telco. We had the same problem on 1 of our PRI's, every day at 5:00 sharp, red alarm, with all calls cut off for 30 seconds exactly. Turns out the equipment at the CO was going into a test loop at that time because of a forgotten setting by a tech. Man, what a finger pointing exercise that was. -----Original Message----- From: Matthew Boehm [mailto:mboehm@cytelcom.com] Sent:
2004 Dec 17
1
Red Alarm / Alarm Cleared Zaptel Issue (bug?)
Hello, About every 2 or 3 days I notice in the messages log file: Dec 17 08:39:27 WARNING[1220]: Detected alarm on channel 2: Red Alarm Dec 17 08:39:27 WARNING[1220]: Detected alarm on channel 3: Red Alarm Dec 17 08:39:27 WARNING[1220]: Detected alarm on channel 4: Red Alarm Dec 17 08:39:27 WARNING[1220]: Detected alarm on channel 5: Red Alarm Dec 17 08:39:27 WARNING[1220]: Detected alarm on
2008 Oct 06
3
Alarm events + asterisk dies
Hi All, I am getting these events in asterisk message log: NOTICE[16647] chan_zap.c: Got event 4 (Alarm)... NOTICE[16647] chan_zap.c: Alarm cleared on channel 1 after that asterisk exits silently until I restart it. Sometimes zapata drivers also get in a state where I need to physically restart the machine. Does anyone have any suggestions how to troubleshoot these alarm events? Roberts
2016 Jan 05
2
Detected alarm on channel 3: Red Alarm
Humm, if I put a filter in this lines, maybe back? 2016-01-05 12:36 GMT-02:00, Ryan, Travis <RyanT at oscarwinski.com>: > >> -----Original Message----- >> From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users- >> bounces at lists.digium.com] On Behalf Of Vitor Mazuco >> Sent: Tuesday, January 05, 2016 9:21 AM >> To: Asterisk Users Mailing
2016 Jan 05
3
Detected alarm on channel 3: Red Alarm
Hi everyone! I have a Digium Card TDM410 But, it appear for me this massege chan_dahdi.c:8061 handle_alarms: Detected alarm on channel 3: Red Alarm But my line is ok! But sometimes it back sig_analog.c:3807 analog_handle_init_event: Alarm cleared on channel 2 But it again back to red alarm. What can be happen? My lines is all ok! But when I put on Digium Card TDM410 is very inconsistent
2012 Nov 15
1
Detected alarm on channel 5: Red Alarm
Dear, i using this scenario. jitsi---> asterisk---->EPABX------> Local Telephone when i am calling from jitsi to no 88 its giving this message and getting busy tone. == Using SIP RTP CoS mark 5 -- Executing [88 at myphones:1] Dial("SIP/sandeep-00000004", "DAHDI/g0/88,20,rt") in new stack -- Called g0/88 [Nov 15 09:53:54] WARNING[3169]: chan_dahdi.c:7536
2011 Jan 11
1
Issue with Red Alarm with DAhDi
Hi! I have an analog line connected to my asterisk and when I try to answer a call I get this -- Starting simple switch on 'DAHDI/7-1' -- Executing [s at from-pstn:1] Answer("DAHDI/7-1", "") in new stack -- Executing [s at from-pstn:2] Playback("DAHDI/7-1", "vm-intro") in new stack -- <DAHDI/7-1> Playing 'vm-intro' (language
2004 Jun 13
0
Red alarm on T1 PRI but not on zttool
SYNOPSIS Erratic red alarm T1 PRI on asterisk, but zttool running concurrently during alarm shows no errors, irq misses, or alarms, on any span. Using asterisk and quad Digium T405P, configured as follows: Span 1 connects to ISDN PRI (fractional 8 B channels, D channel 24). Span 2 connects to T1 Mux and analog stations. Span 3 connects to ISDN PRI Nortel BCM hybrid key system digital trunk.
2005 Jul 18
0
why $cdr{'CALLERID'} and $cdr{'DNID'} are empty in perl agi connected with asterisk manager
hello perl experts i am working with "ast-rad-acc.pl" from http://www.voip-info.org/tiki-index.php?page=PortaOne+Radius+auth i dont know why $cdr{'DNID'} and $cdr{'CALLERID'} under 'sub send_acc {' are empty. i m successfully connected with asterisk manager and when call i hangup my perl application is getting that all other thing are ok but i dont know why only
2003 Mar 08
2
red alarm on wildcard
Alarms Span RED wildcard X101P Board1 OK wcusb/0 0 ive got my asterisk server up and running and working correctly, the first time after a reinstall and reboot everything was fine - i had both alarms OK and i could get the USB extension ringing when i ran the house number from my mobile. as soon as i tried again i got a red alarm on the wildcard board. now im using the sample
2004 Jul 02
0
TA750 + T100P configuration. flashing red alarm on t100p after running modprobe wct1xxp, ztcfg
(to mods: sorry for any extra work I've put you through. Posting from my work account, as proper) Hello all, I'm back. I've got that lucky feeling that this will all work out very soon, and I hope that that is true. The issue: In my * server I have a t100P, connected with a T1 crossover cable to an Adtran TA750 with 2 FXO cards. After I do 'modprobe wct1xxp;ztcfg' the alarm
2007 Jun 21
1
Zaptel wct2xxp driver causes LEDs to go black and RED alarm
Hi there, I've got two Asterisk hosted PBX servers with Digium TE210P cards attached by a E1 cable to Port 1 on each. On startup, both cards flash red, alternating between ports 1 and 2. When server #1 loads the Zaptel module and drivers, Port 1 status LED goes green. When server #2 loads the same module and drivers, Port 1 status LED goes completely blank. Unloading the wct2xxp
2011 Feb 21
1
T1 PRI shows yellow/red alarm
We are running Asterisk version 1.4.23-1, libpri-1.4.9 and zaptel-1.4.12.1 and two Digium TE220Ps. Debugs are set to 10. We have a T1 PRI connected to the telco. Over the last 4-5 days, we have getting Yellow/Red alarms coming from the T1 PRI. The other two ports in use are connected to internal test switches (Avaya Legend/Avaya Definity), and are not showing any errors.
2007 Feb 26
3
Yellow or Red alarm on TE110P ????
i get this message with a red signal on TE110P card: ***************** TE110P: span configured for... Calling startuo (flug is 4099) wcte1xxp: Setting yellow alarm ***************** what does mean ? thank you :)