<div>Hi there,</div><div> </div><div>I am sending a DTMF key * through switch_core_session_send_dtmf() <in c++ code> during a session while an audio is playing through PlayAndGetDigits() in Mod_managed, but to my surprised I do not receive any DTMF event generated. Is there something else that I need to do? The status returns success. </div>
<div> </div><div>This is the actual code in my C++</div><div> </div><div>switch_dtmf_t dtmf = { '*', switch_core_default_dtmf_duration(0), 0};<br>switch_status_t dtmfStatus = switch_core_session_send_dtmf(curSession, &dtmf);</div>
<div> </div><div>Please let me know.</div><div> </div><div>Thanks,<br><br>Frankie</div>