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

Fix for bug ticket #94

parent 93eeb98b
No related branches found
No related tags found
No related merge requests found
......@@ -1036,7 +1036,7 @@ void UserAgent::call_on_tsx_changed(pjsip_inv_session *inv, pjsip_transaction *t
accId = Manager::instance().getAccountFromCall(call->getCallId());
link = dynamic_cast<SIPVoIPLink *> (Manager::instance().getAccountLink(accId));
if (link) {
link->SIPCallReleased(call);
link->SIPCallClosed(call);
}
}
break;
......
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