[Freeswitch-users] Routing inbound call to multiple extentions

Sean Devoy sdevoy at bizfocused.com
Sun Jul 8 20:06:57 MSD 2012


HI Todd,

Based on this sample:
http://wiki.freeswitch.org/wiki/XML_User_Directory_Guide#Groups and your
directory data it looks like you need a dialplan something like this:
   <extension name="Group 200">
       <condition field="destination_number" expression="200">
         <action application="set" data="hangup_after_bridge=true"/>
         <action application="set" data="continue_on_fail=true"/>
         <action application="set"
data="originate_continue_on_timeout=true"/>
         <action application="set" data="call_timeout=15"/>
         <action application="bridge" data="${group_call(frontoffice
@${domain_name}+F)}"/>
	Maybe IVR goes here???
         <action application="hangup"/>
       </condition>
     </extension>

What is your dial plan entry?

Sean
-----Original Message-----
From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Todd
Bailey
Sent: Saturday, July 07, 2012 2:19 PM
To: freeswitch
Subject: [Freeswitch-users] Routing inbound call to multiple extentions

Hi All,


At witt's end on this,  how do I get a inbound call to go to multiple
extension?

I've tried groups but so far no avail

I using a spa 3102 as a analog adapter that is configured to rout calls to
extension 1000,  I want FS to automatically forward this call to extensions
1001-1009.

Here is an extract from default.xml
(/usr/local/freeswitch/conf/directory)

  <group name="frontoffice">
	<users>
	  <!--
	      type="pointer" is a pointer so you can have the 
	      same user in multiple groups.  It basically means
	      to keep searching for the user in the directory.
	  
	  <user id="1000" type="pointer"/>
-->
	  <user id="1001" type="pointer"/>
	  <user id="1002" type="pointer"/>
	  <user id="1003" type="pointer"/>
	  <user id="1004" type="pointer"/>
	  <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>


_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting at freeswitch.org
http://www.freeswitchsolutions.com




Official FreeSWITCH Sites
http://www.freeswitch.org
http://wiki.freeswitch.org
http://www.cluecon.com

Join Us At ClueCon - Aug 7-9, 2012

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org





Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list