Marty,<div><br></div><div>Try putting the ignore_early_media in the actual dialstring:</div><div><br></div><div><meta charset="utf-8"><action application="bridge" data="{ignore_early_media=true}${group_call(maui_group@${domain_name}+F)}"/></div>
<div><br></div><div>If that doesn't work then pastebin the debug output so we can have a look at what'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"><<a href="mailto:marty@maui-systems.co.uk">marty@maui-systems.co.uk</a>></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'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 'office'<br>
voicemail, rather than an individual.<br>
<br>
I've got an entry in the public dialplan that maps the incoming<br>
number to the extension 'office'; what I currently have for the<br>
'office' extension is below and is a blatant frankenstein job on<br>
the Local-extensions entry, but doesn't work.<br>
<br>
I'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>
<extension name="office"><br>
<condition field="destination_number" expression="^office$"><br>
<action application="set" data="dialed_extension=$1"/><br>
<action application="export" data="dialed_extension=$1"/><br>
<action application="set" data="ringback=${uk-ring}"/><br>
<action application="set" data="call_timeout=10"/><br>
<action application="set" data="hangup_after_bridge=true"/><br>
<action application="set" data="ignore_early_media=true"/><br>
<action application="set" data="continue_on_fail=true"/><br>
<action application="set" data="called_party_callgroup=${user_data(${dialed_extension}@${domain_name} var callgroup)}"/><br>
<br>
<action application="bridge" data="${group_call(maui_group@${domain_name}+F)}"/><br>
<action application="answer"/><br>
<action application="sleep" data="10000"/><br>
<action application="bridge" data="loopback/app=voicemail:default ${domain_name} 1000"/><br>
</condition><br>
</extension><br>
<br>
Notes:<br>
<br>
'maui_group' is defined as two test extensions; '1000' 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>