Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PISTON-837: Added transcription to metadata & updated docs #5863

Merged
merged 5 commits into from
Jul 11, 2019

Conversation

DustinBrett
Copy link
Contributor

@DustinBrett DustinBrett commented Jun 24, 2019

Transcriptions are being saved outside of the metadata key which is what is returned when information about a voicemail is pulled from crossbar. I had originally considered changing the way transcriptions are saved to move them into metadata but decided on the approach of adding it to the return data upon request so that this will work with pre-existing transcriptions. I’ve updated the crossbar api doc also because now this data will be returned when applicable.

@DustinBrett
Copy link
Contributor Author

Build error doesn't seem related to my changes.

@DustinBrett
Copy link
Contributor Author

Also added a transcribed boolean for views listing messages so that you know which ones have messages.

@jamesaimonetti
Copy link
Member

Try a rebase against master to see if that addresses build errors.

Shouldn't this PR also update mailbox_message.json schema with a transcription object and attending properties?

@DustinBrett
Copy link
Contributor Author

I will look into those comments. Thanks James.

@DustinBrett DustinBrett force-pushed the PISTON-837-cb-transcriptions branch 2 times, most recently from 04c4c13 to 1d4f16f Compare July 8, 2019 22:47
@DustinBrett DustinBrett force-pushed the PISTON-837-cb-transcriptions branch from 76e0772 to fb4303c Compare July 9, 2019 15:39
@DustinBrett
Copy link
Contributor Author

Try a rebase against master to see if that addresses build errors.

Shouldn't this PR also update mailbox_message.json schema with a transcription object and attending properties?

Rebased & added transcription to schema.

@mark2600 mark2600 merged commit 3ef385c into 2600hz:master Jul 11, 2019
itlevel3 pushed a commit to sipengines/kazoo that referenced this pull request Oct 16, 2019
* PISTON-837: Added transcription to metadata & updated docs

Transcription data will now be returned with the existing endpoints.

* PISTON-837: Added transcribed boolean to list views

* PISTON-837: Updated message schema

* PISTON-837: Updated OAS3 Schema

* PISTON-837: Fix text copy from old version
k-anderson pushed a commit that referenced this pull request Jan 24, 2020
* PISTON-837: Added transcription to metadata & updated docs

Transcription data will now be returned with the existing endpoints.

* PISTON-837: Added transcribed boolean to list views

* PISTON-837: Updated message schema

* PISTON-837: Updated OAS3 Schema

* PISTON-837: Fix text copy from old version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants