linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] DTMF Re-inventing issue


From: Mounika A
Subject: [Linphone-developers] DTMF Re-inventing issue
Date: Wed, 22 Mar 2017 10:52:22 +0530

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.

reply via email to

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