[Freeswitch-users] FS Extension Groups Documentation
Michael Collins
msc at freeswitch.org
Tue Oct 13 13:38:05 PDT 2009
On Tue, Oct 13, 2009 at 7:54 AM, Jerry Richards
<jerry.richards at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/92021851/attachment-0002.html
More information about the FreeSWITCH-users
mailing list