From 7f1ee9af7c10bcdbd952b60580a7decfd6e8e838 Mon Sep 17 00:00:00 2001 From: Ajay Raj Date: Mon, 6 Mar 2023 23:16:41 -0800 Subject: [PATCH] im really doing this --- pyproject.toml | 2 +- vocode/telephony/inbound_call_server.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d448e7c..0cc2bd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vocode" -version = "0.1.24" +version = "0.1.25" description = "The all-in-one voice SDK" authors = ["Ajay Raj "] license = "MIT License" diff --git a/vocode/telephony/inbound_call_server.py b/vocode/telephony/inbound_call_server.py index 1ca082e..b95f553 100644 --- a/vocode/telephony/inbound_call_server.py +++ b/vocode/telephony/inbound_call_server.py @@ -16,6 +16,7 @@ class InboundCallServer(): self.app.post("/vocode")(self.handle_call) async def handle_call(self, twilio_sid: str = Form(alias='CallSid')): + print(api_key, VOCODE_INBOUND_CALL_URL) response = requests.post( VOCODE_INBOUND_CALL_URL, headers={