<p> Attention is currently required from: N A. </p>
<p>Mark Murawski <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/17655">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">func_groupcount.c: Adding Group Variables and additional Group functions<br><br>DumpGroups<br>-------------------<br>* New application.  This will dump all channel group membership and associated<br>  variables<br><br>Groups and Group Variables<br>------------------<br> * Group variables can be set on a group once the group is created<br>   When a group is destroyed, all variables on that group are also destroyed<br><br>   A group variable is somewhat like a global variable on a per-group basis.<br><br>   GroupSet - Adds functionality to the manager to be able to set a GROUP()<br>       on a channel.<br>   GroupsShowChannels - Show each channel and it's associated groups<br>                        (a channel will be repeated for each group@category<br>                         it's a member of)<br>   GroupsShowVariables - Show variables in each group@category, one event per<br>                         group, all variables are contained in each<br>                         group@category event<br>   GroupVarSet - Set a group variable (the group must already exist)<br>   GroupVarGet - Get a group variable<br><br> * New Manager events:<br>   ------------------<br>   GroupCreate - Event is fired any time a group is made,<br>                 ie: Set(GROUP=x) or Set(GROUP()=x@y).<br>                 This event is only sent on when a channel is added to a group<br>                 that did not exist previously.<br>   GroupChannelAdd - Event is fired any time a channel is added to a group<br>   GroupChannelRemove - Event is fired any time a channel is removed from a<br>                        group<br>   GroupDestroy - Event is fired when there are no longer any channels assigned<br>                  to the group<br>   GroupVarSet - Event is fired when any group variable is changed<br><br> * New CLI Command<br>   ---------------<br>   group show variables<br><br> * New Application<br>   ---------------<br>   DumpGroups() - Show groups and group assigments (similar to DumpChan)<br><br>ASTERISK-15439 #close<br><br>Change-Id: I23e48d1cdfc8adaffdfec2e936e56143603914f2<br>---<br>M apps/app_dial.c<br>M funcs/func_groupcount.c<br>M include/asterisk/app.h<br>M include/asterisk/channel.h<br>M main/app.c<br>M main/cli.c<br>6 files changed, 1,406 insertions(+), 36 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/55/17655/2</pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/17655">change 17655</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/17655"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 18 </div>
<div style="display:none"> Gerrit-Change-Id: I23e48d1cdfc8adaffdfec2e936e56143603914f2 </div>
<div style="display:none"> Gerrit-Change-Number: 17655 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Mark Murawski <markm@intellasoft.net> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: N A <mail@interlinked.x10host.com> </div>
<div style="display:none"> Gerrit-Attention: N A <mail@interlinked.x10host.com> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>