<br><br><div class="gmail_quote">On Tue, Oct 13, 2009 at 7:54 AM, Jerry Richards <span dir="ltr"><<a href="mailto:jerry.richards@teotech.com" target="_blank">jerry.richards@teotech.com</a>></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> <extension name="group-intercept"><br> <condition field="destination_number" expression="^\*8$"><br>
<action application="answer"/><br> <action application="intercept" data="${hash(select/${domain_name}-last_dial/${callgroup})}"/><br> <action application="sleep" data="2000"/><br>
</condition><br> </extension><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>