sangomabc_short_event_t  100 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 	sangomabc_short_event_t event;
sangomabc_short_event_t  243 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c static ftdm_channel_t *find_ftdmchan(ftdm_span_t *span, sangomabc_short_event_t *event, int force)
sangomabc_short_event_t  536 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c static void handle_call_progress(ftdm_span_t *span, sangomabc_connection_t *mcon, sangomabc_short_event_t *event)
sangomabc_short_event_t  573 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c static void handle_call_start_ack(sangomabc_connection_t *mcon, sangomabc_short_event_t *event)
sangomabc_short_event_t  650 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 		if ((ftdmchan = find_ftdmchan(OUTBOUND_REQUESTS[event->call_setup_id].span, (sangomabc_short_event_t*)event, 1))) {
sangomabc_short_event_t  699 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c static void handle_call_done(ftdm_span_t *span, sangomabc_connection_t *mcon, sangomabc_short_event_t *event)
sangomabc_short_event_t  750 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c static void handle_call_start_nack(ftdm_span_t *span, sangomabc_connection_t *mcon, sangomabc_short_event_t *event)
sangomabc_short_event_t  835 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c static void handle_call_released(ftdm_span_t *span, sangomabc_connection_t *mcon, sangomabc_short_event_t *event)
sangomabc_short_event_t  855 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c static void handle_call_stop(ftdm_span_t *span, sangomabc_connection_t *mcon, sangomabc_short_event_t *event)
sangomabc_short_event_t  919 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c static void handle_call_answer(ftdm_span_t *span, sangomabc_connection_t *mcon, sangomabc_short_event_t *event)
sangomabc_short_event_t  971 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 	if (!(ftdmchan = find_ftdmchan(span, (sangomabc_short_event_t*)event, 0))) {
sangomabc_short_event_t  972 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 		if ((ftdmchan = find_ftdmchan(span, (sangomabc_short_event_t*)event, 1))) {
sangomabc_short_event_t 1091 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c static void handle_call_loop_start(ftdm_span_t *span, sangomabc_connection_t *mcon, sangomabc_short_event_t *event)
sangomabc_short_event_t 1096 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 	if (!(ftdmchan = find_ftdmchan(span, (sangomabc_short_event_t*)event, 0))) {
sangomabc_short_event_t 1128 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c static void handle_call_loop_stop(ftdm_span_t *span, sangomabc_connection_t *mcon, sangomabc_short_event_t *event)
sangomabc_short_event_t 1131 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 	if (!(ftdmchan = find_ftdmchan(span, (sangomabc_short_event_t*)event, 1))) {
sangomabc_short_event_t 1147 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c static void handle_heartbeat(sangomabc_connection_t *mcon, sangomabc_short_event_t *event)
sangomabc_short_event_t 1165 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c static void handle_restart_ack(sangomabc_connection_t *mcon, ftdm_span_t *span, sangomabc_short_event_t *event)
sangomabc_short_event_t 1176 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c static void handle_restart(sangomabc_connection_t *mcon, ftdm_span_t *span, sangomabc_short_event_t *event)
sangomabc_short_event_t 1198 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 	if (!(ftdmchan = find_ftdmchan(span, (sangomabc_short_event_t *)event, 1))) {
sangomabc_short_event_t 1229 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c static ftdm_channel_t* event_process_states(ftdm_span_t *span, sangomabc_short_event_t *event) 
sangomabc_short_event_t 1251 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c             if (!(ftdmchan = find_ftdmchan(span, (sangomabc_short_event_t*)event, 1))) {
sangomabc_short_event_t 1279 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c static int parse_sangoma_event(ftdm_span_t *span, sangomabc_connection_t *mcon, sangomabc_short_event_t *event)
sangomabc_short_event_t 1958 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 			parse_sangoma_event(span, pcon, (sangomabc_short_event_t*)event);
sangomabc_short_event_t 2446 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 	sangomabc_short_event_t *shortmsg = NULL;
sangomabc_short_event_t   95 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c static void sangomabc_print_event_short(sangomabc_connection_t *mcon, sangomabc_short_event_t *event, int priority, int dir, const char *file, const char *func, int line)
sangomabc_short_event_t  227 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 	sangomabc_short_event_t sevent;
sangomabc_short_event_t  268 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c     sangomabc_short_event_t oevent;
sangomabc_short_event_t  325 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 	} else if (bytes == sizeof(sangomabc_short_event_t)) {
sangomabc_short_event_t  346 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 			sangomabc_print_event_short(mcon, (sangomabc_short_event_t*)&mcon->event, 0, 0, file, func, line);
sangomabc_short_event_t  408 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 	if (bytes == sizeof(sangomabc_short_event_t)) {
sangomabc_short_event_t  413 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 			sangomabc_print_event_short(mcon, (sangomabc_short_event_t*)&mcon->event, 1, 0, file, func, line);
sangomabc_short_event_t  441 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 		event_size=sizeof(sangomabc_short_event_t);
sangomabc_short_event_t  468 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 		sangomabc_print_event_short(mcon, (sangomabc_short_event_t*)event, 0, 1, file, func, line);
sangomabc_short_event_t  501 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 		event_size=sizeof(sangomabc_short_event_t);
sangomabc_short_event_t  523 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 		sangomabc_print_event_short(mcon, (sangomabc_short_event_t*)event, 1, 1, file, func, line);
sangomabc_short_event_t  549 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c void sangomabc_event_init(sangomabc_short_event_t *event, sangomabc_event_id_t event_id, int chan, int span)
sangomabc_short_event_t  554 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 		memset(event, 0, sizeof(sangomabc_short_event_t));
sangomabc_short_event_t  142 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.h void sangomabc_event_init(sangomabc_short_event_t *event, sangomabc_event_id_t event_id, int chan, int span);