rasa icon indicating copy to clipboard operation
rasa copied to clipboard

Record call audio

Open PhilCorcoran opened this issue 1 year ago • 2 comments

Initiate a recording of the call audio at twilio by using the CallSid of the incoming call. This change implements https://rasa-open-source.atlassian.net/browse/OSS-711

Proposed changes: Add functionality to twilio_voice.py to send an asynchronous POST request to twilio containing both the account_sid and the call_sid. Use an initial sleep of 1 second to allow twilio time to setup the call. Send the request only once per call.

  • ...

Status (please check what you already did):

  • [ ] added some tests for the functionality
  • [ ] updated the documentation
  • [ ] updated the changelog (please check changelog for instructions)
  • [ ] reformat files using black (please check Readme for instructions)

PhilCorcoran avatar Jun 09 '23 07:06 PhilCorcoran