mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-07 22:09:57 +00:00
fix(voice-call): fail closed when Telnyx webhook public key missing
This commit is contained in:
@@ -55,8 +55,7 @@ function resolveProvider(config: VoiceCallConfig): VoiceCallProvider {
|
||||
publicKey: config.telnyx?.publicKey,
|
||||
},
|
||||
{
|
||||
allowUnsignedWebhooks:
|
||||
config.inboundPolicy === "open" || config.inboundPolicy === "disabled",
|
||||
skipVerification: config.skipSignatureVerification,
|
||||
},
|
||||
);
|
||||
case "twilio":
|
||||
|
||||
Reference in New Issue
Block a user