Hi,<br>&nbsp; I have been trying to use the variable &quot;no_media&quot; to enable the media flow<br>directly between the registered endpoints. Irrespective of the value of &quot;no_media&quot;<br>variable the media always flows through the freeswitch.
<br><br>Here is my setup<br>Two SIP end points(1001 and 1002)&nbsp; registered to Freeswitch.<br><br>Dial plan:<br>&lt;extension name=&quot;test&quot;&gt; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^(1002)$&quot;&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;set&quot; data=&quot;no_media=true&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;bridge&quot; data=&quot;sofia/$${domain}/1002%freeswitch_ip&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>
&lt;/extension&gt;<br><br><br>My requirement is to set the media path(direct or through freeswitch) based on the <br>destination and not for all SIP calls.<br><br>(Note: I had a quick look at audio_bridge_function in mod_dptools.c. I do not see 
<br>the no_media variable used. Please ignore this note if this is not the right function)<br><br><br>Thanks in advance<br><br>-Sanjeev<br>