Skip to content

Commit 1f55caf

Browse files
fix error events not notified #18 from develop
fix error events not notified by module #17
2 parents e766b9d + 2d6d5a4 commit 1f55caf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openai_audio_streamer_glue.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ class AudioStreamer {
284284

285285
if(jsType && strstr(jsType, "error")) {
286286
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "(%s) processMessage - error: %s\n", m_sessionId.c_str(), message.c_str());
287-
status = SWITCH_TRUE;
288287

289288
} else if(jsType && strcmp(jsType, "input_audio_buffer.speech_started") == 0) {
290289
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "(%s) processMessage - speech started\n", m_sessionId.c_str());

0 commit comments

Comments
 (0)