Check out this page:<br><a href="http://wiki.freeswitch.org/wiki/Codec_negotiation">http://wiki.freeswitch.org/wiki/Codec_negotiation</a><br><br>Late negotiation will probably let you handle all the cases you need.<br>-MC<br>
<br><div class="gmail_quote">On Mon, Aug 31, 2009 at 8:00 AM, rod <span dir="ltr">&lt;<a href="mailto:kawarod@laposte.net">kawarod@laposte.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br>
<br>
I&#39;m wondering if I can do something like this:<br>
    - in my internal profile, I have this because of some PEER using G729:<br>
          - &lt;param name=&quot;disable-transcoding&quot; value=&quot;true&quot;/&gt;<br>
<br>
But for a specific PEER, I&#39;d like to activate transcoding:<br>
          - for this PEER, only G711 is used<br>
          - I&#39;d like to transcode DTMF SIP INFO or RFC2833 to INBAND<br>
<br>
So in my dialplan, I tried before bridging:<br>
<br>
    - &lt;action application=&quot;set&quot; data=&quot;disable-transcoding=false&quot;/&gt;<br>
    - &lt;action application=&quot;start_dtmf_generate&quot; data=&quot;true&quot;/&gt;<br>
<br>
But I still see RFC2833 events between my FS and PEER and the DTMF are<br>
not working.<br>
<br>
So 2 questions:<br>
    - does application &quot;start_dtmf_generate&quot; requires transcoding<br>
    - if yes, can I set the variable disable-transcoding in my dialplan<br>
<br>
regards,<br>
rod<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>