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:
parent
7b54855f5e
commit
97a925ee39
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue