removed doubling of 'Contact: ' (is in AmSipDialog now)

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@665 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 19 years ago
parent 3d4af962cd
commit 5ba73640d4

@ -1296,6 +1296,6 @@ string BrpcCtrlInterface::getContact(const string &displayName,
localUri += hdrParams;
}
return SIP_HDR_COLSP(SIP_HDR_CONTACT) + localUri + CRLF;
return localUri;
}

@ -246,5 +246,5 @@ string UnixCtrlInterface::getContact(const string &displayName,
localUri += hdrParams;
}
return SIP_HDR_COLSP(SIP_HDR_CONTACT) + localUri + CRLF;
return localUri;
}

Loading…
Cancel
Save