mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
Fix issue where remote ring is not heard during an outgoing call, if previously an incoming call has been declined.
This commit is contained in:
parent
63732921f9
commit
8352ebcafd
1 changed files with 1 additions and 0 deletions
|
|
@ -164,6 +164,7 @@ void CallPrivate::startRemoteRing () {
|
|||
if (as)
|
||||
audio_stream_unprepare_sound(as);
|
||||
if (lc->sound_conf.remote_ring) {
|
||||
ms_snd_card_set_stream_type(ringCard, MS_SND_CARD_STREAM_VOICE);
|
||||
lc->ringstream = ring_start(lc->factory, lc->sound_conf.remote_ring, 2000, ringCard);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue