mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 05:02:04 +03:00
refactor(voice-call): centralize Telnyx webhook verification
This commit is contained in:
@@ -45,6 +45,14 @@ Put under `plugins.entries.voice-call.config`:
|
||||
authToken: "your_token",
|
||||
},
|
||||
|
||||
telnyx: {
|
||||
apiKey: "KEYxxxx",
|
||||
connectionId: "CONNxxxx",
|
||||
// Telnyx webhook public key from the Telnyx Mission Control Portal
|
||||
// (Base64 string; can also be set via TELNYX_PUBLIC_KEY).
|
||||
publicKey: "...",
|
||||
},
|
||||
|
||||
plivo: {
|
||||
authId: "MAxxxxxxxxxxxxxxxxxxxx",
|
||||
authToken: "your_token",
|
||||
|
||||
Reference in New Issue
Block a user