Don't warn if no Contact is received in a 387 SIP answer, that's used for something else.

git-svn-id: http://voip.null.ro/svn/yate@5509 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2013-05-28 16:59:13 +00:00
parent 41809cf352
commit 49ee729d37
1 changed files with 1 additions and 1 deletions

View File

@ -5918,7 +5918,7 @@ bool YateSIPConnection::process(SIPEvent* ev)
parameters().addParam("divert_screen",tmp);
}
}
else
else if (code != 387)
Debug(this,DebugMild,"Received %d redirect without Contact [%p]",code,this);
}
paramMutex().unlock();