Hello!<br><br>I got a problem with one way audio, symptoms are:<br>firstly play audio file to channel A (A is hears sound)<br>secondly bridge channel B with A (A doesn't hear B).<br><br>Environment:<br>- no NAT<br>- User Agents being used X-Lite, EyeBeam, SJphone - same result for all of them- no audio, Wireshark shows that there is no RTP-flow to A from FreeSwitch<br>
- dialplan:<br><extension name="playback_media_file"><br> <condition field="destination_number" expression="playmedia"><br> <action application="answer"/><br>
<action application="playback" data="test.wav"/><br> </condition><br> </extension><br><br><extension name="Local_Extension_from_SP"><br> <condition field="destination_number" expression="^([0-9]{2,9})$"><br>
<action application="set" data="dialed_extension=$1"/><br> <action application="export" data="dialed_extension=$1"/><br> </condition><br> <condition field="${sip_to_host}" expression="^([^.]*)\..*$"><br>
<action application="set" data="orgname=$1"/><br> </condition><br> <condition field="destination_number" expression="^${caller_id_number}$"><br> <anti-action application="set" data="ringback=${us-ring}"/><br>
<anti-action application="set" data="transfer_ringback=${us-ring}"/><br> <anti-action application="set" data="call_timeout=10"/><br> <anti-action application="set" data="hangup_after_bridge=true"/><br>
<anti-action application="set"
data="continue_on_fail=NORMAL_TEMPORARY_FAILURE,USER_BUSY,NO_ANSWER,TIMEOUT,NO_ROUTE_DESTINATION,USER_NOT_REGISTERED"/>
<br> <anti-action application="set" data="continue_on_fail=true"/><br> <anti-action application="db" data="insert/${domain_name}-call_return/${dialed_extension}/${caller_id_number}"/><br>
<anti-action application="db" data="insert/${domain_name}-last_dial_ext/${dialed_extension}/${uuid}"/><br>
<anti-action application="set"
data="called_party_callgroup=${user_data(${dialed_extension}@${domain_name}
var callgroup)}"/><br> <anti-action application="db" data="insert/${domain_name}-last_dial/${called_party_callgroup}/${uuid}"/><br> <anti-action application="bridge" data="user/${dialed_extension}@${domain_name}"/><br>
<anti-action application="answer"/><br>
<anti-action application="export"
data="sip_h_X-SPFrom=&quote;${sip_from_user}&quote;&lt;${sip_from_uri}&gt;"/><br> <anti-action application="export" data="sip_h_X-SPTo=&lt;${sip_to_uri}&gt;"/><br>
<anti-action application="export" data="sip_h_X-SPCallId=${sip_call_id}"/><br> <anti-action application="bridge" data="sofia/external/${orgname}send2voicemail@$${starpound_sip_app_server}"/><br>
</condition><br> </extension> <br>- Call routing scheme:<br>user calls to FS, FS calls to my B2BUA which manage call with SIP 3pcc<br>Exact description what's going on is:<br>user A -> FS -(bridge)-> my B2BUA<br>
Then my B2BUA transfers (using re-INVITE's), on behalf of user, call to extension "playback_media_file" . After a while B2BUA transfer (re-Inviting) user to extension "Local_Extension_from_SP". This should create a new call to user B. As a result - A doesn't hear B, but B- is OK.<br>
On the contrary, if a call is routed (by B2BUA) to the "Local_Extension_from_SP" extension (ommiting "playback_media_file" ext) - everything is OK.<br><br><br>What I've tried:<br>- set parameter "inbound-proxy-media" to "true" in Sofia profile<br>
- set parameter "disable_rtp_auto_adjust to "true" in Sofia profile<br>Nothing helps.<br><br><br>Any help or thoughts would be MUCH appreciated!<br>Artem<br><br>