<div>Hi, </div>
<div>I am new to the Freeswitch community, just compiled my first FS window version one month ago.</div>
<div>I have registered two SNOM 300 IP-Phone with extension 1001, 1002 into FS.</div>
<div>I also setup an external gateway as SIP trunk to service provider. (For certain reason, the service provider only accept INFO as the DTMF signal.)</div>
<div> </div>
<div>I add the following line into the external gateway profile</div>
<div>&lt;param name=&quot;dtmf-type&quot; value=&quot;info&quot;/&gt;</div>
<div> </div>
<div>I also add the following line into the dail-plan </div>
<div>&lt;action application = &quot;set&quot; data=&quot;dtmf_type=info&quot;/&gt;</div>
<div> </div>
<div>When I dail the phone number from extension 1001, the channel bridge through the SIP trunk with both-way audio no problem.</div>
<div>However, when I enter the DTMF, the signal did not send to the provider SIP trunk with SIP INFO.</div>
<div> </div>
<div>from the log file, I can see the DTMF was recorgnized by FreeSwitch from extension 1001 (it was sending RFC2933), and I can see FS try to send signal to the external trunk. (but no SIP INFO or RFC2833 in Wireshark capture)</div>

<div> </div>
<div>[DEBUG] switch_rtp.c:3303 RTP RECV DTMF 1:1280<br>2011-08-29 15:44:10.081713 [DEBUG] switch_ivr_bridge.c:391 Send signal <a href="mailto:sofia/external/2131234567@xxx.xxx.xxx.xxx:5060">sofia/external/2131234567@xxx.xxx.xxx.xxx:5060</a> [BREAK]<br>
2011-08-29 15:44:11.033081 [DEBUG] switch_rtp.c:3303 RTP RECV DTMF 2:1120<br>2011-08-29 15:44:11.033081 [DEBUG] switch_ivr_bridge.c:391 Send signal <a href="mailto:sofia/external/2131234567@xxx.xxx.xxx.xxx:5060">sofia/external/2131234567@xxx.xxx.xxx.xxx:5060</a> [BREAK]<br>
2011-08-29 </div>
<div> </div>
<div>Did I do something wrong here? Is FS capable of convert RFC2833 signal from one leg and send SIP INFO to another leg?</div>
<div> </div>
<div> </div>