mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
stop dtmf stream before starting a new call
This commit is contained in:
parent
7eee8c9169
commit
93bed082d2
1 changed files with 1 additions and 1 deletions
|
|
@ -2070,7 +2070,7 @@ int linphone_core_start_invite(LinphoneCore *lc, LinphoneCall *call, LinphonePro
|
||||||
sal_op_set_contact(call->op, contact);
|
sal_op_set_contact(call->op, contact);
|
||||||
ms_free(contact);
|
ms_free(contact);
|
||||||
}
|
}
|
||||||
|
linphone_core_stop_dtmf_stream(lc);
|
||||||
linphone_call_init_media_streams(call);
|
linphone_call_init_media_streams(call);
|
||||||
if (lc->ringstream==NULL)
|
if (lc->ringstream==NULL)
|
||||||
audio_stream_prepare_sound(call->audiostream,lc->sound_conf.play_sndcard,lc->sound_conf.capt_sndcard);
|
audio_stream_prepare_sound(call->audiostream,lc->sound_conf.play_sndcard,lc->sound_conf.capt_sndcard);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue