From 3397123acbcd2996082b23982e572d1511a4d991 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Wed, 24 Mar 2010 17:06:11 +0100 Subject: [PATCH] report 487 also. --- coreapi/sal_eXosip2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/sal_eXosip2.c b/coreapi/sal_eXosip2.c index cc943e45a..ef052532d 100644 --- a/coreapi/sal_eXosip2.c +++ b/coreapi/sal_eXosip2.c @@ -959,7 +959,7 @@ static bool_t call_failure(Sal *sal, eXosip_event_t *ev){ sr=SalReasonUnknown; }else error=SalErrorNoResponse; } - if (code!=487) sal->callbacks.call_failure(op,error,sr,reason); + sal->callbacks.call_failure(op,error,sr,reason); return TRUE; }