add freeswitch

Change-Id: If948de9e9e7e288b0a031ab973f453cd91a9e99b
diff --git a/net/templates/freeswitch/conf/autoload_configs/xml_scgi.conf.xml b/net/templates/freeswitch/conf/autoload_configs/xml_scgi.conf.xml
new file mode 100644
index 0000000..b9662d1
--- /dev/null
+++ b/net/templates/freeswitch/conf/autoload_configs/xml_scgi.conf.xml
@@ -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>