Heyno enterprise on-prem relay — thin SIP forwarder + watchdog for client deployments.
Project description
heyno-enterprise
On-prem relay for Heyno enterprise client deployments.
The relay is a thin SIP forwarder: it accepts calls from the client's PBX and hands them to ElevenLabs via SIP. No application logic, no knowledge base, no AI runs on the client's box. All intelligence lives on Heyno's backend.
Installation (KCC POC)
sudo pip install --break-system-packages \
"heyno-enterprise[kcc] @ git+https://<DEPLOY_TOKEN>@github.com/HeyNo-INC/heyno-enterprise.git@v0.1.0"
sudo heyno-kcc init # interactive — writes /etc/heyno/kcc.env
sudo heyno-kcc service install # lays down Asterisk configs + watchdog systemd unit
heyno-kcc verify # end-to-end checks
What lives where
| Component | Location |
|---|---|
| Asterisk PJSIP wizard configs | /etc/asterisk/{pjsip_wizard,extensions,ari,http,rtp}.conf |
| Settings (secrets) | /etc/heyno/kcc.env (0600 root) |
| Watchdog daemon | systemctl status heyno-kcc-watchdog |
| Watchdog logs | journalctl -u heyno-kcc-watchdog -f |
Call flow
KCC user phone
→ KCC corporate PBX
→ Asterisk relay (this package, on KCC box)
→ ElevenLabs SIP trunk
→ Heyno Arabic agent (via Heyno init webhook)
→ audio back along the same path
Uninstall
sudo heyno-kcc service uninstall
sudo pip uninstall heyno-enterprise
sudo rm -rf /etc/heyno
Adding a new client
Copy src/heyno_enterprise/clients/kcc to clients/<new>, swap the per-client
defaults in settings.py, register a new [project.scripts] entry in
pyproject.toml, add an optional extras key.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file heyno_enterprise-0.1.7.tar.gz.
File metadata
- Download URL: heyno_enterprise-0.1.7.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
350b5096d55b350f2fa7b376866fd075ded042918c00a733c932c6e31d3b4d7e
|
|
| MD5 |
ac82b55f572e717c17ca721cb319f080
|
|
| BLAKE2b-256 |
f5fc532a4e67c4a1790a3bb4373112d25c9a19aeed47dc02e804e95d5a970096
|
File details
Details for the file heyno_enterprise-0.1.7-py3-none-any.whl.
File metadata
- Download URL: heyno_enterprise-0.1.7-py3-none-any.whl
- Upload date:
- Size: 20.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a65888bd3cc10b9f622e5052918b223ef305a8b549b6bf568f8e629fc25ac278
|
|
| MD5 |
b0d352ddcbd8b7d88e59115def30b6c2
|
|
| BLAKE2b-256 |
3098b8bfe1bc1fcdd4a8b61c6447c125b41ca52da0983f8d09a0d8c52533f112
|