Is someone speaking on the other call? What codecs are being used?<br><br>It might help to see your debug log, for both calls.<br><br>-Steve<br><br><br><div class="gmail_quote">On 20 January 2011 13:49, mazilo <span dir="ltr">&lt;<a href="mailto:Nabble@slickdeals.endjunk.com">Nabble@slickdeals.endjunk.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im"><br>
<br>
Steven Ayre wrote:<br>
&gt;<br>
&gt; Yes, that will work. You can set the group either within the extension or<br>
&gt; in<br>
&gt; the user config.<br>
&gt;<br>
&gt; For example:<br>
&gt;<br>
&gt;  &lt;extension name=&quot;bridge&quot;&gt;<br>
&gt;      &lt;condition field=&quot;destination_number&quot; expression=&quot;^9(\d+)$&quot;&gt;<br>
&gt;        &lt;action application=&quot;set&quot; data=&quot;eavesdrop_group=spy1&quot;/&gt;<br>
&gt;        &lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/gw1/$1&quot;/&gt;<br>
&gt;      &lt;/condition&gt;<br>
&gt;    &lt;/extension&gt;<br>
&gt;   &lt;extension name=&quot;eavesdrop&quot;&gt;<br>
&gt;      &lt;condition field=&quot;destination_number&quot; expression=&quot;^666$&quot;&gt;<br>
&gt;        &lt;action application=&quot;answer&quot;/&gt;<br>
&gt;        &lt;action application=&quot;set&quot; data=&quot;eavesdrop_require_group=spy1&quot;/&gt;<br>
&gt;        &lt;action application=&quot;eavesdrop&quot; data=&quot;all&quot;/&gt;<br>
&gt;      &lt;/condition&gt;<br>
&gt;    &lt;/extension&gt;<br>
&gt;<br>
&gt;<br>
&gt; -Steve<br>
</div>Steve, I tried your above suggestion on my FreeSWITCH Version 1.0.head<br>
(git-cf253c3 2011-01-11 15-31-40 -0600) with mod_spy loaded and the barge in<br>
works, but only void (no conversation captured).<br>
<br>
-----<br>
don&#39;t and stop are the ONLY two 4-letter words considered offensive to men,<br>
but not when used together.<br>
<font color="#888888">--<br>
View this message in context: <a href="http://freeswitch-users.2379917.n2.nabble.com/call-barging-tp5943099p5943853.html" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/call-barging-tp5943099p5943853.html</a><br>

Sent from the freeswitch-users mailing list archive at Nabble.com.<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>