<div dir="ltr"><div><div>Hello,<br><br></div>In my simple C application I want to send 
dtmfs. This is quite easy - you just call esl_execute(&quot;send_dtmf&quot;, 
&quot;1234&quot;, uuid); and it works. However, ESL returns 
ESL_EVENT_CHANNEL_EXECUTE_COMPLETE way to fast - even before it starts dtmfs generation!<br>
</div><br>How can I know, when dtmfs were really generated? So far, the 
only method is to issue some sleep(), but it looks like big workaround.</div>