Skip to content

Commit

Permalink
Documented changes made for upcoming asterisk-unimrcp-1.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
achaloyan committed Apr 23, 2021
1 parent 93bd633 commit 226736e
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
Changes for Asterisk UniMRCP Modules 1.8.0

1. Generic Speech Recognition API (res_speech_unimrcp.so)

* N/A.

2. Dialplan Applications (app_unimrcp.so)

2.1. MRCPSynth()

* Added a new option 'vsp' allowing to specify Vendor-Specific-Parameters in SPEAK.
* Reset the write translator before setting a new write format.
* Fixed the write format path for codecs requiring a translation from the native format to be used on the MRCP leg.

2.2. MRCPRecog()

* Extended RECOG_INSTANCE() to optionally return individual fields from the <instance> element represented in either XML or JSON.
* Added a new option 'vsp' allowing to specify Vendor-Specific-Parameters in RECOGNIZE.
* Reset the read translator before setting a new read format.
* Fixed the read format path for codecs requiring a translation from the native format to be used on the MRCP leg.

2.3. SynthAndRecog()

* Extended RECOG_INSTANCE() to optionally return individual fields from the <instance> element represented in either XML or JSON.
* Added new options 'vsp', 'vsprec' and 'vspsyn' allowing to specify Vendor-Specific-Parameters in SPEAK and/or RECOGNIZE.
* Reset the read/write translators before setting new read/write formats.
* Fixed the read/write format paths for codecs requiring a translation from the native format to be used on the MRCP leg.

2.4. Framework

* N/A.

3. Miscellaneous

* Added support for Asterisk 18.
* Added sample profiles ums2 and ums1 to the default configuration file mrcp.conf.
* Added comments to the default configuration file res-speech-unimrcp.conf.


Changes for Asterisk UniMRCP Modules 1.7.0

1. Generic Speech Recognition API (res_speech_unimrcp.so)
Expand Down

0 comments on commit 226736e

Please sign in to comment.