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

[#2459] Make sure the stream is opened when the call is answered

Fix the issue concerning the audio which don't start when calling
the voicemail in IAX with the quick dial button
parent 8d649a6e
No related branches found
Tags android/release_271
No related merge requests found
......@@ -831,6 +831,7 @@ IAXVoIPLink::iaxHandleCallEvent (iax_event* event, IAXCall* call)
Manager::instance().peerAnsweredCall (id);
// start audio here?
audiolayer->startStream();
audiolayer->flushMain();
} else {
// deja connecté ?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment