On Tue, Oct 13, 2009 at 7:54 AM, Jerry Richards <jerry.richa...@teotech.com>wrote:
> > Is there a link to the documentation of FS groups and what can be done with > a group (i.e. capabilities)? > > Thanks And Best Regards, > Jerry > http://wiki.freeswitch.org/wiki/XML_User_Directory_Guide#Groups http://wiki.freeswitch.org/wiki/Mod_commands#group_call And this intercept example from the default.xml dialplan file: <extension name="group-intercept"> <condition field="destination_number" expression="^\*8$"> <action application="answer"/> <action application="intercept" data="${hash(select/${domain_name}-last_dial/${callgroup})}"/> <action application="sleep" data="2000"/> </condition> </extension> Note: groups in the dialplan and directory are not related to the mod_limit group insert/delete/call stuff. -MC
_______________________________________________ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org