sip: handle i_outbound 404 errors
This commit is contained in:
@@ -374,6 +374,10 @@ sip_callback (nua_event_t event,
|
|||||||
|
|
||||||
case nua_i_outbound:
|
case nua_i_outbound:
|
||||||
g_debug ("status of outbound engine has changed: %03d %s", status, phrase);
|
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;
|
break;
|
||||||
|
|
||||||
case nua_i_state:
|
case nua_i_state:
|
||||||
|
|||||||
Reference in New Issue
Block a user