Simon Says

Call activity

Everything Simon captured on the phone — updating live.

Auto-refreshing

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

OrderCustomerItemsTotalStatus

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. 1. Set your number's “A call comes in” webhook (HTTP POST)
    https://your-domain.com/api/telephony/incoming
  2. 2. (Optional) Set the status callback URL
    https://your-domain.com/api/telephony/status
  3. 3. Add environment variables for the live audio bridge
    TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN, TELEPHONY_STREAM_URL

    Note: the webhook answers and logs every call today. Streaming live audio both ways needs an always-on WebSocket bridge (set TELEPHONY_STREAM_URL to its wss:// address). Until then, callers hear a greeting and can leave a recorded message.