[Freeswitch-users] Transcoding with Manual Redirect

Anthony Minessale anthony.minessale at gmail.com
Tue Apr 5 05:53:39 MSD 2011


if the call has already received a 183 or 200, the absolute codec
string will not work.
you may need to enable late-negotiation in your sofia profile.


On Mon, Apr 4, 2011 at 1:43 PM, Lon Baker <lon at kickasspixels.com> wrote:
> I'm trying to force transcoding from PCMU/A to G722 or fallback. I have it
> working through a normal bridge dialplan.
> Another scenario I'm working on is when I receive a call, bridge it to
> another server which issues a redirect. Using the manual redirect settings
> and dialplan context, the following is not working.
> <context name="redirected">
>  <extension name="redirected">
>   <condition field="${sip_redirect_dialstring}"
> expression="^sofia/internal/sip:(.*)$">
> <action application="export"
> data="nolocal:absolute_codec_string=G722,PCMU,PCMA"/>
>    <action application="bridge" data="sofia/external/$1" />
>   </condition>
>  </extension>
> </context>
> It appears to be losing the absolute codec string.
> Any ideas?
> --
> Lon Baker
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>



-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_minessale at hotmail.com
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org
googletalk:conf+888 at conference.freeswitch.org
pstn:+19193869900



More information about the FreeSWITCH-users mailing list