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

#6109: Stop fileplayback for outgoing call

parent 06ad78ab
No related branches found
No related tags found
No related merge requests found
......@@ -257,6 +257,8 @@ bool ManagerImpl::outgoingCall (const std::string& account_id,
_debug ("Manager: New outgoing call %s to %s", call_id.c_str(), to.c_str());
stopTone();
CallID current_call_id = getCurrentCallId();
if (hookPreference.getNumberEnabled()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment