play dtmf also when in call

This commit is contained in:
Simon Morlat 2011-02-09 12:32:15 +01:00
parent 3a4e2f8896
commit ead9b92605

View file

@ -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);
}
}