Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] Set disable-transcoding in dialplan


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
kawarod at laposte.net
Guest





PostPosted: Mon Aug 31, 2009 10:06 am    Post subject: [Freeswitch-users] Set disable-transcoding in dialplan Reply with quote

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
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
msc at freeswitch.org
Guest





PostPosted: Mon Aug 31, 2009 11:45 am    Post subject: [Freeswitch-users] Set disable-transcoding in dialplan Reply with quote

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 <kawarod@laposte.net (kawarod@laposte.net)> wrote:
Quote:
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
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
kawarod at laposte.net
Guest





PostPosted: Thu Sep 03, 2009 2:00 am    Post subject: [Freeswitch-users] Set disable-transcoding in dialplan Reply with quote

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:
Phone-----G729----FS-----G729-----PEER_A

With PEER B, I want to use only G711, so:
Phone-----G711----FS-----G711-----PEER_B

In fact, I'd like to force FS announcing the codec list priority based
on the priority of the codec announced by the PEER, cause FS is unable
to transcode G729 <--> G711.

Tried a lot of things (greedy for codec-negociation, late_codec,
disable_transcoding, codec-prefs) without success.

If you have some clue.

regards,
rod

Michael Collins a écrit :
Quote:
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 <kawarod@laposte.net
<mailto:kawarod@laposte.net>> 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
FreeSWITCH-users@lists.freeswitch.org
<mailto:FreeSWITCH-users@lists.freeswitch.org>
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
FreeSWITCH-users@lists.freeswitch.org
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
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
nandy1925 at gmail.com
Guest





PostPosted: Thu Sep 03, 2009 7:31 pm    Post subject: [Freeswitch-users] Set disable-transcoding in dialplan Reply with quote

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 <kawarod@laposte.net (kawarod@laposte.net)> wrote:
Quote:
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:
   Phone-----G729----FS-----G729-----PEER_A

With PEER B, I want to use only G711, so:
   Phone-----G711----FS-----G711-----PEER_B

In fact, I'd like to force FS announcing the codec list priority based
on the priority of the codec announced by the PEER, cause FS is unable
to transcode G729 <--> G711.

Tried a lot of things (greedy for codec-negociation, late_codec,
disable_transcoding, codec-prefs) without success.

If you have some clue.

regards,
rod

Michael Collins a écrit :
Quote:
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 <kawarod@laposte.net (kawarod@laposte.net)

Quote:
<mailto:kawarod@laposte.net (kawarod@laposte.net)>> 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
    FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)

Quote:
    <mailto:FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)>
    http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
    UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
    http://www.freeswitch.org



Quote:
------------------------------------------------------------------------

Quote:

_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
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
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Back to top
kawarod at laposte.net
Guest





PostPosted: Fri Sep 04, 2009 1:08 am    Post subject: [Freeswitch-users] Set disable-transcoding in dialplan Reply with quote

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 Inband DTMF
in G711

But this feature doesn't work if I'm using proxy_media=true.

In fact my setup is the following:

CPE using G711A, G729 and SIP INFO for DTMF
PEER_A using G729 only and RFC_2833
PEER_B using G711 and SIP INFO

I have been able to make this works, with proxy_media=true for PEER_B
cause I don't need transcoding of DTMF (SIP INFO to SIP INFO).
For PEER_A, proxy_media is set to false (default) cause I need
transcoding SIP INFO to RFC2833. I'm able to use G729 using
codec_negotiation=greedy and setting G729 with highest priority on my
internal profile.

But the pbm is that I need to add PEER_C.
PEER_C needs G711 with transcoding DTMF from SIP_INFO to Inband.

And this is where I'm stuck, cause using "greedy settings and G729 with
priority 1 in my codec list and proxy_media=false" force FS to negotiate
G729 on leg A. But Leg B is willing to use G711 and FS is unable to
transcode G729 <---> G711.

I was wondering if there is a way for FS to force the codec order on Leg
A with some knowledge of the preferred codec on Leg B, ie I know that
Leg B will always use G711 so that I want to biase the SDP answer on Leg
A based on this fact.

regards,
rod

Nandy Dagondon a écrit :
Quote:
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 <kawarod@laposte.net
<mailto:kawarod@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 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:
Phone-----G729----FS-----G729-----PEER_A

With PEER B, I want to use only G711, so:
Phone-----G711----FS-----G711-----PEER_B

In fact, I'd like to force FS announcing the codec list priority based
on the priority of the codec announced by the PEER, cause FS is unable
to transcode G729 <--> G711.

Tried a lot of things (greedy for codec-negociation, late_codec,
disable_transcoding, codec-prefs) without success.

If you have some clue.

regards,
rod

Michael Collins a écrit :
Quote:
Check out this page:
http://wiki.freeswitch.org/wiki/Codec_negotiation

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

On Mon, Aug 31, 2009 at 8:00 AM, rod <kawarod@laposte.net
<mailto:kawarod@laposte.net>
Quote:
<mailto:kawarod@laposte.net <mailto:kawarod@laposte.net>>> 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
Quote:

So in my dialplan, I tried before bridging:

- <action application="set"
data="disable-transcoding=false"/>
Quote:
- <action application="start_dtmf_generate" data="true"/>

But I still see RFC2833 events between my FS and PEER and
the DTMF are
Quote:
not working.

So 2 questions:
- does application "start_dtmf_generate" requires transcoding
- if yes, can I set the variable disable-transcoding in
my dialplan
Quote:

regards,
rod

_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
<mailto:FreeSWITCH-users@lists.freeswitch.org>
Quote:
<mailto:FreeSWITCH-users@lists.freeswitch.org
<mailto:FreeSWITCH-users@lists.freeswitch.org>>
Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
Quote:
http://www.freeswitch.org



------------------------------------------------------------------------
Quote:

_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
<mailto:FreeSWITCH-users@lists.freeswitch.org>
Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
Quote:
http://www.freeswitch.org


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
<mailto:FreeSWITCH-users@lists.freeswitch.org>
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
FreeSWITCH-users@lists.freeswitch.org
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
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
nandy1925 at gmail.com
Guest





PostPosted: Fri Sep 04, 2009 1:50 am    Post subject: [Freeswitch-users] Set disable-transcoding in dialplan Reply with quote

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 <kawarod@laposte.net (kawarod@laposte.net)> wrote:
Quote:
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 Inband DTMF
in G711

But this feature doesn't work if I'm using proxy_media=true.

In fact my setup is the following:

CPE using G711A, G729 and SIP INFO for DTMF
PEER_A using G729 only and RFC_2833
PEER_B using G711 and SIP INFO

I have been able to make this works, with proxy_media=true for PEER_B
cause I don't need transcoding of DTMF (SIP INFO to SIP INFO).
For PEER_A, proxy_media is set to false (default) cause  I need
transcoding SIP INFO to RFC2833. I'm able to use G729 using
codec_negotiation=greedy and setting G729 with highest priority on my
internal profile.

But the pbm is that I need to add PEER_C.
PEER_C needs G711 with transcoding DTMF from SIP_INFO to Inband.

And this is where I'm stuck, cause using "greedy settings and G729 with
priority 1 in my codec list and proxy_media=false" force FS to negotiate
G729 on leg A. But Leg B is willing to use G711 and FS is unable to
transcode G729 <---> G711.

I was wondering if there is a way for FS to force the codec order on Leg
A with some knowledge of the preferred codec on Leg B, ie I know that
Leg B will always use G711 so that I want to biase the SDP answer on Leg
A based on this fact.

regards,
rod

Nandy Dagondon a écrit :
Quote:
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 <kawarod@laposte.net (kawarod@laposte.net)


Quote:
<mailto:kawarod@laposte.net (kawarod@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 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:
       Phone-----G729----FS-----G729-----PEER_A

    With PEER B, I want to use only G711, so:
       Phone-----G711----FS-----G711-----PEER_B

    In fact, I'd like to force FS announcing the codec list priority based
    on the priority of the codec announced by the PEER, cause FS is unable
    to transcode G729 <--> G711.

    Tried a lot of things (greedy for codec-negociation, late_codec,
    disable_transcoding, codec-prefs) without success.

    If you have some clue.

    regards,
    rod

    Michael Collins a écrit :
    > 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 <kawarod@laposte.net (kawarod@laposte.net)
    <mailto:kawarod@laposte.net (kawarod@laposte.net)>



Quote:
    > <mailto:kawarod@laposte.net (kawarod@laposte.net) <mailto:kawarod@laposte.net (kawarod@laposte.net)>>> 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
    >     FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
    <mailto:FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)>
    >     <mailto:FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
    <mailto:FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)>>
    >     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
    > FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
    <mailto:FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)>
    > 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
    FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
    <mailto:FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)>
    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
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
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
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Back to top
dmitry.bely at gmail.com
Guest





PostPosted: Fri Sep 04, 2009 6:37 am    Post subject: [Freeswitch-users] Set disable-transcoding in dialplan Reply with quote

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,G7221@32000h,G7221@16000h,G722,GSM,G729,G723"/>
<X-PRE-PROCESS cmd="set" data="outbound_codec_prefs=PCMU,PCMA,GSM,G729,G723"/>

sip_profiles/internal.xml
(...)
<param name="inbound-late-negotiation" value="true"/>

dialplan/default/01_example.com.xml
(...)
<action application="set" data="absolute_codec_string=G729"/>
<action application="bridge"
data="{absolute_codec_string='G729'}sofia/gateway/${default_gateway}/$1"/>

On Fri, Sep 4, 2009 at 9:54 AM, rod<kawarod@laposte.net> wrote:
Quote:
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 Inband DTMF
in G711

But this feature doesn't work if I'm using proxy_media=true.

In fact my setup is the following:

CPE using G711A, G729 and SIP INFO for DTMF
PEER_A using G729 only and RFC_2833
PEER_B using G711 and SIP INFO

I have been able to make this works, with proxy_media=true for PEER_B
cause I don't need transcoding of DTMF (SIP INFO to SIP INFO).
For PEER_A, proxy_media is set to false (default) cause  I need
transcoding SIP INFO to RFC2833. I'm able to use G729 using
codec_negotiation=greedy and setting G729 with highest priority on my
internal profile.

But the pbm is that I need to add PEER_C.
PEER_C needs G711 with transcoding DTMF from SIP_INFO to Inband.

And this is where I'm stuck, cause using "greedy settings and G729 with
priority 1 in my codec list and proxy_media=false" force FS to negotiate
G729 on leg A. But Leg B is willing to use G711 and FS is unable to
transcode G729 <---> G711.

I was wondering if there is a way for FS to force the codec order on Leg
A with some knowledge of the preferred codec on Leg B, ie I know that
Leg B will always use G711 so that I want to biase the SDP answer on Leg
A based on this fact.

regards,
rod

Nandy Dagondon a écrit :
Quote:
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 <kawarod@laposte.net
<mailto:kawarod@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 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:
       Phone-----G729----FS-----G729-----PEER_A

    With PEER B, I want to use only G711, so:
       Phone-----G711----FS-----G711-----PEER_B

    In fact, I'd like to force FS announcing the codec list priority based
    on the priority of the codec announced by the PEER, cause FS is unable
    to transcode G729 <--> G711.

    Tried a lot of things (greedy for codec-negociation, late_codec,
    disable_transcoding, codec-prefs) without success.

    If you have some clue.

    regards,
    rod

    Michael Collins a écrit :
    > 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 <kawarod@laposte.net
    <mailto:kawarod@laposte.net>
    > <mailto:kawarod@laposte.net <mailto:kawarod@laposte.net>>> 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

- Dmitry Bely

_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
kawarod at laposte.net
Guest





PostPosted: Mon Sep 07, 2009 1:13 am    Post subject: [Freeswitch-users] Set disable-transcoding in dialplan Reply with quote

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"
data="{absolute_codec_string='G729'}sofia/gateway/${default_gateway}/$1"/>

But I've never been successful using it this way.

When I tried: <action application="set"
data="absolute_codec_string=G729"/>
Everything went fine.

If others could check that absolute_codec_string doesn't work as
expected when used with application bridge and that it's not related to
my setup (I don't think so, but...), I'll open a jira ticket for the devs.

regards,
rod


Dmitry Bely a écrit :
Quote:
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,G7221@32000h,G7221@16000h,G722,GSM,G729,G723"/>
<X-PRE-PROCESS cmd="set" data="outbound_codec_prefs=PCMU,PCMA,GSM,G729,G723"/>

sip_profiles/internal.xml
(...)
<param name="inbound-late-negotiation" value="true"/>

dialplan/default/01_example.com.xml
(...)
<action application="set" data="absolute_codec_string=G729"/>
<action application="bridge"
data="{absolute_codec_string='G729'}sofia/gateway/${default_gateway}/$1"/>

On Fri, Sep 4, 2009 at 9:54 AM, rod<kawarod@laposte.net> wrote:

Quote:
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 Inband DTMF
in G711

But this feature doesn't work if I'm using proxy_media=true.

In fact my setup is the following:

CPE using G711A, G729 and SIP INFO for DTMF
PEER_A using G729 only and RFC_2833
PEER_B using G711 and SIP INFO

I have been able to make this works, with proxy_media=true for PEER_B
cause I don't need transcoding of DTMF (SIP INFO to SIP INFO).
For PEER_A, proxy_media is set to false (default) cause I need
transcoding SIP INFO to RFC2833. I'm able to use G729 using
codec_negotiation=greedy and setting G729 with highest priority on my
internal profile.

But the pbm is that I need to add PEER_C.
PEER_C needs G711 with transcoding DTMF from SIP_INFO to Inband.

And this is where I'm stuck, cause using "greedy settings and G729 with
priority 1 in my codec list and proxy_media=false" force FS to negotiate
G729 on leg A. But Leg B is willing to use G711 and FS is unable to
transcode G729 <---> G711.

I was wondering if there is a way for FS to force the codec order on Leg
A with some knowledge of the preferred codec on Leg B, ie I know that
Leg B will always use G711 so that I want to biase the SDP answer on Leg
A based on this fact.

regards,
rod

Nandy Dagondon a écrit :

Quote:
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 <kawarod@laposte.net
<mailto:kawarod@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 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:
Phone-----G729----FS-----G729-----PEER_A

With PEER B, I want to use only G711, so:
Phone-----G711----FS-----G711-----PEER_B

In fact, I'd like to force FS announcing the codec list priority based
on the priority of the codec announced by the PEER, cause FS is unable
to transcode G729 <--> G711.

Tried a lot of things (greedy for codec-negociation, late_codec,
disable_transcoding, codec-prefs) without success.

If you have some clue.

regards,
rod

Michael Collins a écrit :
Quote:
Check out this page:
http://wiki.freeswitch.org/wiki/Codec_negotiation

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

On Mon, Aug 31, 2009 at 8:00 AM, rod <kawarod@laposte.net
<mailto:kawarod@laposte.net>
Quote:
<mailto:kawarod@laposte.net <mailto:kawarod@laposte.net>>> 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
Quote:

So in my dialplan, I tried before bridging:

- <action application="set"
data="disable-transcoding=false"/>
Quote:
- <action application="start_dtmf_generate" data="true"/>

But I still see RFC2833 events between my FS and PEER and
the DTMF are
Quote:
not working.

So 2 questions:
- does application "start_dtmf_generate" requires transcoding
- if yes, can I set the variable disable-transcoding in
my dialplan
Quote:

regards,
rod


- Dmitry Bely

_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
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
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services