iotype 555 src/ftdm_io.c FT_DECLARE(ftdm_status_t) ftdm_span_create(const char *iotype, const char *name, ftdm_span_t **span) iotype 562 src/ftdm_io.c ftdm_assert_return(iotype != NULL, FTDM_FAIL, "No IO type provided\n"); iotype 568 src/ftdm_io.c if (!(fio = (ftdm_io_interface_t *) hashtable_search(globals.interface_hash, (void *)iotype))) { iotype 569 src/ftdm_io.c ftdm_load_module_assume(iotype); iotype 570 src/ftdm_io.c if ((fio = (ftdm_io_interface_t *) hashtable_search(globals.interface_hash, (void *)iotype))) { iotype 571 src/ftdm_io.c ftdm_log(FTDM_LOG_INFO, "Auto-loaded I/O module '%s'\n", iotype); iotype 577 src/ftdm_io.c ftdm_log(FTDM_LOG_CRIT, "failure creating span, no such I/O type '%s'\n", iotype); iotype 582 src/ftdm_io.c ftdm_log(FTDM_LOG_CRIT, "failure creating span, no configure_span method for I/O type '%s'\n", iotype); iotype 617 src/ftdm_io.c new_span->type = ftdm_strdup(iotype); iotype 861 src/include/freetdm.h FT_DECLARE(ftdm_status_t) ftdm_span_create(const char *iotype, const char *name, ftdm_span_t **span);