1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-06 11:35:32 +00:00

sip: handle i_outbound 404 errors

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-03-03 16:31:58 +01:00
parent 7b54855f5e
commit 97a925ee39

View file

@ -374,6 +374,10 @@ sip_callback (nua_event_t event,
case nua_i_outbound:
g_debug ("status of outbound engine has changed: %03d %s", status, phrase);
if (status == 404)
CALLS_EMIT_MESSAGE (origin, "contact not found", GTK_MESSAGE_ERROR);
break;
case nua_i_state: