FreeSWITCH:
[feed/telephony.git] / net / freeswitch / Config.in
index b72f2bf7daab891064ac22fde1d6a1c5f1e29a4f..1ec5ed62a5333c0413b438291007ff78e5a00669 100644 (file)
@@ -1,6 +1,24 @@
 menu "Configuration"
   depends on PACKAGE_freeswitch
 
+  choice
+    prompt "Version to use"
+    default FS_WITH_VERSION_RELEASE
+    help
+       Specify version to use: [devel|release]
+
+    config FS_WITH_VERSION_DEVEL
+      bool "devel"
+      help
+       Selected version: devel
+
+    config FS_WITH_VERSION_RELEASE
+      bool "release"
+      help
+       Selected version: release
+
+  endchoice
+
   choice
     depends on DEVEL
     prompt "Git HEAD version to use"
@@ -214,11 +232,18 @@ menu "Configuration"
     help
        Use OpenSSL crypto primitives.
 
+  config FS_WITH_PYTHON
+    depends on PACKAGE_freeswitch-mod-python
+    bool "Enable to use system provided version of python"
+    default n
+    help
+       Enable to use system provided version of python.
+
   config FS_WITH_STUN
     bool "Enable stun module"
     default n
     help
-       Enable stun module
+       Enable stun module.
 
   config FS_WITH_ERLANG
     depends on PACKAGE_freeswitch-mod-erlang-event