]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add conf for mod_xml_scgi
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 9 May 2012 19:09:29 +0000 (14:09 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 9 May 2012 19:09:52 +0000 (14:09 -0500)
build/modules.conf.in
conf/vanilla/autoload_configs/modules.conf.xml
conf/vanilla/autoload_configs/xml_scgi.conf.xml [new file with mode: 0644]

index 18babbfec961971f4150e047a602d6d289a067d6..98a88e0622f0540f3e89f6d9aaa292e08a8cd97b 100644 (file)
@@ -124,6 +124,7 @@ xml_int/mod_xml_cdr
 #xml_int/mod_xml_curl
 #xml_int/mod_xml_ldap
 xml_int/mod_xml_rpc
+xml_int/mod_xml_scgi
 
 #../../libs/freetdm/mod_freetdm
 #../../libs/openzap/mod_openzap
index 50353ac8497a08b8be0a5787ac96f3af7abca59b..5038713afe2250a1aa8948019e7e300b167bbf70 100644 (file)
@@ -16,6 +16,7 @@
     <!-- <load module="mod_xml_rpc"/> -->
     <!-- <load module="mod_xml_curl"/> -->
     <!-- <load module="mod_xml_cdr"/> -->
+    <!-- <load module="mod_xml_scgi"/> -->
 
     <!-- Event Handlers -->
     <load module="mod_cdr_csv"/>
diff --git a/conf/vanilla/autoload_configs/xml_scgi.conf.xml b/conf/vanilla/autoload_configs/xml_scgi.conf.xml
new file mode 100644 (file)
index 0000000..b9662d1
--- /dev/null
@@ -0,0 +1,12 @@
+<configuration name="xml_scgi.conf" description="SCGI XML Gateway">
+  <bindings>
+    <binding name="example">
+      <!-- one or more |-delim of configuration|directory|dialplan -->
+      <!-- <param name="host" value="127.0.0.1" bindings="dialplan"/> -->
+      <!-- <param name="port" value="8080"/> -->
+      <!-- <param name="timeout" value="10"/> -->
+      <!-- one or more of these imply you want to pick the exact variables that are transmitted -->
+      <!--<param name="enable-post-var" value="Unique-ID"/>-->
+    </binding>
+  </bindings>
+</configuration>