View previous topic :: View next topic |
Author |
Message |
jerry.richards at teot... Guest
|
|
Back to top |
|
|
msc at freeswitch.org Guest
|
Posted: Tue Oct 13, 2009 3:47 pm Post subject: [Freeswitch-users] FS Extension Groups Documentation |
|
|
On Tue, Oct 13, 2009 at 7:54 AM, Jerry Richards <jerry.richards@teotech.com (jerry.richards@teotech.com)> wrote:
Quote: |
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 |
|
Back to top |
|
|
|