<div>Thank you for reply, Brian!</div>
<div>š</div>
<div><a href="http://wiki.freeswitch.org/wiki/Bypass_Media">http://wiki.freeswitch.org/wiki/Bypass_Media</a>šsays:</div>
<div><em>&gt;Can I use bypass media when executing the bridge application from a javascript? </em></div>
<div><em>&gt;Of course you can, all it takes is setting the bypass_media session variable to true before the bridge: </em></div>
<div><em>&gt;session.setVariable(&#39;bypass_media&#39;, &#39;true&#39;</em>);</div>
<div>š</div>
<div>I&#39;vešmodified my script to make sure: &lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;,</div>
<div><em>session = new Session(</em></div>
<div><em>&quot;{ignore_early_media=true,hangup_after_bridge=true}sofia/external/<a href="mailto:timwork@novion.ru">timwork@novion.ru</a>&quot;</em></div>
<div><em>);</em></div>
<div><em>session2 = new Session(</em></div>
<div><em>&quot;{ignore_early_media=true}sofia/external/<a href="mailto:timwork@novion.ru">timwork@novion.ru</a>&quot;</em></div>
<div><em>);</em></div>
<div><em>session.setVariable(&#39;bypass_media&#39;, &#39;true&#39;);</em></div>
<div><em>session2.setVariable(&#39;bypass_media&#39;, &#39;true&#39;);</em></div>
<div><em>bridge(session, session2);</em></div>
<div>&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;</div>
<div>š</div>
<div>But there is still no reINVITE =(</div>
<div>š</div>
<div>SVN trunk I&#39;m building from seems to be fresh: &lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;</div>
<div><em>[root@sip freeswitch.trunk]# svn info</em></div>
<div><em>Path: .</em></div>
<div><em>URL: http://svn.freeswitch.org:/svn/freeswitch/trunk</em></div>
<div><em>Repository Root: http://svn.freeswitch.org:/svn</em></div>
<div><em>Repository UUID: d0543943-73ff-0310-b7d9-9358b9ac24b2</em></div>
<div><em>Revision: 16561</em></div>
<div><em>Node Kind: directory</em></div>
<div><em>Schedule: normal</em></div>
<div><em>Last Changed Author: mcollins</em></div>
<div><em>Last Changed Rev: 16561</em></div>
<div><em>Last Changed Date: 2010-02-03 04:53:31 +0300 (Wed, 03 Feb 2010)</em></div>
<div>&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;</div>
<div>š</div>
<div>Do you have any ideas how to make FS reINVITE in this scenario?</div>
<div>š</div>
<div>2010/2/5 Brian West &lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;:</div>
<div>&gt; <a href="http://wiki.freeswitch.org/wiki/Bypass_Media">http://wiki.freeswitch.org/wiki/Bypass_Media</a></div>
<div>&gt;</div>
<div>&gt; Also make sure you&#39;re on SVN trunk.</div>
<div>&gt;</div>
<div>&gt; /b</div>
<div>&gt;</div>
<div>&gt; On Feb 4, 2010, at 1:47 PM, ôÉÍÕÒ ÷ÁÌÉÛÅ× wrote:</div>
<div>&gt;</div>
<div>&gt;&gt; Is there something I do wrong in the first script? What should I do to</div>
<div>&gt;&gt; make FS reINVITE peers? Many thanks in advance!</div>
<div>&gt;</div>
<div>&gt;</div>
<div>&gt; _______________________________________________</div>
<div>&gt; FreeSWITCH-users mailing list</div>
<div>&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a></div>
<div>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></div>
<div>&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></div>
<div>&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a></div>
<div>&gt;</div>
<div>š</div>
<div>š</div>