Add a simple dialgroup function. By taking one of the simpler uses of Queue
authorTilghman Lesher <tilghman@meg.abyt.es>
Sun, 28 Oct 2007 14:16:45 +0000 (14:16 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Sun, 28 Oct 2007 14:16:45 +0000 (14:16 +0000)
commitf5b9b7939767e5bc395ed7eadf84ea05e579e945
tree4d3843bf42dcb1b6eb3da7afd54728aa9b174112
parent64a0a9aa2c98626e1de78e66829e7545d5e5f1bf
Add a simple dialgroup function.  By taking one of the simpler uses of Queue
away from Queue, we simplify the lives of people who do not need all the bells
and whistles.  Also, this is part of the functions that people need to
reimplement Queue in the dialplan, as a set of logic, rather than as a single
app with hundreds of options.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@87264 65c4cc65-6c06-0410-ace0-fbb531ad65f3
funcs/func_dialgroup.c [new file with mode: 0644]