diff --git a/roles/pbx/README.adoc b/roles/pbx/README.adoc index fac63cf9d..17136c961 100644 --- a/roles/pbx/README.adoc +++ b/roles/pbx/README.adoc @@ -233,7 +233,7 @@ _If there's a bug or serious problem with IIAB, please do https://internet-in-a- . Apache's `/var/lib/php/asterisk_sessions/` directory might also be needed for NGINX? + -If not, the https://github.com/iiab/iiab/blob/master/roles/pbx/tasks/freepbx.yml#L147-L168[configuration of /var/lib/php/asterisk_sessions/] might be run made conditional, using `when: not pbx_try_nginx` +If not, the https://github.com/iiab/iiab/blob/master/roles/pbx/tasks/freepbx.yml#L147-L168[configuration of /var/lib/php/asterisk_sessions/] might be made conditional upon `when: not pbx_try_nginx` . The https://github.com/iiab/iiab/blob/master/roles/pbx/tasks/freepbx.yml#L208-L211[installation of /etc/odbc.ini] for CDR (Call Detail Records) database `asteriskcdrdb` might benefit from compiling the ODBC driver for aarch64, per http://mghadam.blogspot.com/2021/03/install-asterisk-18-freepbx-15-on.html ? +