Home
last modified time | relevance | path

Searched refs:tech_init (Results 1 – 8 of 8) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_reference/
H A Dmod_reference.c117 static void tech_init(private_t *tech_pvt, switch_core_session_t *session) in tech_init() function
424 tech_init(tech_pvt, *new_session); in channel_outgoing_channel()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_loopback/
H A Dmod_loopback.c132 static switch_status_t tech_init(loopback_private_t *tech_pvt, switch_core_session_t *session, swit… in tech_init() function
277 …if (tech_init(b_tech_pvt, b_session, switch_core_session_get_read_codec(session)) != SWITCH_STATUS… in channel_on_init()
976 tech_init(tech_pvt, session, frame->codec); in channel_write_frame()
977 tech_init(tech_pvt->other_tech_pvt, tech_pvt->other_session, frame->codec); in channel_write_frame()
1175 …if (tech_init(tech_pvt, *new_session, session ? switch_core_session_get_read_codec(session) : NULL… in channel_outgoing_channel()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skinny/
H A Dmod_skinny.h341 void tech_init(private_t *tech_pvt, skinny_profile_t *profile, switch_core_session_t *session);
H A Dmod_skinny.c671 void tech_init(private_t *tech_pvt, skinny_profile_t *profile, switch_core_session_t *session) in tech_init() function
1364 tech_init(tech_pvt, profile, nsession); in channel_outgoing_channel()
H A Dskinny_server.c135 tech_init(tech_pvt, listener->profile, nsession); in skinny_create_incoming_session()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_spandsp/
H A Dmod_spandsp_modem.c757 static switch_status_t tech_init(private_t *tech_pvt, switch_core_session_t *session) function
871 if (tech_init(tech_pvt, *new_session) != SWITCH_STATUS_SUCCESS) {
977 if (tech_init(tech_pvt, session) != SWITCH_STATUS_SUCCESS) {
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_unicall/
H A Dmod_unicall.c210 if (tech_init(tech_pvt, session, sigmsg->channel) != SWITCH_STATUS_SUCCESS) {
824 static void tech_init(private_t *tech_pvt, switch_core_session_t *session) in tech_init() function
1522 tech_init(tech_pvt, *new_session); in unicall_outgoing_channel()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/mod_freetdm/
H A Dmod_freetdm.c309 static switch_status_t tech_init(private_t *tech_pvt, switch_core_session_t *session, ftdm_channel_… in tech_init() function
1246 tech_init(hdata->tech_pvt, hdata->new_session, fchan, caller_data); in on_channel_found()
1846 if (tech_init(tech_pvt, session, sigmsg->channel, channel_caller_data) != SWITCH_STATUS_SUCCESS) { in ftdm_channel_from_event()