asterisk/channels/misdn
Matthew Jordan 5c4578f4ad 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
2012-08-07 12:46:36 +00:00
..
Makefile Removed trailing whitespace in chan_misdn files. 2009-03-23 22:35:02 +00:00
chan_misdn_config.h Add named callgroups/pickupgroups 2012-08-07 12:46:36 +00:00
ie.c Multiple revisions 369001-369002 2012-06-15 16:20:16 +00:00
isdn_lib.c Multiple revisions 369001-369002 2012-06-15 16:20:16 +00:00
isdn_lib.h Enhancements to connected line and redirecting work. 2010-05-17 15:36:31 +00:00
isdn_lib_intern.h Merged revisions 221769 via svnmerge from 2009-10-02 01:09:31 +00:00
isdn_msg_parser.c Multiple revisions 369001-369002 2012-06-15 16:20:16 +00:00
portinfo.c Multiple revisions 369001-369002 2012-06-15 16:20:16 +00:00