mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
Start dtmf stream when all calls have ended.
This has the effect to be able to play DTMFs faster and also resets the audio route when using bluetooth. This allows the route selection to work correctly on next outgoing call.
This commit is contained in:
parent
892bcefa2c
commit
667f04991a
1 changed files with 2 additions and 0 deletions
|
|
@ -472,6 +472,8 @@ static void linphone_iphone_display_status(struct _LinphoneCore * lc, const char
|
|||
[self removeCTCallCenterCb];
|
||||
bluetoothAvailable = FALSE;
|
||||
bluetoothEnabled = FALSE;
|
||||
/*IOS specific*/
|
||||
linphone_core_start_dtmf_stream(theLinphoneCore);
|
||||
}
|
||||
if (incallBgTask) {
|
||||
[[UIApplication sharedApplication] endBackgroundTask:incallBgTask];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue