HelloI have the following system Asterisk 1.6.1dahdi 2.2.0.2 TE420P card Centos I have noticed that all the four lights are blinking(ie coming red and then off so on)... Previously I also noted that when dahdi drivers are not installed lights blink but one by one in sequence(like in marriage cermonies :P) and after dahdi installation lights get off ... but this time all at same time (blinking) Is this a problem ?? -- Best Regards Shakeel Abbas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090909/4a68c3bf/attachment.htm
By Connecting a loopback connector to a port the line turns green. http://i580.photobucket.com/albums/ss246/shakeelabbas/loop_back.jpg using dahdi show status i get this Description Alarms IRQ bpviol CRC4 Fra Codi Options LBO T4XXP (PCI) Card 0 Span 1 OK 0 0 0 CCS HDB3 CRC4 0 db (CSU)/0-133 feet (DSX-1) T4XXP (PCI) Card 0 Span 2 RED 0 0 0 CCS HDB3 CRC4 0 db (CSU)/0-133 feet (DSX-1) T4XXP (PCI) Card 0 Span 3 RED 0 0 0 CCS HDB3 CRC4 0 db (CSU)/0-133 feet (DSX-1) T4XXP (PCI) Card 0 Span 4 RED 0 0 0 CCS HDB3 CRC4 0 db (CSU)/0-133 feet (DSX-1) *CLI> [Sep 9 14:41:34] WARNING[9973]: chan_dahdi.c:11879 pri_dchannel: PRI Error on span 0: We think we're the CPE, but they think they're the CPE too. But I cant generate calls using the loop back connector and get the following error *CLI> [Sep 9 14:42:55] NOTICE[9981]: channel.c:3749 __ast_request_and_dial: Unable to request channel DAHDI/1/123 THANKS On Wed, Sep 9, 2009 at 12:47 PM, ABBAS SHAKEEL <shakeel.abbas.qau at gmail.com>wrote:> HelloI have the following system > > Asterisk 1.6.1dahdi 2.2.0.2 > > TE420P card > > Centos > > I have noticed that all the four lights are blinking(ie coming red and > then off so on)... > > Previously I also noted that when dahdi drivers are not installed lights > blink but one by one in sequence(like in marriage cermonies :P) and after > dahdi installation lights get off ... but this time all at same time > (blinking) > > > Is this a problem ?? > > -- > Best Regards > Shakeel Abbas > >-- Best Regards Shakeel Abbas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090909/e02c04eb/attachment.htm
Thank you very much Kevin P. Fleming & Christian .... It worked for me :) For information ..... I am using these settings given below After settings then in CLI console dial 123 at test_out if you plan test the board you can try make a E1/T1 cable https://www.juniper.net/techpubs/hardware/m40/m40-hwguide/html/pinout4.html<http://www.linkedin.com/redirect?url=https%3A%2F%2Fwww%2Ejuniper%2Enet%2Ftechpubs%2Fhardware%2Fm40%2Fm40-hwguide%2Fhtml%2Fpinout4%2Ehtml&urlhash=Xhw3&_t=tracking_disc> and connect two E1/T1 on the same board. In system.conf span=1,0,0,ccs,hdb3,crc4 # termtype: te bchan=1-15,17-31 dchan=16 echocanceller=mg2,1-15,17-31 span=2,1,0,ccs,hdb3,crc4 # termtype: te bchan=32-46,48-62 dchan=47 echocanceller=mg2,32-46,48-62 In chan_dahdi.conf [channels] callerid=asreceived resetinterval=never pridialplan=unknown signalling=pri_cpe switchtype=euroisdn immediate=yes group=0 context=test_in channel=1-15,17-31 group=1 signalling=pri_net context=test_out channel=32-46,48-62 And in extensions.conf [test_in] exten => s,1,Answer(); exten => s,n,Playback(tt-monkeys) exten => s,n,hangup(); [test_out] exten => _X.,1,dial(DAHDI/g1/${EXTEN},60,R) On Sat, Sep 12, 2009 at 3:23 AM, Christian Victor <christian at victormedia.de>wrote:> 2009/9/11 ABBAS SHAKEEL <shakeel.abbas.qau at gmail.com> > >> Thanks you very much Kevin.I will try it by connecting one end of >> Ethernet cable to one slot and other to second slot . Configuring one >> as pri_net and the other as pri_cpe. >> >> I will provide you feed on monday either i succed or not >> >> Remember that you CANT NOT use an Ethernet cross-over cable. You need to > get a E1 cross-over cable. Google for the pinout. > > Christian > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > AstriCon 2009 - October 13 - 15 Phoenix, Arizona > Register Now: http://www.astricon.net > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Best Regards Shakeel Abbas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090914/ba0e7f61/attachment.htm