mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 21:58:08 +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
221f3bcd8e
commit
3eae070874
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