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

[#2471] No _audiortp variable anymore in sdipvoiplink

parent b7cf6403
No related branches found
No related tags found
No related merge requests found
......@@ -805,11 +805,6 @@ SIPVoIPLink::hangup (const CallID& id)
return false;
}
// Release RTP thread
if (Manager::instance().isCurrentCall (id)) {
_debug ("* SIP Info: Stopping AudioRTP for hangup\n");
_audiortp->stop();
}
// User hangup current call. Notify peer
status = pjsip_inv_end_session (call->getInvSession(), 404, NULL, &tdata);
......@@ -858,12 +853,6 @@ SIPVoIPLink::peerHungup (const CallID& id)
return false;
}
// Release RTP thread
if (Manager::instance().isCurrentCall (id)) {
_debug ("* SIP Info: Stopping AudioRTP for hangup\n");
_audiortp->stop();
}
// User hangup current call. Notify peer
status = pjsip_inv_end_session (call->getInvSession(), 404, NULL, &tdata);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment