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={