[Home]

Summary:ASTERISK-02618: tor2.c tor2_probe
Reporter:Martin Vit (festr)Labels:
Date Opened:2004-10-16 12:40:20Date Closed:2011-06-07 14:05:01
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:i have Tormenta 2 Quad T1/PRI or E1/PRA at 0xfeaff000/0xfeafe800 irq 209

Zaptel CVS 16.10.2004
Everythings goes right until /* Launch cards as appropriate */ in function tor2_probe in tor2.c

there is:

highestorder is 0 and cards[0] = my torisa card (not NULL pointer). cards[0]->order = 1 before this sequence start:

for (x=0;cards[x];x++) {
           if (cards[x]->order <= highestorder) {
               tor2_launch(cards[x]);
               if (cards[x]->order == highestorder)
                   f = 1;
           }
       }
as we can see, tor2_lauch will never run. This is bug. I dont know, what is cards[x]->order.

Is this right place for reporting bugs for tor2 driver?


Comments:By: Mark Spencer (markster) 2004-10-16 15:01:20

This is a technical support issue.  Please contact Digium technical support for further assistance assuming it's a digium card.