From 5f4810cdc6639421927a95b7e5e34ebedc79313c Mon Sep 17 00:00:00 2001 From: Alexandre Savard <alexandresavard@alexandresavard-desktop.(none)> Date: Thu, 19 Nov 2009 14:48:45 -0500 Subject: [PATCH] [#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 --- sflphone-common/src/iax/iaxvoiplink.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sflphone-common/src/iax/iaxvoiplink.cpp b/sflphone-common/src/iax/iaxvoiplink.cpp index fd486a14fe..b9421ebaf3 100644 --- a/sflphone-common/src/iax/iaxvoiplink.cpp +++ b/sflphone-common/src/iax/iaxvoiplink.cpp @@ -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é ? -- GitLab