1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

PBX: Update README.rst

This commit is contained in:
Anish Mangal 2019-02-07 14:12:10 +00:00
parent 7b25c9958a
commit 5460e059ae

View file

@ -15,17 +15,11 @@ Prior to installing IIAB, make sure your `/etc/iiab/local_vars.yml <http://wiki.
pbx_install: True
pbx_enabled: True
nodejs_version: 10.x
Optionally, you may want to enable `chan_dongle <https://github.com/wdoekes/asterisk-chan-dongle>`_, which is a channel driver for Huawei UMTS cards allowing regular voice calls over GSM. You will need to configure a dongle post install for it to be recognized properly::
asterisk_chan_dongle: True
As a dependency the following *must* be set::
sugarizer_install: False
sugarizer_enabled: False
After installing PBX as part IIAB, please log in to http://pbx.lan and proceed with inital configuration.
You can monitor the PBX service with command::
@ -40,4 +34,3 @@ Dependencies
------------
1. This playbooks compiles and installs asterisk and freepbx from source, so running this feature involves significant bandwidth and compute time.
2. This playbook is also incompatible with sugarizer, and nodejs-8.x. Therefore if either of those are set to be install, this playbook will gracefully fail with a message requesting the user to fix those incompatibilites.