2007-10-09 13:25:56 -04:00
Source: freeswitch
2010-03-27 18:37:48 -04:00
Section: comm
2007-11-27 17:51:17 -05:00
Priority: extra
2010-09-23 09:34:44 -04:00
Maintainer: FreeSWITCH developers <freeswitch-dev@lists.freeswitch.org>
2010-10-14 23:43:25 -04:00
Uploaders: Michal Bielicki <michal.bielicki@seventhsignal.pl>, Gabriel Gunderson <gabe@gundy.org>, William King <quentusrex@gmail.com>, Mathieu Parent <sathieu@debian.org>
Build-Depends: debhelper (>= 7), wget, automake (>=1.9), autoconf, libtool,
unixodbc-dev, libasound2-dev, libcurl3-openssl-dev|libcurl4-openssl-dev,
libssl-dev, ncurses-dev, libogg-dev, libvorbis-dev, libperl-dev, libgdbm-dev,
2010-10-15 04:23:37 -04:00
libdb-dev, libgnutls-dev, libtiff4-dev, python-dev, libx11-dev, uuid-dev
2010-03-27 18:37:48 -04:00
Homepage: http://freeswitch.org/
2010-09-23 09:34:44 -04:00
Standards-Version: 3.9.1
2010-10-14 23:43:25 -04:00
Vcs-Git: git://git.freeswitch.org/freeswitch.git
Vcs-Browser: http://fisheye.freeswitch.org/browse/freeswitch.git
2007-10-09 13:25:56 -04:00
Package: freeswitch
Architecture: any
2010-10-14 23:43:25 -04:00
Depends: ${shlibs:Depends}, ${misc:Depends}
2008-07-08 05:49:53 -04:00
Recommends: freeswitch-lang-en
2010-10-14 23:43:25 -04:00
Suggests: freeswitch-spidermonkey, freeswitch-lua, freeswitch-perl,
freeswitch-sounds-music-8000, monit, openssl
2010-03-27 18:37:48 -04:00
Description: open source telephony platform
2007-11-27 17:51:17 -05:00
FreeSWITCH is an open source telephony platform designed to facilitate the
2010-03-27 18:37:48 -04:00
creation of voice and chat driven products scaling from a soft-phone up to a
soft-switch. It can be used as a simple switching engine, a PBX, a media
gateway or a media server to host IVR applications using simple scripts or XML
to control the callflow.
.
This is the main package that includes the FreeSWITCH daemon and most modules.
2007-11-30 09:12:23 -05:00
2008-09-17 17:46:42 -04:00
Package: freeswitch-dbg
2010-03-27 18:37:48 -04:00
Section: debug
2008-09-17 17:46:42 -04:00
Architecture: any
2010-03-27 18:37:48 -04:00
Depends: ${misc:Depends}, freeswitch (= ${binary:Version})
Description: debugging symbols for FreeSWITCH
2008-09-17 17:46:42 -04:00
FreeSWITCH is an open source telephony platform designed to facilitate the
2010-03-27 18:37:48 -04:00
creation of voice and chat driven products scaling from a soft-phone up to a
soft-switch. It can be used as a simple switching engine, a PBX, a media
gateway or a media server to host IVR applications using simple scripts or XML
to control the callflow.
.
This package includes the debugging symbols useful for debugging FreeSWITCH.
The debugging symbols are used for execution tracing and core dump analysis.
2008-09-17 17:46:42 -04:00
2008-05-09 09:35:11 -04:00
Package: freeswitch-dev
2010-03-27 18:37:48 -04:00
Section: libdevel
2008-05-09 09:35:11 -04:00
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
2010-03-27 18:37:48 -04:00
Description: development libraries and header files for FreeSWITCH
2008-09-28 11:55:56 -04:00
FreeSWITCH is an open source telephony platform designed to facilitate the
2010-03-27 18:37:48 -04:00
creation of voice and chat driven products scaling from a soft-phone up to a
soft-switch. It can be used as a simple switching engine, a PBX, a media
gateway or a media server to host IVR applications using simple scripts or XML
to control the callflow.
.
2010-10-14 23:43:25 -04:00
This package contains the include files used if you wish to compile a package
which require FreeSWITCH's source file headers.
2008-05-09 09:35:11 -04:00
2007-11-30 09:12:23 -05:00
Package: freeswitch-spidermonkey
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
2010-03-27 18:37:48 -04:00
Description: Javascript engine for FreeSWITCH
2008-09-28 11:55:56 -04:00
FreeSWITCH is an open source telephony platform designed to facilitate the
2010-03-27 18:37:48 -04:00
creation of voice and chat driven products scaling from a soft-phone up to a
soft-switch. It can be used as a simple switching engine, a PBX, a media
gateway or a media server to host IVR applications using simple scripts or XML
to control the callflow.
.
This package contains the mod_spidermonkey language module.
2007-11-30 09:12:23 -05:00
2008-05-09 09:35:11 -04:00
Package: freeswitch-perl
2007-11-30 09:12:23 -05:00
Architecture: any
2007-12-02 18:50:45 -05:00
Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
2010-03-27 18:37:48 -04:00
Description: Perl engine for FreeSWITCH
2008-09-28 11:55:56 -04:00
FreeSWITCH is an open source telephony platform designed to facilitate the
2010-03-27 18:37:48 -04:00
creation of voice and chat driven products scaling from a soft-phone up to a
soft-switch. It can be used as a simple switching engine, a PBX, a media
gateway or a media server to host IVR applications using simple scripts or XML
to control the callflow.
.
This package contains the mod_perl language module.
2007-11-30 09:12:23 -05:00
2008-05-09 09:35:11 -04:00
Package: freeswitch-lua
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
2010-03-27 18:37:48 -04:00
Description: Lua engine for FreeSWITCH
2008-09-28 11:55:56 -04:00
FreeSWITCH is an open source telephony platform designed to facilitate the
2010-03-27 18:37:48 -04:00
creation of voice and chat driven products scaling from a soft-phone up to a
soft-switch. It can be used as a simple switching engine, a PBX, a media
gateway or a media server to host IVR applications using simple scripts or XML
to control the callflow.
.
This package contains the mod_lua language module.
2008-05-09 09:35:11 -04:00
2010-09-17 19:10:26 -04:00
Package: freeswitch-python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
Description: Python engine for FreeSWITCH
FreeSWITCH is an open source telephony platform designed to facilitate the
creation of voice and chat driven products scaling from a soft-phone up to a
soft-switch. It can be used as a simple switching engine, a PBX, a media
gateway or a media server to host IVR applications using simple scripts or XML
to control the callflow.
.
This package contains the mod_python language module.
2007-12-02 18:50:45 -05:00
Package: freeswitch-codec-passthru-g7231
2007-11-30 09:12:23 -05:00
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
2010-03-27 18:37:48 -04:00
Description: pass through g723.1 codec support for FreeSWITCH
2008-09-28 11:55:56 -04:00
FreeSWITCH is an open source telephony platform designed to facilitate the
2010-03-27 18:37:48 -04:00
creation of voice and chat driven products scaling from a soft-phone up to a
soft-switch. It can be used as a simple switching engine, a PBX, a media
gateway or a media server to host IVR applications using simple scripts or XML
to control the callflow.
.
This package contains the mod_g723_1 codec module.
2007-11-30 09:12:23 -05:00
Package: freeswitch-codec-passthru-amr
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
2010-03-27 18:37:48 -04:00
Description: pass through AMR codec support for FreeSWITCH
2008-09-28 11:55:56 -04:00
FreeSWITCH is an open source telephony platform designed to facilitate the
2010-03-27 18:37:48 -04:00
creation of voice and chat driven products scaling from a soft-phone up to a
soft-switch. It can be used as a simple switching engine, a PBX, a media
gateway or a media server to host IVR applications using simple scripts or XML
to control the callflow.
.
This package contains the mod_amr codec module.
2007-11-30 09:12:23 -05:00
2010-10-14 13:01:00 -04:00
Package: freeswitch-codec-passthru-amrwb
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
Description: pass through AMRWB codec support for FreeSWITCH
FreeSWITCH is an open source telephony platform designed to facilitate the
creation of voice and chat driven products scaling from a soft-phone up to a
soft-switch. It can be used as a simple switching engine, a PBX, a media
gateway or a media server to host IVR applications using simple scripts or XML
to control the callflow.
.
This package contains the mod_amrwb codec module.
2007-11-30 09:12:23 -05:00
Package: freeswitch-codec-passthru-g729
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
2010-03-27 18:37:48 -04:00
Description: pass through g729 codec support for FreeSWITCH
2008-09-28 11:55:56 -04:00
FreeSWITCH is an open source telephony platform designed to facilitate the
2010-03-27 18:37:48 -04:00
creation of voice and chat driven products scaling from a soft-phone up to a
soft-switch. It can be used as a simple switching engine, a PBX, a media
gateway or a media server to host IVR applications using simple scripts or XML
to control the callflow.
.
This package contains the mod_g729 codec module.
2008-05-09 09:35:11 -04:00
2007-12-02 18:50:45 -05:00
Package: freeswitch-lang-en
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
2008-07-08 05:49:53 -04:00
Recommends: freeswitch-sounds-en-us-callie-8000
2010-10-14 23:43:25 -04:00
Suggests: freeswitch-sounds-en-us-callie-16000, freeswitch-sounds-en-us-callie-32000,
freeswitch-sounds-en-us-callie-48000
2010-03-27 18:37:48 -04:00
Description: English language files for FreeSWITCH
2008-09-28 11:55:56 -04:00
FreeSWITCH is an open source telephony platform designed to facilitate the
2010-03-27 18:37:48 -04:00
creation of voice and chat driven products scaling from a soft-phone up to a
soft-switch. It can be used as a simple switching engine, a PBX, a media
gateway or a media server to host IVR applications using simple scripts or XML
to control the callflow.
.
This package contains the mod_say_en module and available language
configuration files.
2007-12-02 18:50:45 -05:00
Package: freeswitch-lang-de
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
2010-03-27 18:37:48 -04:00
Description: German language files for FreeSWITCH
2008-09-28 11:55:56 -04:00
FreeSWITCH is an open source telephony platform designed to facilitate the
2010-03-27 18:37:48 -04:00
creation of voice and chat driven products scaling from a soft-phone up to a
soft-switch. It can be used as a simple switching engine, a PBX, a media
gateway or a media server to host IVR applications using simple scripts or XML
to control the callflow.
.
This package contains the mod_say_de module and available language
configuration files.
2007-12-02 18:50:45 -05:00
Package: freeswitch-lang-fr
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
2010-03-27 18:37:48 -04:00
Description: French language files for FreeSWITCH
2008-09-28 11:55:56 -04:00
FreeSWITCH is an open source telephony platform designed to facilitate the
2010-03-27 18:37:48 -04:00
creation of voice and chat driven products scaling from a soft-phone up to a
soft-switch. It can be used as a simple switching engine, a PBX, a media
gateway or a media server to host IVR applications using simple scripts or XML
to control the callflow.
.
This package contains the mod_say_fr module and available language
configuration files.
2008-05-08 12:44:33 -04:00
Package: freeswitch-lang-it
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
2010-03-27 18:37:48 -04:00
Description: Italian language files for FreeSWITCH
2008-09-28 11:55:56 -04:00
FreeSWITCH is an open source telephony platform designed to facilitate the
2010-03-27 18:37:48 -04:00
creation of voice and chat driven products scaling from a soft-phone up to a
soft-switch. It can be used as a simple switching engine, a PBX, a media
gateway or a media server to host IVR applications using simple scripts or XML
to control the callflow.
.
This package contains the mod_say_it module and available language
configuration files.
2008-07-08 05:49:53 -04:00
Package: freeswitch-lang-es
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
2010-03-27 18:37:48 -04:00
Description: Spanish language files for FreeSWITCH
2008-09-28 11:55:56 -04:00
FreeSWITCH is an open source telephony platform designed to facilitate the
2010-03-27 18:37:48 -04:00
creation of voice and chat driven products scaling from a soft-phone up to a
soft-switch. It can be used as a simple switching engine, a PBX, a media
gateway or a media server to host IVR applications using simple scripts or XML
to control the callflow.
.
This package contains the mod_say_es module and available language
configuration files.
2008-07-08 05:49:53 -04:00
Package: freeswitch-lang-nl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
2010-03-27 18:37:48 -04:00
Description: Dutch language files for FreeSWITCH
2008-09-28 11:55:56 -04:00
FreeSWITCH is an open source telephony platform designed to facilitate the
2010-03-27 18:37:48 -04:00
creation of voice and chat driven products scaling from a soft-phone up to a
soft-switch. It can be used as a simple switching engine, a PBX, a media
gateway or a media server to host IVR applications using simple scripts or XML
to control the callflow.
.
This package contains the mod_say_nl module and available language
configuration files.
2009-10-23 13:36:23 -04:00
Package: freeswitch-lang-ru
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
Recommends: freeswitch-sounds-ru-ru-elena-8000
2010-10-14 23:43:25 -04:00
Suggests: freeswitch-sounds-ru-ru-elena-16000, freeswitch-sounds-ru-ru-elena-32000,
freeswitch-sounds-ru-ru-elena-48000
2010-03-27 18:37:48 -04:00
Description: Russian language files for FreeSWITCH
FreeSWITCH is an open source telephony platform designed to facilitate the
creation of voice and chat driven products scaling from a soft-phone up to a
soft-switch. It can be used as a simple switching engine, a PBX, a media
gateway or a media server to host IVR applications using simple scripts or XML
to control the callflow.
.
This package contains the mod_say_ru module and available language
configuration files.
2010-10-14 13:01:00 -04:00
Package: freeswitch-freetdm
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
2010-10-14 23:43:25 -04:00
Description: FreeTDM is a signaling and board API abstraction used mainly by the
FreeSWITCH project to place calls in TDM and analog telephony circuits. The library
was previously named "OpenZAP". Sangoma has worked along with the FreeSWITCH
developers in this library so Sangoma's customers can also use it to do custom
development. The library is still under heavy development but the overall API
does not change often. The intention of the library is to present a consistent
API for different telephony signaling stacks and board I/O APIs. FreeTDM can
either be used as a standalone API or along with FreeSWITCH as an endpoint
(mod_freetdm). If you want to use it as a part of FreeSWITCH remember following
the FreeSWITCH configuration section.
This package contains all the freetdm modules and libs and submodules