search for: ss7_chan

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

Did you mean: smp_chan
2009 Mar 20
1
chan_ss7 with ringing, but no voice stream.
...pport the call group. i modify the code. now the problem is that, both sides can hear the ring, but i can not hear the voice from each other. i think the ss7 does not send the voice steam to the destination. in chan_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->r...