Skip to content

Commit

Permalink
comment for follow up
Browse files Browse the repository at this point in the history
  • Loading branch information
sethgw committed Aug 3, 2023
1 parent 73b36ba commit 273850c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vocode/streaming/action/transfer_call.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ async def run(
os.environ["TWILIO_ACCOUNT_SID"], os.environ["TWILIO_AUTH_TOKEN"]
)

# TODO: this is a blocking call, use aiohttp to do this asynchronously
twilio_client.calls(twilio_call_sid).update(
twiml="<Response><Dial>{to_phone}</Dial></Response>".format(
to_phone=self.action_config.to_phone
Expand Down

0 comments on commit 273850c

Please sign in to comment.