Check out this page:
http://wiki.freeswitch.org/wiki/Codec_negotiation

Late negotiation will probably let you handle all the cases you need.
-MC

On Mon, Aug 31, 2009 at 8:00 AM, rod <[email protected]> wrote:

> Hi all,
>
> I'm wondering if I can do something like this:
>    - in my internal profile, I have this because of some PEER using G729:
>          - <param name="disable-transcoding" value="true"/>
>
> But for a specific PEER, I'd like to activate transcoding:
>          - for this PEER, only G711 is used
>          - I'd like to transcode DTMF SIP INFO or RFC2833 to INBAND
>
> So in my dialplan, I tried before bridging:
>
>    - <action application="set" data="disable-transcoding=false"/>
>    - <action application="start_dtmf_generate" data="true"/>
>
> But I still see RFC2833 events between my FS and PEER and the DTMF are
> not working.
>
> So 2 questions:
>    - does application "start_dtmf_generate" requires transcoding
>    - if yes, can I set the variable disable-transcoding in my dialplan
>
> regards,
> rod
>
> _______________________________________________
> FreeSWITCH-users mailing list
> [email protected]
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
_______________________________________________
FreeSWITCH-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to