Modified ua_ua_event_handler due to upstream bug fix.
This commit is contained in:
@@ -234,9 +234,6 @@ static void ua_event_handler(struct ua *ua, enum ua_event ev,
|
|||||||
case UA_EVENT_MWI_NOTIFY:
|
case UA_EVENT_MWI_NOTIFY:
|
||||||
len = re_snprintf(event_buf, sizeof event_buf, "mwi notify,%s", prm);
|
len = re_snprintf(event_buf, sizeof event_buf, "mwi notify,%s", prm);
|
||||||
break;
|
break;
|
||||||
case UA_EVENT_AUDIO_ERROR:
|
|
||||||
mem_deref(call);
|
|
||||||
return;
|
|
||||||
case UA_EVENT_GET_PASSWORD:
|
case UA_EVENT_GET_PASSWORD:
|
||||||
get_password((char *)ua, (char *)call);
|
get_password((char *)ua, (char *)call);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user