Propagate trace_id to user.auth.

git-svn-id: http://yate.null.ro/svn/yate/trunk@6407 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
oana 2020-04-23 11:21:35 +00:00
parent 636e41a2cd
commit 931d583b48
1 changed files with 1 additions and 0 deletions

View File

@ -4869,6 +4869,7 @@ bool YateSIPEngine::checkUser(String& username, const String& realm, const Strin
m.copyParam(*params,"called");
m.copyParam(*params,"billid");
m.copyParam(*params,"expires");
m.copyParam(*params,"trace_id");
}
if (authLine && m_foreignAuth) {
m.addParam("auth",*authLine);