<br><br><div class="gmail_quote">On Tue, Oct 13, 2009 at 7:54 AM, Jerry Richards <span dir="ltr">&lt;<a href="mailto:jerry.richards@teotech.com" target="_blank">jerry.richards@teotech.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
Is there a link to the documentation of FS groups and what can be done with<br>
a group (i.e. capabilities)?<br>
<br>
Thanks And Best Regards,<br>
Jerry<br></blockquote><div><br><a href="http://wiki.freeswitch.org/wiki/XML_User_Directory_Guide#Groups" target="_blank">http://wiki.freeswitch.org/wiki/XML_User_Directory_Guide#Groups</a><br><a href="http://wiki.freeswitch.org/wiki/Mod_commands#group_call" target="_blank">http://wiki.freeswitch.org/wiki/Mod_commands#group_call</a><br>
 
<br>And this intercept example from the default.xml dialplan file:<br>    &lt;extension name=&quot;group-intercept&quot;&gt;<br>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^\*8$&quot;&gt;<br>
    &lt;action application=&quot;answer&quot;/&gt;<br>    &lt;action application=&quot;intercept&quot; data=&quot;${hash(select/${domain_name}-last_dial/${callgroup})}&quot;/&gt;<br>    &lt;action application=&quot;sleep&quot; data=&quot;2000&quot;/&gt;<br>
      &lt;/condition&gt;<br>    &lt;/extension&gt;<br><br>Note: groups in the dialplan and directory are not related to the mod_limit group insert/delete/call stuff.<br>-MC<br></div></div><br>