state_processor   504 src/ftdm_state.c 	ftdm_assert_return(fchan->span->state_processor, FTDM_FAIL, "Cannot process states without a state processor!\n");
state_processor   509 src/ftdm_state.c 		fchan->span->state_processor(fchan);
state_processor  2010 src/ftmod/ftmod_libpri/ftmod_libpri.c 	span->state_processor = state_advance;
state_processor   897 src/ftmod/ftmod_pritap/ftmod_pritap.c 	span->state_processor = state_advance;
state_processor  1618 src/ftmod/ftmod_r2/ftmod_r2.c 	span->state_processor = ftdm_r2_state_advance;
state_processor  2676 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 	span->state_processor = state_advance;
state_processor  1092 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.c 	span->state_processor = ftdm_sangoma_isdn_process_state_change;
state_processor  1472 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.c 	span->state_processor = ftdm_sangoma_ss7_process_state_change;
state_processor   503 src/include/private/ftdm_core.h 	ftdm_channel_state_processor_t state_processor; /*!< This guy is called whenever state processing is required */