From 1cebbfe268690d715473e8b1ed5816ac70149c05 Mon Sep 17 00:00:00 2001 From: Brett Bryant Date: Thu, 5 Jun 2008 16:41:36 +0000 Subject: [PATCH] Update CHANGES file for the things done in revision 120635. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@120673 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index f28b8ea0e0..22d020bd4d 100644 --- a/CHANGES +++ b/CHANGES @@ -21,6 +21,8 @@ Dialplan Functions - 'i' looks for branches into an Infrastructure ENUM tree - 'd' for a direct DNS lookup without any flipping of digits. * TXCIDNAME() has a new zone-suffix parameter (which defaults to 'e164.arpa') + * CHANNEL() now has options for the maximum, minimum, and standard or normal + deviation of jitter, rtt, and loss for a call using chan_sip. Zaptel channel driver (chan_zap) Changes ----------------------------------------