How are you defining what is in each group? Are these simply locally registered users? External phone numbers? Both? Those questions will help determine how to proceed.<div><br></div><div>-MC<br><br><div class="gmail_quote">
On Sat, Feb 19, 2011 at 9:05 AM, Dmitry Bely <span dir="ltr">&lt;<a href="mailto:dmitry.bely@gmail.com">dmitry.bely@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I am trying to implement the following bridging scenario:<br>
<br>
&lt;action application=&quot;set&quot; data=&quot;call_timeout=30&quot;/&gt;<br>
&lt;action application=&quot;bridge&quot;<br>
data=&quot;group/group1@domain,[leg_delay_start=10]group/group2@domain&quot;/&gt;<br>
...<br>
<br>
i.e. all phones in group1 should ring for 10 seconds and if nobody<br>
answers group1+group2 rings for additional 20 seconds.<br>
<br>
That almost works, but only the first phone rings in either group:<br>
[WARNING] switch_ivr_originate.c:2339 Only calling the first element<br>
in the list in this mode.<br>
<br>
Surely I need enterprise bridge:<br>
<br>
&lt;action application=&quot;bridge&quot;<br>
data=&quot;group/group1@domain:_:[leg_delay_start=10]group/group2@domain&quot;/&gt;<br>
<br>
but now there is no correct caller id and no leg delay. Caller id can<br>
be restored with:<br>
<br>
&lt;action application=&quot;bridge&quot; data=&quot;<br>
  &lt;origination_caller_id_name=${caller_id_name},origination_caller_id_number=${caller_id_number}&gt;<br>
  group/group1@domain:_:[leg_delay_start=10]group/group2@domain&quot;/&gt;<br>
<br>
(is this a bug or design decision?), but what to do with leg delay?<br>
[leg_delay_start=10] is simply ignored there.<br>
<br>
- Dmitry Bely<br>
<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>
</blockquote></div><br></div>