<div dir="ltr">Hi list,<br><br clear="all">Is there any way in asterisk by which I make a call from server and then dialplan(IVR system) gets DTMF from it. I mean to say that automatically DTMF is sended by channels as per user defined,<br>
<br>I read there is an application sendDTMF but I don&#39;t know how we can used it?<br><br>like A script make the call by using localdail, .call file or any method. And after landing the call we send dtmf to IVR system automatically as per my script..<br>

<br><br><b>extensions.conf:-</b><br><br>exten =&gt; 1234,1,Answer()<br>             same =&gt; n,Read(value,pleasePress1forSupportPress2forHelp,1,,10)<br>             same =&gt; n,NoOp(${value})<br>             same =&gt; n,ExecIf($[${value}=1]?Goto(suppot,1))<br>
             same =&gt; n,ExecIf($[${value}=2]?Goto(help,1))<br>             same =&gt; n,Hangup()<br><br>exten=&gt; support,1,Answer()<br>             same =&gt; n,NoOp(you are at support section)<br>             same =&gt; n,Hangup()<br>
<br>exten=&gt; help,1,Answer()<br>
             same =&gt; n,NoOp(you are at help section)<br>
             same =&gt; n,Hangup()<br><br><br>-- <br><div dir="ltr"><br>Thanks and regards<br><br> Virendra Bhati<br><a href="tel:%2B91-8885268942" value="+918885268942" target="_blank">+91-8885268942</a><br>
Software Engineer<br></div><br>
</div>