From a47873168a9e6e40b1934fc80f97f368823bfaf9 Mon Sep 17 00:00:00 2001 From: Richard Mudgett <rmudgett@digium.com> Date: Tue, 9 Sep 2014 20:15:57 +0000 Subject: [PATCH] Update CHANGES for CHANNEL(onhold). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@422885 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index f8deb7bebc..07bce9ffe0 100644 --- a/CHANGES +++ b/CHANGES @@ -21,6 +21,14 @@ chan_sip ipaddress to bind the rtpengine too. For example, chan_sip might bind to eth0 (10.0.0.2) but rtpengine to eth1 (192.168.1.10). +Functions +------------------ + +CHANNEL +------------------ + * Added CHANNEL(onhold) item that returns 1 (onhold) and 0 (not-onhold) for + the hold status of a channel. + ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 12 to Asterisk 13 -------------------- ------------------------------------------------------------------------------ -- GitLab