From 519b5a09e42d31bcd7275e15049e6b0ff2cc7d66 Mon Sep 17 00:00:00 2001 From: Matthew Nicholson Date: Tue, 22 Jun 2010 15:08:39 +0000 Subject: [PATCH] Updated the CHANGES file documenting the addition of a configurable port in the dundi config file. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@271764 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 58004ef31e..5adee58aed 100644 --- a/CHANGES +++ b/CHANGES @@ -1220,6 +1220,7 @@ DUNDi changes * Added two new dialplan functions, DUNDIQUERY and DUNDIRESULT. These functions will allow you to initiate a DUNDi query from the dialplan, find out how many results there are, and access each one. + * Added the ability to specifiy a port for a dundi peer. ENUM changes ------------