From: Richard Mudgett Date: Tue, 9 Sep 2014 20:15:57 +0000 (+0000) Subject: Update CHANGES for CHANNEL(onhold). X-Git-Tag: 14.0.0-beta1~1670 X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=commitdiff_plain;h=a47873168a9e6e40b1934fc80f97f368823bfaf9;ds=sidebyside Update CHANGES for CHANNEL(onhold). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@422885 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index f8deb7b..07bce9f 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 -------------------- ------------------------------------------------------------------------------