linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] DTMF Re-inventing issue


From: Benjamin Reis
Subject: Re: [Linphone-developers] DTMF Re-inventing issue
Date: Wed, 22 Mar 2017 09:10:01 +0100

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

Le 22 mars 2017 à 06:22, Mounika A <address@hidden> a écrit :

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@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


reply via email to

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