im really doing this
This commit is contained in:
parent
8cbdcfc474
commit
7f1ee9af7c
2 changed files with 2 additions and 1 deletions
|
|
@ -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={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue