Install Commands
curl -fsSL https://software.3wcorner.com/pbx/tools/3wmp3/install.sh | bash
Uses the stable product bootstrap installer and resolves the current recommended release automatically.
curl -fsSL https://software.3wcorner.com/pbx/tools/3wmp3/install.sh | bash -s -- --release 0.2.0
Uses the bootstrap installer but pins this exact release instead of following the current alias.
curl -fsSL https://software.3wcorner.com/pbx/tools/3wmp3/install.sh | bash -s -- --prepare-system
Installs the required client-side dependencies without changing the current runtime install.
curl -fsSL https://software.3wcorner.com/pbx/tools/3wmp3/install.sh | bash -s -- --latest
Installs the newest published release, even if the recommended current alias has not changed yet.
curl -fsSL https://software.3wcorner.com/pbx/tools/3wmp3/install.sh | bash -s -- --rollback-last
Restores the latest backup created during a prior upgrade or reinstall.
curl -fsSL https://software.3wcorner.com/pbx/tools/3wmp3/install.sh | bash -s -- --reinstall
Forces the current recommended release to be installed again even when the same version is already present.
3wmp3 --version && 3wmp3 --help && 3wmp3 --test --recording-dir /path/to/sample-recordings
After install or upgrade, validate against staged recordings before touching live production audio.