<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'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 => 1234,1,Answer()<br> same => n,Read(value,pleasePress1forSupportPress2forHelp,1,,10)<br> same => n,NoOp(${value})<br> same => n,ExecIf($[${value}=1]?Goto(suppot,1))<br>
same => n,ExecIf($[${value}=2]?Goto(help,1))<br> same => n,Hangup()<br><br>exten=> support,1,Answer()<br> same => n,NoOp(you are at support section)<br> same => n,Hangup()<br>
<br>exten=> help,1,Answer()<br>
same => n,NoOp(you are at help section)<br>
same => 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>