Hello users,<br><br>i am new to this group.<br><br>my system configuration<br><br>asterisk-1.4.25 <br>asterisk-addons-1.4.7<br>dahdi-linux-2.2.0.2<br>dahdi-tools-2.2.0<br>libpri-1.4.10.1<br>skypeforasterisk-1.4_1.0.6-x86_32<br>
<br><br>i have SkypeForAsterisk successfully installed.<br>its working fine when i make inbound calls and outbound calls.<br>the DTMF is working fine with the incoming calls on skype channel .<br><br>i have a specific requirement where i will originate the call on Skype channel<br>
using the JAVA Manager API and once the call is answered i will route to my<br>internal dial plan logic where i will use the PBX futures to select extension to go etc..<br>which i want to implement based on the user selection of DTMF tones.<br>
<br>but i am unable to get any DTMF digits in this particular case.<br><br>i tried with the both cases<br><br>i) Originate Skype/skypeuser  extension s@from-skype  # from Asterisk CLI<br>ii)using JavaManager API<br><br>extensions.conf<br>
<br>[from-skype]<br><br>exten =&gt; s,1,NoOp(call form Skype channel)<br>exten =&gt; s,n,Background(welcome)<br>exten =&gt; s,n,WaitExten(5)<br><br>exten =&gt; 1,1,Dial(SIP/1000,20,r)<br>exten =&gt; 1,n,Hangup()<br><br>exten =&gt; 2,1,Dial(SIP/2000,20,r)<br>
exten =&gt; 2,n,Hangup()<br><br>debug:<br><br>i tried &quot;core set debug channel Skype/xxxxx&quot; to see any DTMF digits is on the channel<br>but i didnt find any DTMF tones to be coming on the channel<br><br><br>please advise me how can i make it work.<br>
<br><br>