Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,23 @@ TOKEN=YOURSIGNALWIRETOKEN
apt update && apt install -y curl
curl -sSL https://freeswitch.org/fsget | bash -s $TOKEN release install
```
FreeSWITCH™ is now installed.

FreeSWITCH™ is now installed and can be accessed with
Start the service and verify that it is running:

##### FreeSWITCH CLI
```bash
systemctl daemon-reload
systemctl start freeswitch
systemctl status freeswitch
```

Once the service is running, connect to the FreeSWITCH CLI:

```bash
fs_cli -rRS
```

Master Branch ("git"):
### Installing From the Master Branch ("git"):

WARNING not suitable for production

Expand Down