Home
last modified time | relevance | path

Searched refs:spandsp_tdd_encode_session (Results 1 – 3 of 3) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_spandsp/
H A Dmod_spandsp.h169 switch_status_t spandsp_tdd_encode_session(switch_core_session_t *session, const char *text);
H A Dmod_spandsp.c88 spandsp_tdd_encode_session(session, text); in SWITCH_STANDARD_APP()
189 spandsp_tdd_encode_session(session, message); in tdd_event_handler()
436 spandsp_tdd_encode_session(psession, text); in SWITCH_STANDARD_API()
H A Dmod_spandsp_dsp.c248 switch_status_t spandsp_tdd_encode_session(switch_core_session_t *session, const char *text) in spandsp_tdd_encode_session() function