From 812c9635b33912162730ddd3289f8963b5b8ca68 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Sat, 15 Aug 2020 11:48:58 +0300 Subject: [PATCH] Modified ua_ua_event_handler due to upstream bug fix. --- app/src/main/cpp/baresip.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/src/main/cpp/baresip.c b/app/src/main/cpp/baresip.c index 5e47e12a..aa22290c 100644 --- a/app/src/main/cpp/baresip.c +++ b/app/src/main/cpp/baresip.c @@ -234,9 +234,6 @@ static void ua_event_handler(struct ua *ua, enum ua_event ev, case UA_EVENT_MWI_NOTIFY: len = re_snprintf(event_buf, sizeof event_buf, "mwi notify,%s", prm); break; - case UA_EVENT_AUDIO_ERROR: - mem_deref(call); - return; case UA_EVENT_GET_PASSWORD: get_password((char *)ua, (char *)call); return;