[Freeswitch-users] No media after Originate

Mohamed Hassan mohamedezz.fci at gmail.com
Sat Jan 16 13:06:42 PST 2010


Hi Freeswitch users
thank you in advance

as i am new to freeswitch iam facing a problem while writing a Callback service
i tried to bridge the two legs through one sip provider the call
estaplished successfully but without media passing
and after some searching i found that there is a bug with sofia
loopback so i shoulkd handle the two legs with different sip gateways
and after trying i found the same error


using cli :
originate {ignore_early_media=true}sofia/gateway/prov/00xxxxxxxxxxx
9999 XML callback

and here the 9999 context:
<context name="callback">
<extension name="9999">
<condition field="destination_number" expression="9999">
<action application="sleep" data="5000"/>
<action application="answer"/>
<action application="set" data="ringback=${us-ring}"/>
<action application="bridge"
data="[ignore_early_media=false]sofia/gateway/prov/00xxxxxxxxxx"/>
</condition>
</extension>
</context>




More information about the FreeSWITCH-users mailing list