Re: [Freeswitch-users] Set disable-transcoding in dialplan

2009-09-07 Thread rod
Hi Dmitry, thanks for your help, cause I've been able to set G729 when needed. What did the trick is the use of 'absolute_codec_string' defined using application set. I already tried to use this variable but using it like this: action application=bridge

Re: [Freeswitch-users] Set disable-transcoding in dialplan

2009-09-04 Thread rod
Hi Nandy, yes already tried this, but if I use proxy_media=true, FS makes no control on the content of the RTP stream. But the pbm is that I need to use this: http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_start_dtmf_generate This function enables transcoding of SIP_INFO or RFC2833 to

Re: [Freeswitch-users] Set disable-transcoding in dialplan

2009-09-04 Thread Nandy Dagondon
rod, it looks more complicated now when PEER C comes to the picture. i think we'll have to wait for the availability of g729 on FS, as per Anthony's post. /nandy On Fri, Sep 4, 2009 at 1:54 PM, rod kawa...@laposte.net wrote: Hi Nandy, yes already tried this, but if I use proxy_media=true,

Re: [Freeswitch-users] Set disable-transcoding in dialplan

2009-09-04 Thread Dmitry Bely
I had a similar problem when I needed to talk to a gateway using g729 while g711 was used by default. The following works for me: vars.xml (...) X-PRE-PROCESS cmd=set data=global_codec_prefs=PCMU,PCMA,g7...@32000h,g7...@16000h,G722,GSM,G729,G723/ X-PRE-PROCESS cmd=set

Re: [Freeswitch-users] Set disable-transcoding in dialplan

2009-09-03 Thread rod
Hi Michael, I did some tests but I haven't been successful, so there is what I'm trying to achieve: On A leg, my phone is using: PCMA and G729 (in this priority order) With PEER A, I want to use only G729 (thats is the only codec that this PEER support), so that the RTP flow will be:

Re: [Freeswitch-users] Set disable-transcoding in dialplan

2009-09-03 Thread Nandy Dagondon
rod, have you tried this? http://lists.freeswitch.org/pipermail/freeswitch-users/2008-March/002199.html /nandy On Thu, Sep 3, 2009 at 2:50 PM, rod kawa...@laposte.net wrote: Hi Michael, I did some tests but I haven't been successful, so there is what I'm trying to achieve: On A leg, my

[Freeswitch-users] Set disable-transcoding in dialplan

2009-08-31 Thread rod
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

Re: [Freeswitch-users] Set disable-transcoding in dialplan

2009-08-31 Thread Michael Collins
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 kawa...@laposte.net wrote: Hi all, I'm wondering if I can do something like this: - in my internal