rstInd            407 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.h ftdm_status_t set_restart_ind_ie(ftdm_channel_t *ftdmchan, RstInd *rstInd);
rstInd           1141 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c 	if (!rstEvnt->rstInd.eh.pres || !rstEvnt->rstInd.rstClass.pres) {
rstInd           1146 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c 	switch(rstEvnt->rstInd.rstClass.val) {
rstInd           1171 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c 			ftdm_log(FTDM_LOG_CRIT, "Invalid restart indicator class:%d\n", rstEvnt->rstInd.rstClass.val);
rstInd            443 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_out.c 	set_restart_ind_ie(ftdmchan, &rstEvnt.rstInd);
rstInd            902 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c ftdm_status_t set_restart_ind_ie(ftdm_channel_t *ftdmchan, RstInd *rstInd)
rstInd            904 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	rstInd->eh.pres = PRSNT_NODEF;
rstInd            905 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	rstInd->rstClass.pres = PRSNT_NODEF;
rstInd            906 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	rstInd->rstClass.val = IN_CL_INDCHAN;