linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] send # and * dtmf tone


From: Lindsey Vastola
Subject: [Linphone-developers] send # and * dtmf tone
Date: Tue, 29 Aug 2017 12:29:15 -0400

I am trying to find a way to send # and * through dtmf. 

I have tried different values for # and * but they have all failed so far. Sending for 0-9 works and here is my latest attempt:

if digit == 11 {

linphone_call_send_dtmf(lc, 35)

} else if digit == 10 {

linphone_call_send_dtmf(lc, 42)

} else {

linphone_call_send_dtmf(lc, digit)

} 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]