*** empty log message ***

git-svn-id: http://voip.null.ro/svn/yate@570 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2005-11-08 14:02:38 +00:00
parent 25108fb81d
commit 37c2104b78
1 changed files with 2 additions and 1 deletions

View File

@ -414,7 +414,8 @@ void SIPMessage::complete(SIPEngine* engine, const char* user, const char* domai
tmp << version << "/" << getParty()->getProtoName();
tmp << " " << getParty()->getLocalAddr() << ":" << getParty()->getLocalPort();
hl = new SIPHeaderLine("Via",tmp);
hl->setParam("rport");
if (!(isAnswer() || isACK()))
hl->setParam("rport");
header.append(hl);
}
if (!(isAnswer() || hl->getParam("branch"))) {