How much changing will there be in the members who are rung? Do you need to be able to change the users dynamically? Or can you hard-code them? I see two options, both of which use the time of day (TOD) routing:<div><br></div>
<div>Set up the day-night routing and during 8am-5pm manually dial the group like this:</div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&lt;extension name=tod_incoming&quot;&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  &lt;condition wday=&quot;1-5&quot; hour=&quot;8-17&quot;&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">    &lt;action application=&quot;bridge&quot; data=&quot;&lt;ignore_early_media=true&gt;user/xx1:_:user/xx2:_:user/xx3&quot;&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">    &lt;anti-action application=&quot;bridge&quot; data=&quot;&lt;ignore_early_media=true&gt;user/xx4:_:user/xx5:_:user/xx6&quot;&gt;</font></div>
<meta charset="utf-8"><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  &lt;/condition&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&lt;/extension&gt;</font></div>
<div><br></div><div>This creates a static list of users to be dialed during 8-5, M-F and a separate, static list to be dialed outside those hours. That&#39;s quick and easy and if you never need to change the users who are dialed then that&#39;s the best option.</div>
<div><br></div><div>If, though, you need to be able to control who is in each group then designate something like group &quot;1&quot; is day and group &quot;2&quot; is night. Have the users dial 8101/8001 to join/leave the &quot;day&quot; group and dial 8102/8002 to join/leave the &quot;night&quot; group. From there your dialplan is very similar to the previous example:</div>
<div><br></div><div><meta charset="utf-8"><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&lt;extension name=tod_incoming&quot;&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  &lt;condition wday=&quot;1-5&quot; hour=&quot;8-17&quot;&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">    &lt;action application=&quot;bridge&quot; data=&quot;{ignore_early_media=true}${group(call:01@${domain_name})}&quot;&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">    &lt;anti-action application=&quot;bridge&quot; data=&quot;{leg_timeout=15,ignore_early_media=true}${group(call:02@${domain_name})}&quot;&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  &lt;/condition&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&lt;/extension&gt;</font></div></div>
<div><br></div><div>This example simply calls group &quot;01&quot; during business hours and calls group &quot;02&quot; during non-business hours. If you trust your users to add/remove themselves properly then this method is nice.</div>
<div><br></div><div>Have fun tinkering, and let us know if you need help setting up voicemail/auto attendant fallback if none of your users answers the incoming call. ;)</div><div><br></div><div>-MC <br><div><br><div class="gmail_quote">
On Mon, Feb 7, 2011 at 11:11 AM, Larry Marshall <span dir="ltr">&lt;<a href="mailto:larry@newportpc.com">larry@newportpc.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div lang="EN-US" link="blue" vlink="purple"><div><p class="MsoNormal"><span style="font-size:11.0pt;color:black">Michael,</span></p><p class="MsoNormal"><span style="font-size:11.0pt;color:black"> </span></p><p class="MsoNormal">
<span style="font-size:11.0pt;color:black">Thanks for your response. The cli tests are:</span></p><p class="MsoNormal"><span style="font-size:11.0pt;color:black"> </span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Courier New&quot;;color:black">freeswitch@internal&gt; group <a href="mailto:call%3A01@192.168.10.29" target="_blank">call:01@192.168.10.29</a></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Courier New&quot;;color:black">sofia/internal/<a href="mailto:sip%3A1002@192.168.10.105" target="_blank">sip:1002@192.168.10.105</a></span></p><p class="MsoNormal">
<span style="font-size:11.0pt;font-family:&quot;Courier New&quot;;color:black">freeswitch@internal&gt; sofia_contact <a href="mailto:1013@192.168.10.29" target="_blank">1013@192.168.10.29</a></span></p><p class="MsoNormal">
<span style="font-size:11.0pt;font-family:&quot;Courier New&quot;;color:black">sofia/internal/<a href="mailto:sip%3A1013@192.168.10.107" target="_blank">sip:1013@192.168.10.107</a></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Courier New&quot;;color:black">freeswitch@internal&gt; group <a href="mailto:insert%3A01%3A1013@192.168.10.29" target="_blank">insert:01:1013@192.168.10.29</a></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Courier New&quot;;color:black">+OK</span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Courier New&quot;;color:black">freeswitch@internal&gt; group <a href="mailto:call%3A01@192.168.10.29" target="_blank">call:01@192.168.10.29</a></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Courier New&quot;;color:black">sofia/internal/<a href="mailto:sip%3A1002@192.168.10.105" target="_blank">sip:1002@192.168.10.105</a></span></p><p class="MsoNormal">
<span style="font-size:11.0pt;color:black"> </span></p><p class="MsoNormal"><span style="font-size:11.0pt;color:black">I assume that after adding extension 1013 to group 01 it should be listed in the ‘group call’ function. Is this correct?</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;color:black"> </span></p><p class="MsoNormal"><span style="font-size:11.0pt;color:black">Maybe I should start from the beginning, especially with your warning about the difference between the group and group_call APIs. I want to ring a group of extensions on an inbound call. I need to populate the members of this group based on time constraints (the current time of day, e.g. extension 1013 should only ring between 8:00AM and 5:00PM Monday-Friday), and ring the appropriate extensions. I wanted to try to do this within a lua script.</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;color:black"> </span></p><p class="MsoNormal"><span style="font-size:11.0pt;color:black">Which group API should I look at?</span></p><p class="MsoNormal"><span style="font-size:11.0pt;color:black"> </span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;color:black">Thanks, Lars</span></p><p class="MsoNormal"><span style="font-size:11.0pt;color:black"> </span></p><p class="MsoNormal" style="margin-left:.5in"><b><span style="font-size:10.0pt">From:</span></b><span style="font-size:10.0pt"> <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a> [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>] <b>On Behalf Of </b>Michael Collins<br>
<b>Sent:</b> Monday, February 07, 2011 8:05 AM<br><b>To:</b> FreeSWITCH Users Help<br><b>Subject:</b> Re: [Freeswitch-users] Group confusions</span></p><div><div></div><div class="h5"><p class="MsoNormal" style="margin-left:.5in">
 </p><p class="MsoNormal" style="margin-left:.5in">I may be that the value you are trying to delete isn&#39;t &quot;<a href="mailto:1013@192.168.10.29" target="_blank">1013@192.168.10.29</a>&quot;. To find out, go to fs_cli and do this:</p>
<div><p class="MsoNormal" style="margin-left:.5in"> </p></div><div><p class="MsoNormal" style="margin-left:.5in">group <a href="mailto:call%3A01@192.168.10.29" target="_blank">call:01@192.168.10.29</a></p></div><div><p class="MsoNormal" style="margin-left:.5in">
 </p></div><div><p class="MsoNormal" style="margin-left:.5in">It will spit out all the sofia contacts in group 01. Most likely you have something like this:</p></div><div><p class="MsoNormal" style="margin-left:.5in"><a href="mailto:1013@192.168.10.29:12345;rinstance=aabbccddeeff0011;transport=udp" target="_blank">1013@192.168.10.29:12345;rinstance=aabbccddeeff0011;transport=udp</a></p>
</div><div><p class="MsoNormal" style="margin-left:.5in"> </p></div><div><p class="MsoNormal" style="margin-left:.5in">BTW, the value put into the group call when you dial 8101 is the same value that you find by doing this at fs_cli:</p>
</div><div><p class="MsoNormal" style="margin-left:.5in"> </p></div><div><p class="MsoNormal" style="margin-left:.5in">sofia_contact <a href="mailto:1013@192.168.10.29" target="_blank">1013@192.168.10.29</a></p></div><div>
<p class="MsoNormal" style="margin-left:.5in"> </p></div><div><p class="MsoNormal" style="margin-left:.5in">Go try it and let us now.</p></div><div><p class="MsoNormal" style="margin-left:.5in"> </p></div><div><p class="MsoNormal" style="margin-left:.5in">
-MC</p></div><div><p class="MsoNormal" style="margin-left:.5in"> </p></div><div><p class="MsoNormal" style="margin-right:0in;margin-bottom:12.0pt;margin-left:.5in">P.S. - the &#39;group&#39; API and dp apps you are using are the same - they come from mod_db. They are *totally* different from the group_call API...</p>
<div><p class="MsoNormal" style="margin-left:.5in">On Fri, Feb 4, 2011 at 2:11 PM, Lars Zeb &lt;<a href="mailto:larclap@yahoo.com" target="_blank">larclap@yahoo.com</a>&gt; wrote:</p><p class="MsoNormal" style="margin-left:.5in">
I went to two individual extensions and registered them for group 01 by<br>dialing 8101. I then tested that group by dialing 8201 - both extensions<br>rang.<br><br>I then went to the cli and entered the command:<br><br>group <a href="mailto:delete%3A01%3A1013@192.168.10.29" target="_blank">delete:01:1013@192.168.10.29</a><br>
<br>where 1013 is one of the two extensions I had joined into group 01 earlier<br>and the url is the domain and fs address. However, when I dialed 8201 after<br>entering this cli command, both extensions rang. I had expected that only<br>
one would ring.<br><br>I am confused. Are these two different types of &quot;groups&quot;?<br><br>Thanks, Lars<br><br><br>_______________________________________________<br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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></p></div><p class="MsoNormal" style="margin-left:.5in"> </p></div></div></div></div></div><br>_______________________________________________<br>

FreeSWITCH-users mailing list<br>
<a 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></blockquote></div><br></div></div>