Marty,<div><br></div><div>Try putting the ignore_early_media in the actual dialstring:</div><div><br></div><div><meta charset="utf-8">&lt;action application=&quot;bridge&quot; data=&quot;{ignore_early_media=true}${group_call(maui_group@${domain_name}+F)}&quot;/&gt;</div>
<div><br></div><div>If that doesn&#39;t work then pastebin the debug output so we can have a look at what&#39;s happening.</div><div>-MC<br><br><div class="gmail_quote">On Tue, Dec 21, 2010 at 2:50 AM, Marty Lee <span dir="ltr">&lt;<a href="mailto:marty@maui-systems.co.uk">marty@maui-systems.co.uk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
Trying to get my head around the dialplan in FreeSwitch and can&#39;t<br>
find a good example of how to do call a group of extensions, but<br>
if there is no answer, leave it in a common voicemail.<br>
<br>
Think of an incoming line to a small business; it rings all the<br>
extensions and if nobody answers, the message is left in an &#39;office&#39;<br>
voicemail, rather than an individual.<br>
<br>
I&#39;ve got an entry in the public dialplan that maps the incoming<br>
number to the extension &#39;office&#39;; what I currently have for the<br>
&#39;office&#39; extension is below and is a blatant frankenstein job on<br>
the Local-extensions entry, but doesn&#39;t work.<br>
<br>
I&#39;ll keep looking, but if anyone has any ideas, then feel free to<br>
point me in the right direction.<br>
<br>
m<br>
<br>
<br>
<br>
&lt;extension name=&quot;office&quot;&gt;<br>
    &lt;condition field=&quot;destination_number&quot; expression=&quot;^office$&quot;&gt;<br>
      &lt;action application=&quot;set&quot; data=&quot;dialed_extension=$1&quot;/&gt;<br>
      &lt;action application=&quot;export&quot; data=&quot;dialed_extension=$1&quot;/&gt;<br>
      &lt;action application=&quot;set&quot; data=&quot;ringback=${uk-ring}&quot;/&gt;<br>
      &lt;action application=&quot;set&quot; data=&quot;call_timeout=10&quot;/&gt;<br>
      &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;<br>
      &lt;action application=&quot;set&quot; data=&quot;ignore_early_media=true&quot;/&gt;<br>
      &lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;<br>
      &lt;action application=&quot;set&quot; data=&quot;called_party_callgroup=${user_data(${dialed_extension}@${domain_name} var callgroup)}&quot;/&gt;<br>
<br>
      &lt;action application=&quot;bridge&quot; data=&quot;${group_call(maui_group@${domain_name}+F)}&quot;/&gt;<br>
      &lt;action application=&quot;answer&quot;/&gt;<br>
      &lt;action application=&quot;sleep&quot; data=&quot;10000&quot;/&gt;<br>
      &lt;action application=&quot;bridge&quot; data=&quot;loopback/app=voicemail:default ${domain_name} 1000&quot;/&gt;<br>
    &lt;/condition&gt;<br>
  &lt;/extension&gt;<br>
<br>
Notes:<br>
<br>
&#39;maui_group&#39; is defined as two test extensions; &#39;1000&#39; is the destination<br>
voicemail account I want it to go to if there is no answer or the<br>
handsets are offline.<br>
<br>
<br>
<br>
<br>
-----<br>
Marty Lee                         e: <a href="mailto:marty@maui-systems.co.uk">marty@maui-systems.co.uk</a><br>
Technical Director                v: +44 845 869 2661<br>
Maui Systems Ltd                  f: +44 871 433 8922<br>
Scotland, UK                      w: <a href="http://www.maui-systems.co.uk" target="_blank">http://www.maui-systems.co.uk</a><br>
<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>