Skip to content
Snippets Groups Projects
Commit ac5e54d6 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

#9975: Fix account registration status display

parent 0f08d546
No related branches found
No related tags found
No related merge requests found
......@@ -1613,11 +1613,6 @@ void registration_cb(pjsip_regc_cbparam *param)
return;
}
if(param->code == 200) {
account->setRegister(true);
account->setRegistrationState(Registered);
}
if (account->isContactUpdateEnabled())
update_contact_header(param, account);
......
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