forked from mirrors/linphone-iphone
Remove DTMF sound in Dialer View
This commit is contained in:
parent
7ccdcbebcf
commit
5ab6a7ce1b
1 changed files with 0 additions and 1 deletions
|
|
@ -67,7 +67,6 @@
|
|||
if (addressField && (!dtmf || !linphone_core_in_call(LC))) {
|
||||
NSString *newAddress = [NSString stringWithFormat:@"%@%c", addressField.text, digit];
|
||||
[addressField setText:newAddress];
|
||||
linphone_core_play_dtmf(LC, digit, -1);
|
||||
} else {
|
||||
linphone_call_send_dtmf(linphone_core_get_current_call(LC), digit);
|
||||
linphone_core_play_dtmf(LC, digit, 100);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue