mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
play dtmf also when in call
This commit is contained in:
parent
3a4e2f8896
commit
ead9b92605
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,8 @@
|
|||
[self performSelector:@selector(doKeyZeroLongPress) withObject:nil afterDelay:0.5];
|
||||
}
|
||||
} else {
|
||||
linphone_core_send_dtmf([LinphoneManager getLc],mDigit);
|
||||
linphone_core_send_dtmf([LinphoneManager getLc],mDigit);
|
||||
linphone_core_play_dtmf([LinphoneManager getLc], mDigit, 100);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue