Skip to content

Commit

Permalink
Change freepbx custom module path
Browse files Browse the repository at this point in the history
  • Loading branch information
Stell0 committed Jan 20, 2025
1 parent efd3563 commit 83035e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion freepbx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Its filename must be the name of the module .tar.gz. For instance, for installin

```
runagent -m nethvoiceX
curl -L https://github.com/Stell0/apicall-freepbx/archive/refs/heads/main.tar.gz -o ../freepbx_custom_modules/apicall.tar.gz
curl -L https://github.com/Stell0/apicall-freepbx/archive/refs/heads/main.tar.gz -o ./freepbx_custom_modules/apicall.tar.gz
systemctl --user restart freepbx
```
The module will be reinstalled into container again at every restart of container
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion imageroot/systemd/user/freepbx.service
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ExecStart=/usr/bin/podman run \
--volume=astdb:/var/lib/asterisk/db:z \
--volume=phonebookcsv:/var/lib/nethvoice/phonebook/uploads/:z \
--volume=/dev/log:/dev/log \
--volume=../freepbx_custom_modules:/freepbx_custom_modules:z \
--volume=./freepbx_custom_modules:/freepbx_custom_modules:z \
--env-file=%S/state/passwords.env \
--env=NETHVOICE* \
--env=ASTERISK_* \
Expand Down

0 comments on commit 83035e4

Please sign in to comment.