timeslot 98 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c static int ftmod_ss7_next_timeslot(char *ch_map, sng_timeslot_t *timeslot); timeslot 2020 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c sng_timeslot_t timeslot; timeslot 2030 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c if (ftmod_ss7_next_timeslot(isupCkt->ch_map, ×lot)) { timeslot 2035 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c if ((timeslot.siglink) || (timeslot.gap)) { timeslot 2070 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c if (timeslot.siglink) { timeslot 2076 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c if (timeslot.channel) { timeslot 2096 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c if (isupCkt->span->channels[i]->physical_chan_id == timeslot.channel) { timeslot 2104 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c SS7_ERROR("Unable to find the requested channel %d in the FreeTDM channels!\n", timeslot.channel); timeslot 2239 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c static int ftmod_ss7_next_timeslot(char *ch_map, sng_timeslot_t *timeslot) timeslot 2250 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c memset(timeslot, 0x0, sizeof(sng_timeslot_t)); timeslot 2261 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c timeslot->siglink = 1; timeslot 2266 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c timeslot->hole = 1; timeslot 2279 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c timeslot->gap = 1; timeslot 2284 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c timeslot->hole = 1; timeslot 2322 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c timeslot->channel = atoi(tmp); timeslot 2323 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c lower = timeslot->channel + 1;