Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_snapshot/
H A Dmod_snapshot.c205 switch_media_bug_flag_t flags = SMBF_READ_STREAM | SMBF_WRITE_STREAM | SMBF_READ_PING; in SWITCH_STANDARD_APP()
232 flags |= SMBF_READ_STREAM; in SWITCH_STANDARD_APP()
279 switch_media_bug_flag_t flags = SMBF_READ_STREAM | SMBF_WRITE_STREAM | SMBF_READ_PING; in SWITCH_STANDARD_API()
291 flags |= SMBF_READ_STREAM; in SWITCH_STANDARD_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_media_bug.c208 if (switch_test_flag(bug, SMBF_READ_STREAM)) { in switch_core_media_bug_inuse()
259 switch_test_flag(bug, SMBF_READ_STREAM) ? "yes" : "no", in switch_core_media_bug_read()
267 if (switch_test_flag(bug, SMBF_READ_STREAM)) { in switch_core_media_bug_read()
900 bug->flags = (SMBF_READ_STREAM | SMBF_WRITE_STREAM); in switch_core_media_bug_add()
903 if (switch_test_flag(bug, SMBF_READ_STREAM) || switch_test_flag(bug, SMBF_READ_PING)) { in switch_core_media_bug_add()
H A Dswitch_ivr_async.c2266 read_flags = SMBF_READ_STREAM | SMBF_READ_REPLACE; in switch_ivr_eavesdrop_session()
2624 switch_media_bug_flag_t flags = SMBF_READ_STREAM | SMBF_WRITE_STREAM | SMBF_READ_PING; in switch_ivr_record_session_event()
2690 flags &= ~SMBF_READ_STREAM; in switch_ivr_record_session_event()
2696 flags |= SMBF_READ_STREAM; in switch_ivr_record_session_event()
2828 flags &= ~SMBF_READ_STREAM; in switch_ivr_record_session_event()
2835 flags |= SMBF_READ_STREAM; in switch_ivr_record_session_event()
2895 if ((flags & SMBF_READ_STREAM)) { in switch_ivr_record_session_event()
5070 … speech_callback, sth, 0, SMBF_READ_STREAM | SMBF_NO_PAUSE, &sth->bug)) != SWITCH_STATUS_SUCCESS) { in switch_ivr_detect_speech_init()
H A Dswitch_core_io.c723 if (bp->ready && switch_test_flag(bp, SMBF_READ_STREAM)) { in switch_core_session_read_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_oreka/
H A Dmod_oreka.c627 flags = SMBF_READ_STREAM | SMBF_WRITE_STREAM | SMBF_READ_PING | SMBF_ANSWER_REQ; in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h1872 SMBF_READ_STREAM = (1 << 0), enumerator
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_shout/
H A Dmod_shout.c1297 SMBF_READ_STREAM | SMBF_WRITE_STREAM | SMBF_READ_PING, &bug) != SWITCH_STATUS_SUCCESS) { in do_telecast()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs41703 SMBF_READ_STREAM = (1 << 0), enumerator