Hello,<div>I wanted to make a lua script which just dials out two different numbers via some external gateway and when both calls are answered they are just bridged. For this a very impressive Lua example <a href="http://wiki.freeswitch.org/wiki/Mod_lua#Example:_Call_Control">http://wiki.freeswitch.org/wiki/Mod_lua#Example:_Call_Control</a> is copied and all I had to do was change the dialA and dialB strings and its working great as far as the SIP signalling is concerned.</div>
<div><br></div><div>execute this string and I get calls on two different number but things get interesting when Freeswitch bridge() the two legs. No AUDIO..not even one-way. I could see on my own gateway  that RTPs for both the legs are actually forwarded to Freeswitch !</div>
<div><br></div><div>On my sip pcap traces analyzing on wireshark I could actually hear the two persons saying Hello but neither could hear anything.</div><div><br></div><div>The above example lua call_control script is used as it is. </div>
<div>Please suggest.</div><div><br></div><div>Regards</div><div>Sammy Go.</div><div><br></div>