Hello,
You probably need only one type dumf preference, do you want to use SIP Info and send dumf via sip ou sending dumf in the audio stream according to rfc 2833 ? linphone_core_set_use_info_for_dtmf(LC, true); should only be called once at appplication start if you want to send DTMF via SIP Info else call once at start : linphone_core_set_use_rfc2833_for_dtmf(LC, true);
What do you mean by re-inventing ? re-inviting ?
Regards,
REIS Benjamin Software engineer at Belledonne Communications
Hello team,
I am sending dtmf while proccessing call but it is being re-inventing how could i stop this.
Here my code.Im enabling these and i have sending dtmf like this.Please let me know if there any modiications.
[self setBool:YES forKey:@"rfc_dtmf_preference"]; [self setBool:YES forKey:@"sipinfo_dtmf_preference"]; linphone_core_set_use_info_for_dtmf(LC, true); char *mKeyCode = "*someCode"; linphone_call_send_dtmfs(linphone_core_get_current_call(LC), mKeyCode);
Thanks&Regards,
Mounika.A.
_______________________________________________ Linphone-developers mailing list address@hiddenhttps://lists.nongnu.org/mailman/listinfo/linphone-developers
|