fix 487 usage.

This commit is contained in:
Simon Morlat 2010-01-28 10:14:37 +01:00
parent 5f0a6d55d9
commit cda68ab8ad
2 changed files with 2 additions and 2 deletions

View file

@ -572,7 +572,7 @@ static bool_t call_failure(Sal *sal, eXosip_event_t *ev){
sr=SalReasonUnknown;
}else error=SalErrorNoResponse;
}
sal->callbacks.call_failure(op,error,sr,reason);
if (code!=487) sal->callbacks.call_failure(op,error,sr,reason);
return TRUE;
}

@ -1 +1 @@
Subproject commit d0aa4b8769792e491fec91cd4cab4105fd08bb8d
Subproject commit 6373022261b4a529400a0c0e1661b4d3e5ebc7c5