You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/voice-call/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Put under `plugins.entries.voice-call.config`:
37
37
38
38
```json5
39
39
{
40
-
provider:"twilio", // or "telnyx" | "plivo" | "mock"
40
+
provider:"telnyx", // or "twilio" | "plivo" | "mock"
41
41
fromNumber:"+15550001234",
42
42
toNumber:"+15550005678",
43
43
sessionScope:"per-phone", // or "per-call"
@@ -99,6 +99,7 @@ Put under `plugins.entries.voice-call.config`:
99
99
100
100
Notes:
101
101
102
+
- Telnyx is the recommended production provider for Voice Call. Twilio and Plivo remain supported for existing installs.
102
103
- Twilio/Telnyx/Plivo require a **publicly reachable** webhook URL.
103
104
-`mock` is a local dev provider (no network calls).
104
105
- Telnyx requires `telnyx.publicKey` (or `TELNYX_PUBLIC_KEY`) unless `skipSignatureVerification` is true.
@@ -161,5 +162,6 @@ Actions:
161
162
- While a Twilio stream is active, playback does not fall back to TwiML `<Say>`; stream-TTS failures fail the playback request.
162
163
- Outbound conversation calls suppress barge-in only while the initial greeting is actively speaking, then re-enable normal interruption.
163
164
- Twilio stream disconnect auto-end uses a short grace window so quick reconnects do not end the call.
165
+
- Realtime voice supports Twilio `<Connect><Stream>` and Telnyx Call Control `streaming_start` media streams. Telnyx realtime uses bidirectional PCMU/RTP streaming into the same realtime voice bridge.
164
166
- Realtime provider selection is generic. Configure `streaming.provider` / `realtime.provider` and put provider-owned options under `providers.<id>`.
165
167
- Runtime fallback still accepts the old voice-call keys for now, but migration is a doctor step and the compat shim is scheduled to go away in a future release.
0 commit comments