mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
PBX: Update README.rst with chan_dongle information
This commit is contained in:
parent
2a30b22206
commit
983efe5f6b
1 changed files with 5 additions and 2 deletions
|
@ -17,12 +17,15 @@ Prior to installing IIAB, make sure your `/etc/iiab/local_vars.yml <http://wiki.
|
||||||
pbx_enabled: True
|
pbx_enabled: True
|
||||||
nodejs_version: 10.x
|
nodejs_version: 10.x
|
||||||
|
|
||||||
As a dependency the following must be set::
|
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_install: False
|
||||||
sugarizer_enabled: False
|
sugarizer_enabled: False
|
||||||
|
|
||||||
|
|
||||||
After installing PBX as part IIAB, please log in to http://pbx.lan and proceed with inital configuration.
|
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::
|
You can monitor the PBX service with command::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue