jambonz / jambonz-feature-server

Core telephony feature server for the jambones platform
MIT License
47 stars 38 forks source link

custom-stt options are not sent to custom-stt's websocket #891

Closed rammohan-y closed 2 months ago

rammohan-y commented 2 months ago

When setting options under customOptions.options object for custom-stt, the options are not sent to custom-stt's websocket as part of start event

"recognizer": { "vendor":"custom:customvoice", "customOptions": { "options" : { "foo" : "bar" } } }

the options object under customOptions should be sent to the custom speech's websocket under start event's payload along with callSid