0
Appointments
0
Messages
0
Orders
Appointments
No appointments booked yet. Ask Simon to book one in the demo.
Captured messages
No messages yet. Leave one in the demo and it lands here.
Orders
| Order | Customer | Items | Total | Status |
|---|
Take real phone calls
Connect a phone number so Simon answers real inbound calls. Any provider that speaks TwiML + Media Streams (e.g. Twilio) works.
- 1. Set your number's “A call comes in” webhook (HTTP POST)
https://your-domain.com/api/telephony/incoming - 2. (Optional) Set the status callback URL
https://your-domain.com/api/telephony/status - 3. Add environment variables for the live audio bridge
TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN, TELEPHONY_STREAM_URLNote: the webhook answers and logs every call today. Streaming live audio both ways needs an always-on WebSocket bridge (set
TELEPHONY_STREAM_URLto itswss://address). Until then, callers hear a greeting and can leave a recorded message.