mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 12:21:43 +00:00
security(voice-call): detect Telnyx webhook replay
This commit is contained in:
committed by
Peter Steinberger
parent
53f9b7d4e7
commit
a3c4f56b0b
@@ -87,7 +87,7 @@ export class TelnyxProvider implements VoiceCallProvider {
|
||||
skipVerification: this.options.skipVerification,
|
||||
});
|
||||
|
||||
return { ok: result.ok, reason: result.reason };
|
||||
return { ok: result.ok, reason: result.reason, isReplay: result.isReplay };
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user