<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div><code><pre>the group_call function is designed exactly for that:<br>http://wiki.freeswitch.org/wiki/XML_User_Directory_Guide<br><br><br></pre></code></div><div><br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; margin-top: 5px; padding-left: 5px;">  <div style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font size="2" face="Arial"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Todd Bailey &lt;toddb@toddbailey.net&gt;<br> <b><span style="font-weight: bold;">To:</span></b> FreeSWITCH Users Help &lt;freeswitch-users@lists.freeswitch.org&gt; <br> <b><span style="font-weight: bold;">Sent:</span></b> Monday, July 9, 2012 7:44 AM<br> <b><span style="font-weight:
 bold;">Subject:</span></b> Re: [Freeswitch-users] Routing inbound call to multiple extentions<br> </font> </div> <br>
I'm using a cisco/linksys spa 3102 as a analog adapter that is<br>configured to route calls to extension 1000.<br><br>So an incoming call goes to voip extension 1000, &amp; I want all calls on<br>this ext to be forwarded to 1001-1009.<br><br>Does this help answer your question?<br><br>BTW: I'm being side tracked after a power failure took out a partition.<br>So much for having a ups to cya.&nbsp; Anyway a 6tb jfs linux partition is<br>probably lost, so I won't have a lot of time to spend with FreeSwitch<br>issues.&nbsp; <br><br><br>On Sun, 2012-07-08 at 04:54 -0700, Stanislav Sinyagin wrote:<br>&gt; you forgot to specify how exactly you route the call to this group.<br>&gt; <br>&gt; <br>&gt; <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  ______________________________________________________________<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  From: Todd Bailey &lt;<a ymailto="mailto:toddb@toddbailey.net"
 href="mailto:toddb@toddbailey.net">toddb@toddbailey.net</a>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  To: freeswitch &lt;<a ymailto="mailto:freeswitch-users@lists.freeswitch.org" href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt; <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  Sent: Saturday, July 7, 2012 8:19 PM<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  Subject: [Freeswitch-users] Routing inbound call to multiple<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  extentions<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  Hi All,<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  At witt's end on this,&nbsp; how do I get a inbound call to go to<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  multiple<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  extension?<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  I've tried
 groups but so far no avail<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  I using a spa 3102 as a analog adapter that is configured to<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  rout calls<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  to extension 1000,&nbsp; I want FS to automatically forward this<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  call to<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  extensions 1001-1009.<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  Here is an extract from default.xml<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  (/usr/local/freeswitch/conf/directory)<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;group name="frontoffice"&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;users&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;!--<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  type="pointer" is a pointer so you can have the
 <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  same user in multiple groups.&nbsp; It basically means<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  to keep searching for the user in the directory.<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;user id="1000" type="pointer"/&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  --&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;user id="1001" type="pointer"/&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;user id="1002" type="pointer"/&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;user id="1003" type="pointer"/&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;user id="1004" type="pointer"/&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;user id="1005" type="pointer"/&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp; &nbsp;  &lt;user id="1006" type="pointer"/&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;user id="1007" type="pointer"/&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;user id="1008" type="pointer"/&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;user id="1009" type="pointer"/&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;/users&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;/group&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  _________________________________________________________________________<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  Professional FreeSWITCH Consulting Services:<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  <a ymailto="mailto:consulting@freeswitch.org" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; 
 http://www.freeswitchsolutions.com<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  http://www.cudatel.com<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  Official FreeSWITCH Sites<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  http://www.freeswitch.org<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  http://wiki.freeswitch.org<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  http://www.cluecon.com<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  Join Us At ClueCon - Aug 7-9, 2012<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  FreeSWITCH-users mailing list<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  <a ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; 
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  <br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  <br>&gt; _________________________________________________________________________<br>&gt; Professional FreeSWITCH Consulting Services:<br>&gt; <a ymailto="mailto:consulting@freeswitch.org" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>&gt; <a href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a><br>&gt; <br>&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>&gt; <a
 href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a><br>&gt; <br>&gt; Official FreeSWITCH Sites<br>&gt; <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br>&gt; <a href="http://wiki.freeswitch.org/" target="_blank">http://wiki.freeswitch.org</a><br>&gt; <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br>&gt; <br>&gt; Join Us At ClueCon - Aug 7-9, 2012<br>&gt; <br>&gt; FreeSWITCH-users mailing list<br>&gt; <a ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
 target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt; <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br><br><br><br>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br><a ymailto="mailto:consulting@freeswitch.org" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br><a href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a><br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br><a href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a><br><br>Official FreeSWITCH Sites<br><a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br><a href="http://wiki.freeswitch.org/" target="_blank">http://wiki.freeswitch.org</a><br><a href="http://www.cluecon.com/"
 target="_blank">http://www.cluecon.com</a><br><br>Join Us At ClueCon - Aug 7-9, 2012<br><br>FreeSWITCH-users mailing list<br><a ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br><br><br> </div> </div> </blockquote></div>   </div></body></html>