Add named callgroups/pickupgroups
authorMatthew Jordan <mjordan@digium.com>
Tue, 7 Aug 2012 12:46:36 +0000 (12:46 +0000)
committerMatthew Jordan <mjordan@digium.com>
Tue, 7 Aug 2012 12:46:36 +0000 (12:46 +0000)
commit5c4578f4ad9af0d13638ec72a2bc141227ec8b3c
tree77427fe11562062a59774f755a23ffc82c5cbff5
parent096baa0897f556b2de6bfb8fa0acc09a504e39a4
Add named callgroups/pickupgroups

This patch adds named calledgroups/pickupgroups to Asterisk.  Named groups are
implemented in parallel to the existing numbered callgroup/pickupgroup
implementation.  However, unlike the existing implementation, which is limited
to a maximum of 64 defined groups, the number of defined groups allowed for
named callgroups/pickupgroups is effectively unlimited.

Named groups are configured with the keywords "namedcallgroup" and
"namedpickupgroup".  This corresponds to the numbered group definitions of
"callgroup" and "pickupgroup".  Note that as the implementation of named groups
coexists with the existing numbered implementation, a defined named group of
"4" does not equate to numbered group 4.

Support for the named groups has been added to the SIP, DAHDI, and mISDN channel
drivers.

Review: https://reviewboard.asterisk.org/r/2043

Uploaded by:
Guenther Kelleter(license #6372)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370831 65c4cc65-6c06-0410-ace0-fbb531ad65f3
14 files changed:
CHANGES
channels/chan_dahdi.c
channels/chan_misdn.c
channels/chan_sip.c
channels/misdn/chan_misdn_config.h
channels/misdn_config.c
channels/sip/include/sip.h
configs/chan_dahdi.conf.sample
configs/misdn.conf.sample
configs/sip.conf.sample
include/asterisk/channel.h
main/channel.c
main/channel_internal_api.c
main/features.c