search for: next_idl

Displaying 1 result from an estimated 1 matches for "next_idl".

Did you mean: next_id
2009 Mar 20
1
chan_ss7 with ringing, but no voice stream.
...ss7, i added: =================================================== static struct ss7_chan *cic_hunt_even_mru(struct linkset* linkset) { struct ss7_chan *cur, *prev, *best, *best_prev; best = NULL; best_prev = NULL; for(cur = linkset->idle_list, prev = NULL; cur != NULL; prev = cur, cur = cur->next_idle) { /* Don't select lines that are resetting or blocked. */ ? if(!cur->reset_done || (cur->blocked & (BL_LH|BL_RM|BL_RH|BL_UNEQUIPPED|BL_LINKDOWN))) { ? ? continue; ? ? } /* if((cur->cic % 2) == 0) {? */ /*change to this*/ if(((cur->cic % 2) == 0)&&0==strcasecmp(cur-&gt...