Hemant Arora
2005-Mar-09 15:37 UTC
[Asterisk-Users] Problem in Configuring Asterisk Server
Hi ALL, Below is what I did : Installed FC3 , Zaptel Drivers , libpri, Asterisk. E1 Card is - TE110P When I run modprobe it gives me the output below: Mar 10 04:18:26 asterisk kernel: ACPI: PCI interrupt 0000:00:0d.0[A] -> GSI 11 (level, low) -> IRQ 11 Mar 10 04:18:26 asterisk kernel: Controller version: 24 Mar 10 04:18:26 asterisk kernel: FALC version: 00000000 Mar 10 04:18:26 asterisk kernel: TE110P: Setting up global serial parameters for T1 FALC V1.2 Mar 10 04:18:26 asterisk kernel: TE110P: Successfully initialized serial bus for card Mar 10 04:18:26 asterisk kernel: Found a Wildcard: Digium Wildcard TE110P T1/E1 Mar 10 04:18:26 asterisk kernel: Registered tone zone 0 (United States / North America) Mar 10 04:18:26 asterisk kernel: TE110P: Span configured for ESF/B8ZS Mar 10 04:18:26 asterisk kernel: Calling startup (flags is 4099) Mar 10 04:18:26 asterisk kernel: wcte1xxp: Setting yellow alarm OutPut of ztcfg -vv Zaptel Configuration ===================== SPAN 1: CCS/HDB3 Build-out: 0 db (CSU)/0-133 feet (DSX-1) Channel map: Channel 01: Individual Clear channel (Default) (Slaves: 01) Channel 02: Individual Clear channel (Default) (Slaves: 02) Channel 03: Individual Clear channel (Default) (Slaves: 03) Channel 04: Individual Clear channel (Default) (Slaves: 04) Channel 05: Individual Clear channel (Default) (Slaves: 05) Channel 06: Individual Clear channel (Default) (Slaves: 06) Channel 07: Individual Clear channel (Default) (Slaves: 07) Channel 08: Individual Clear channel (Default) (Slaves: 08) Channel 09: Individual Clear channel (Default) (Slaves: 09) Channel 10: Individual Clear channel (Default) (Slaves: 10) Channel 11: Individual Clear channel (Default) (Slaves: 11) Channel 12: Individual Clear channel (Default) (Slaves: 12) Channel 13: Individual Clear channel (Default) (Slaves: 13) Channel 14: Individual Clear channel (Default) (Slaves: 14) Channel 15: Individual Clear channel (Default) (Slaves: 15) Channel 24: D-channel (Default) (Slaves: 24) 16 channels configured. In zaptel.conf the entries are : span=1,0,0,ccs,hdb3 bchan=1-15 # set this to 1-15,17-31 for E1 dchan=24 # set this to 16 for E1 loadzone = us defaultzone=us When I run asterisk it starts and gives me CLI> prompt. But the card on the machine keeps flashing red light and I read somewhere that it should show green light. The Card is connected to CBR port on the router through simple RJ45 straight cable. There are two questions I have : 1 - Why the card is flashing red and it should show green ? Just a not on the router the CBR is also showing red even if i dont plug the wire in. 2 - For E1 TE110P, What Config settings are needed in zaptel.conf and /etc/asterisk/zapata.conf.? Thanks for your help.