summaryrefslogtreecommitdiff
path: root/network/asterisk/README.SBo
diff options
context:
space:
mode:
Diffstat (limited to 'network/asterisk/README.SBo')
-rw-r--r--network/asterisk/README.SBo38
1 files changed, 14 insertions, 24 deletions
diff --git a/network/asterisk/README.SBo b/network/asterisk/README.SBo
index c9df08f3fb..81175ea960 100644
--- a/network/asterisk/README.SBo
+++ b/network/asterisk/README.SBo
@@ -1,8 +1,8 @@
** IMPORTANT **
===============
As of version 16, Asterisk no longer supports an external PJSIP package.
-If you are using PJSIP with Asterisk 13, you will need to remove the
-pjsip package and use the pjsip libraries included as part of Asterisk
+If you were using PJSIP with Asterisk 13, you will need to remove the
+pjsip package and use an internally built version of the pjsip libraries
by setting the PJSIP flag to 'yes'.
Plugins
@@ -17,7 +17,7 @@ need to install libpri, again before compiling Asterisk.
Examples
========
-Be sure to see /usr/doc/asterisk-16.0.0/sample_confs/ after
+Be sure to see /usr/doc/asterisk-16.1.0/sample_confs/ after
installation for any additional configuration files you may need.
Database Support
@@ -27,7 +27,7 @@ want to install the alembic package. Since version 12.0 the database
schemas that Asterisk uses are being captured in the form of python
script files that use alembic to create/update database schemas. The
asterisk package places these database scripts in the
-/usr/doc/asterisk-16.0.0/ast-db-manage directory.
+/usr/doc/asterisk-16.1.0/ast-db-manage directory.
Build Flags
===========
@@ -39,19 +39,12 @@ This build script supports the following flags:
code. This requires a more powerful machine than would be normally
required.
- * JANSSON : [default = no]
+ * JANSSON : [default = yes]
- Set this flag to 'yes' if you would like to build the projects
- internal jansson libraries. The default for this option is 'no',
- which requires you to have jansson >= 2.11 installed on your system.
- Set this to 'yes' if you would like to ignore the system requirement
- and have Asterisk build an internal version of the library.
-
- * LANGUAGE : [default = EN]
-
- Set this flag to change the language used by Asterisk. This flag
- supports the following values: EN, EN_AU, EN_GB, EN_NX, ES, FR, IT,
- RU, JA, and SV.
+ By default, this package will build a version of jansson internal to
+ Asterisks. Set this flag to 'no' if you already have jansson installed
+ as a shared library and wish to use that instead. Setting this flag to
+ 'no' will require you to have jansson >= 2.11 installed on your system.
* MEETME : [default = no]
@@ -63,23 +56,20 @@ This build script supports the following flags:
* MOH : [default = no]
Set this flag to 'yes' if you would like to include some royalty-free
- music on hold sound files with your installation. Setting this
- option will cause the build to download some sound files from the
- internet.
+ music on hold sound files with your installation.
* PJSIP : [default = no]
Set this flag to 'yes' if you would like to build the projects
internal pjsip libraries. Asterisk no longer supports an external
- system-wide install of pjsip. If you need pjsip support it is
- strongly recommended that you uninstall pjsip and use Asterisks
- internal pjsip library.
+ system-wide install of pjsip and it is strongly recommended that
+ you uninstall any external pjsip packages and use Asterisks internal
+ pjsip library.
* SOUNDS_EXTRA : [default = no]
Set this flag to 'yes' if you would like to include the extra sound
- package with your installation. Setting this option will cause the
- build to download some sound files from the internet.
+ package with your installation.
* VM_ODBC : [default = no]