-
Notifications
You must be signed in to change notification settings - Fork 27
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
newly added custom speech vendors in jambonz throw an error in gather #87
Comments
can you provide the jambonz log leading up to this point? Probably the last 10 lines or so should be fine |
{"level":30,"time":1702905327142,"pid":345468,"hostname":"ipadressHost,"callId":"59f8e8e9-184a-123d-05a6-0eb94b3c8831","callSid":"b1a640e5-0d43-4250-bba0-19a5d5713e54","accountSid":"c8e2ffe2-e6d1-46a7-9a63-1a662bc0dfc2","callingNumber":"+16176754444","calledNumber":"+13528350474","traceId":"885aaa0a40d6f8ea18d385a0b0e25bd1","app":{"application_sid":"14be1e32-28c6-4356-9e89-a0047323b9cb","name":"st-3ed8d64d-41c2-51c8-aa01-dd9e64155544","service_provider_sid":null,"account_sid":"c8e2ffe2-e6d1-46a7-9a63-1a662bc0dfc2","call_hook_sid":"0284d6ea-f539-49ce-a6d3-c105464a7a84","call_status_hook_sid":"02118b53-2563-464e-8260-1946bf6c6b37","messaging_hook_sid":null,"speech_synthesis_vendor":"microsoft","speech_synthesis_language":"en-AU","speech_synthesis_voice":"en-AU-NatashaNeural","speech_recognizer_vendor":"custom:gnani","speech_recognizer_language":"en-US","created_at":"2023-12-13T12:04:27.000Z","app_json":null,"record_all_calls":0,"speech_synthesis_label":null,"speech_recognizer_label":null,"use_for_fallback_speech":0,"fallback_speech_synthesis_vendor":null,"fallback_speech_synthesis_language":null,"fallback_speech_synthesis_voice":null,"fallback_speech_synthesis_label":null,"fallback_speech_recognizer_vendor":null,"fallback_speech_recognizer_language":null,"fallback_speech_recognizer_label":null},"msg":"retrieved application for incoming call to 13528350474"} |
Hi @davehorton provided all logs leading upto this |
newly added custom speech vendors in jambonz throw an error in gather throw the follow error on recent version upgrade
4|jambonz-feature-server | TypeError: Cannot read properties of null (reading 'toString')
4|jambonz-feature-server | at hasSpecialChar (/home/admin/apps/jambonz-feature-server/node_modules/drachtio-fsmrf/lib/endpoint.js:1850:33)
4|jambonz-feature-server | at /home/admin/apps/jambonz-feature-server/node_modules/drachtio-fsmrf/lib/endpoint.js:1854:72
4|jambonz-feature-server | at Array.filter ()
4|jambonz-feature-server | at __x (/home/admin/apps/jambonz-feature-server/node_modules/drachtio-fsmrf/lib/endpoint.js:1854:49)
4|jambonz-feature-server | at /home/admin/apps/jambonz-feature-server/node_modules/drachtio-fsmrf/lib/endpoint.js:1881:5
4|jambonz-feature-server | at new Promise ()
4|jambonz-feature-server | at setOrExport (/home/admin/apps/jambonz-feature-server/node_modules/drachtio-fsmrf/lib/endpoint.js:1880:10)
4|jambonz-feature-server | at Endpoint.set (/home/admin/apps/jambonz-feature-server/node_modules/drachtio-fsmrf/lib/endpoint.js:184:40)
4|jambonz-feature-server | at TaskGather._setSpeechHandlers (/home/admin/apps/jambonz-feature-server/lib/tasks/gather.js:445:14)
4|jambonz-feature-server | at TaskGather.exec (/home/admin/apps/jambonz-feature-server/lib/tasks/gather.js:217:20)
The text was updated successfully, but these errors were encountered: