Skip to content
Snippets Groups Projects
Commit fa0f8f28 authored by Yun Liu's avatar Yun Liu
Browse files

Remove the port comparision part temparorily

parent fd7593e4
No related branches found
No related tags found
No related merge requests found
......@@ -386,9 +386,6 @@ bool UserAgent::addAccount(AccountID id, pjsip_regc **regc2, const std::string&
pj_strdup2(_pool, &aor, tmp.data());
if (_localExternPort == 5060)
_localExternPort = port;
sprintf(contactTmp, "<sip:%s@%s:%d>", user.data(), _localExternAddress.data(), _localExternPort);
pj_strdup2(_pool, &contact, contactTmp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment