[Freeswitch-users] Little problem of group(callgroup)
Brad Tuan
brad.tuan at gmail.com
Wed Jun 3 04:16:16 PDT 2009
<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>
What is the ${callgroup} mean??
Is this??
>><group name="billing">
<users>
<user id="1005" type="pointer"/>
<user id="1006" type="pointer"/>
<user id="1007" type="pointer"/>
<user id="1008" type="pointer"/>
<user id="1009" type="pointer"/>
</users>
</group>
Or this??
>>81+[group] - Add this extension to calling group #[group] (can be two
digits 00-99). A beep tone confirms the function worked.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090603/40ed8ef0/attachment-0002.html
More information about the FreeSWITCH-users
mailing list