Just Fixes

This commit is contained in:
RohitHuge 2026-06-03 19:51:08 +05:30
parent acc2ef9e96
commit 348bc2d1d3
8 changed files with 514 additions and 14 deletions

View file

@ -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]