From 6c0016864c6cdab7e9feede01331f479fbb3fe1a Mon Sep 17 00:00:00 2001 From: Anthony Minessale <anthony.minessale@gmail.com> Date: Fri, 12 May 2006 20:11:54 +0000 Subject: [PATCH] update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1450 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- conf/freeswitch.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/freeswitch.xml b/conf/freeswitch.xml index ca6c395d3d..2675f3051c 100644 --- a/conf/freeswitch.xml +++ b/conf/freeswitch.xml @@ -238,7 +238,8 @@ <!-- The url to a gateway cgi that can generate xml similar to what's in this file only on-the-fly (leave it commented if you dont need it) --> - <!-- <param name="gateway_url" value="http://www.server.com/gateway.cgi"/> --> + <!-- one or more |-delim of configuration|directory|dialplan --> + <!-- <param name="gateway_url" value="http://www.server.com/gateway.cgi" bindings="configuration"/> --> </settings> </configuration> </section>