]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
gsmopen: config file update
authorGiovanni Maruzzelli <gmaruzz@gmail.com>
Fri, 20 Apr 2012 07:52:06 +0000 (09:52 +0200)
committerGiovanni Maruzzelli <gmaruzz@gmail.com>
Fri, 20 Apr 2012 07:52:06 +0000 (09:52 +0200)
src/mod/endpoints/mod_gsmopen/configs/gsmopen.conf.xml

index 997ed7626f2ea785bbda460bc10343d4273e6aca..0647f53168e4b9f14f5c3f8a2827ba609c63cf04 100644 (file)
@@ -9,12 +9,17 @@
   <!-- one entry here per gsmopen interface -->
   <per_interface_settings>
     <interface id="1" name="gsm01">
-       <param name="controldevice_name" value="/dev/ttyUSB3"/>
-       <param name="controldevice_audio_name" value="/dev/ttyUSB2"/>
-    <!-- in windowz would be:
-       <param name="controldevice_name" value="COM9"/>
-       <param name="controldevice_audio_name" value="COM8"/>
-    -->
+      <param name="controldevice_name" value="/dev/ttyUSB3"/>
+      <param name="controldevice_audio_name" value="/dev/ttyUSB2"/>
+    <!-- in windowz would be, eg: -->
+      <!--
+      <param name="controldevice_name" value="COM4"/>
+      -->
+      <!-- 3G PC UI Interface is controldevice_name -->
+      <!--
+      <param name="controldevice_audio_name" value="COM2"/>
+      -->
+      <!-- 3G Application Interface is controldevice_audio_name -->
     </interface>
     <!-- following interfaces are commented out!
     -->