aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorirroot <irroot@f38db490-d61c-443f-a65b-d21fe96a405b>2011-05-25 15:43:28 +0000
committerirroot <irroot@f38db490-d61c-443f-a65b-d21fe96a405b>2011-05-25 15:43:28 +0000
commit992ae3d53d684297ca31cf55aa01fd0aa813d29f (patch)
tree0aa7ff9f91b95ffc64b40aebbbfa18cd138eed69 /CHANGES
parentc925e221d204bc4401a4a6eaabfbb9368f45e3cd (diff)
CHANNEL(pickupgroup)
Allow Setting / Reading the pickupgroup of a channel with func_channel.c (closes issue #19045) Reported by: irroot Review: https://reviewboard.asterisk.org/r/1148/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@320772 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 52f21a01f..0cd15a9ab 100644
--- a/CHANGES
+++ b/CHANGES
@@ -84,6 +84,7 @@ Dialplan Functions
* Added STRREPLACE function. This function let's the user search a variable
for a given string to replace with another string as many times as the
user specifies or just throughout the whole string.
+ * Added option to CHANNEL(pickupgroup) allow reading and setting the pickupgroup of channel.
libpri channel driver (chan_dahdi) DAHDI changes
--------------------------