PLXY AI Call Center studio โ visual scenario editor, campaigns and live call monitoring
163
The studio of the PLXY AI Call Center: the web application your team actually works in. Draw call flows on a canvas, publish them, run campaigns against them, and watch live calls as they happen.
Part of a five-image platform that answers calls from a SIP trunk, runs an AI conversation, and transfers to a 3CX agent when the flow says so.
๐ Deployment guideโ ยท User manualโ
| Port | Purpose |
|---|---|
9092 | The web application (Nuxt server) |
| Variable | Required | What it is |
|---|---|---|
NUXT_PUBLIC_API_BASE | โ | The control plane URL as the browser reaches it |
NITRO_PORT | Listen port. Default 9092 |
NUXT_PUBLIC_API_BASE is resolved by the visitor's browser, not by this container โ so it must
be the public API URL, never an internal service name. The matching CORS_ALLOWED_ORIGINS on
plxy-callbot-api must name this application's public origin, or sign-in fails before the
request is ever sent.
This image holds no credentials. Every privileged action goes through the API with the signed -in user's token.
A fresh database seeds two administrator accounts, both with a password that must be changed on
first use. Authorization is three roles โ STUDIO_ADMIN, STUDIO_PROJECT, STUDIO_MONITORING โ
and a user may hold any combination.
See Roles & Accessโ .
This image is one service of a stack โ it is useless without the control plane. Deploy the whole platform with the published Swarm stack files:
git clone https://github.com/SengPhirum/PLXY_AICC.git && cd PLXY_AICC
deploy/swarm/secrets-init.sh callbot prod
TAG=0.1.0 deploy/swarm/deploy.sh callbot prod
Full walkthrough: https://sengphirum.github.io/PLXY_AICC/setup-guideโ
latest tracks the newest release. Pin the version tag (0.1.0) in production, and use the
same tag for all five images โ they ship as one set.
plxy-callbot-apiโ ยท
plxy-callbot-workerโ ยท
plxy-voice-gatewayโ ยท
plxy-voice-gateway-mediaโ
Content type
Image
Digest
sha256:de2090e13โฆ
Size
56.5 MB
Last updated
about 1 month ago
docker pull phirumseng/plxy-callbot-ui