<div dir="ltr">Hello,<div><br></div><div>I have a problem with sending dtmf events (rfc2833) with uuid_send_dtmf api command.</div><div><br></div><div>FreeSWITCH Version 1.5.15b+git~20141118T231404Z~df423b88d6~64bit (git df423b8 2014-11-18 23:14:04Z 64bit)<br></div><div><br></div><div>First i originate the call and park it with the command:</div><div><br></div><div>originate {origination_caller_id_name=test}sofia/gateway/test/<a href="mailto:xxxxxxxx@yyy.zzz.com">xxxxxxxx@yyy.zzz.com</a> &amp;park()<br></div><div><br></div><div>The other side answers the call. I can see that rfc 2833 is negotiated in SDPs.<br></div><div><br></div><div><div>   SIP/2.0 200 Ok</div><div>   Via: SIP/2.0/UDP 46.174.232.238:5070;rport;branch=z9hG4bKFmQvapcNNp44m</div><div>   From: &quot;...&quot; &lt;sip:...@...&gt;;tag=35FN6HXZ3ry2F</div><div>   To: &lt;<a href="mailto:sip%3A12122777254@sip.12voip.com">sip:12122777254@sip.12voip.com</a>&gt;;tag=f0313ac544a16a82aee0b</div><div>   Contact: sip:...@...:5060</div><div>   Call-ID: f7b0d42d-ed32-1232-06a5-c03fd5651f3e</div><div>   CSeq: 68010140 INVITE</div><div>   Server: (Very nice Sip Registrar/Proxy Server)</div><div>   Allow: ACK,BYE,CANCEL,INVITE,REGISTER,OPTIONS,INFO,MESSAGE</div><div>   Content-Type: application/sdp</div><div>   Content-Length: 211</div></div><div><br></div><div><div>   v=0</div><div>   o=xxx 1416695524 1416695524 IN IP4 yyyy</div><div>   s=SIP Call</div><div>   c=IN IP4 yyyy</div><div>   t=0 0</div><div>   m=audio 27792 RTP/AVP 8 101</div><div>   a=rtpmap:8 PCMA/8000</div><div>   a=rtpmap:101 telephone-event/8000</div><div>   a=ptime:20</div></div><div><br></div><div><br></div><div>Then I try to send DTMF</div><div><br></div><div><div>freeswitch@internal&gt; uuid_send_dtmf 6022b884-7297-11e4-8682-fd8246740d0e 12345</div><div>-ERR no reply</div><div><br></div><div>2014-11-22 23:32:21.888589 [DEBUG] switch_core_io.c:1976 sofia/external/<a href="mailto:12122777254@sip.12voip.com">12122777254@sip.12voip.com</a> send dtmf</div><div>digit=1 ms=250 samples=2000</div><div>2014-11-22 23:32:21.888589 [DEBUG] switch_core_io.c:1976 sofia/external/<a href="mailto:12122777254@sip.12voip.com">12122777254@sip.12voip.com</a> send dtmf</div><div>digit=2 ms=250 samples=2000</div><div>2014-11-22 23:32:21.888589 [DEBUG] switch_core_io.c:1976 sofia/external/<a href="mailto:12122777254@sip.12voip.com">12122777254@sip.12voip.com</a> send dtmf</div><div>digit=3 ms=250 samples=2000</div><div>2014-11-22 23:32:21.888589 [DEBUG] switch_core_io.c:1976 sofia/external/<a href="mailto:12122777254@sip.12voip.com">12122777254@sip.12voip.com</a> send dtmf</div><div>digit=4 ms=250 samples=2000</div><div>2014-11-22 23:32:21.888589 [DEBUG] switch_core_io.c:1976 sofia/external/<a href="mailto:12122777254@sip.12voip.com">12122777254@sip.12voip.com</a> send dtmf</div><div>digit=5 ms=250 samples=2000</div></div><div><br></div><div><br></div><div>Unfortunatelly it doesn&#39;t work and I can&#39;t see any rtpevents in wireshark.</div><div><br></div><div>If I change dtmf-type in profile to info, i can see  sip info packets.</div><div><br></div><div><br></div><div>Please help</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>