[Freeswitch-users] Call Groups
Laurent Fabre
Laurent.Fabre at kirranet.com
Mon Jan 26 14:19:24 PST 2009
Hi,
I'm having trouble with call groups. They are declared in the directory.xml as mentioned by the documentation :
<group name="Sales" id="2006>
<users>
<user id="1000" type="pointer" />
<user id="1003" type="pointer" />
<user id="1004" type="pointer" />
<user id="1005" type="pointer" />
</users>
</group>
And included in the dialplan :
<extension name="GRP-Sales 2006">
<condition field="destination_number" expression="2006">
<action application="bridge" data="group/Sales at sip.kirranet.com"/>
</condition>
</extension>
The endpoints are registered, the dialplan match but I get a cause: NO_ROUTE_DESTINATION
I obviously screwed up somewhere. Anybody got an hint where? :)
Regards,
LF
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090126/8b96833f/attachment-0002.html
More information about the FreeSWITCH-users
mailing list