[Freeswitch-users] Freeswitch transcoding

Gustavo Espeche gustavo.espeche at easyipcall.com
Tue Jun 14 16:35:26 MSD 2011


Hi we are trying to do transcoding with freeswitch g711a-->g711u or
g711-->speex but we can't do that FS do a trascoding, follow is a
dialplan that we use with mod_curl

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="freeswitch/xml">
<section name="dialplan" description="Regex/XML Dialplan">
<context name="public">
<extension name="external">
<condition field="destination_number" expression="^666654351428063">
<action application="set" data="hangup_after_bridge=true"/>
<action application="set" data="progress_timeout=20"/>
<action application="set"
data="export_vars=et_routing_number,et_routing_host,et_routed_number,et_routed_host,et_random_key"/>
<action application="set" data="et_routing_number=666654351428063"/>
<action application="set" data="et_routing_host=10.0.0.12"/>
<action application="set" data="et_random_key=029645322327599477"/>
<action application="set" data="proxy_media=false"/>
<action application="set" data="bypass_media=true"/>
<action application="set" data="absolute_codec_string=PCMU"/>
<action application="export" data="nolocal:absolute_codec_string=PCMA"/>
<action application="set" data="et_routed_number=555554351428063"/>
<action application="set" data="et_routed_host=10.0.0.14"/>
<action application="bridge"
data="sofia/external/555554351428063 at 10.0.0.14"/>
</condition>
</extension>
</context>
</section>
</document>

 we relay can't understand what are we doing wrong.
are we need configure someone special in FS? we are using
sip_external_profile with port 5060.


Regards.

-- 

Gustavo Espeche
EasyIpCall S.R.L.
www.easyipcall.com
Bv Mitre 517 24° E
Cordoba - Argentina
Te: +54 - 351 - 4280633




More information about the FreeSWITCH-users mailing list