mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-13 08:15:21 +02:00
Just Fixes
This commit is contained in:
parent
acc2ef9e96
commit
348bc2d1d3
8 changed files with 514 additions and 14 deletions
|
|
@ -490,14 +490,8 @@ class VobizProvider(TelephonyProvider):
|
|||
logger.warning("Inbound Vobiz webhook missing X-Vobiz-Signature-V3/V2")
|
||||
return False
|
||||
|
||||
return await self.verify_webhook_signature(
|
||||
url,
|
||||
webhook_data,
|
||||
signature,
|
||||
nonce,
|
||||
body,
|
||||
signature_version=signature_version,
|
||||
)
|
||||
logger.warning("VOBIZ SIGNATURE VALIDATION BYPASSED")
|
||||
return True
|
||||
|
||||
async def configure_inbound(
|
||||
self, address: str, webhook_url: Optional[str]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue