Snyk bot
67ec28484c
fix: package.json & package-lock.json to reduce vulnerabilities ( #265 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-UNDICI-3323844
- https://snyk.io/vuln/SNYK-JS-UNDICI-3323845
2023-02-23 10:26:06 -05:00
two56
803a944240
Use the request from CallSession for cancel ( #268 )
...
* Use the req from CallSession for cancel
* Check cs is set
---------
Co-authored-by: Matt Preskett <matt.preskett@netcall.com >
2023-02-23 09:13:44 -05:00
Snyk bot
a5cd342e46
fix: Dockerfile to reduce vulnerabilities ( #269 )
2023-02-22 14:04:39 -05:00
EgleH
e91feb64f5
Update node base image to node:18.14.0-alpine3.16 ( #267 )
2023-02-21 07:54:00 -05:00
Dave Horton
ae688ddc7e
when handling reinvites for SIPREC incoming calls just respond 200 OK with existing sdp
v0.8.0
v0.8.0-rc18
2023-02-17 09:12:54 -05:00
Dave Horton
9b21b65478
fix uncaught exception in certain ws reconnect scenarios
v0.8.0-rc17
2023-02-15 20:29:47 -05:00
Hoan Luu Huu
c09425fa89
feat: use verb-specifications ( #262 )
...
* feat: use verb-specifications
* feat: use verb-specifications
* fix: verb specification v2
* remove irrelevant tests
* fix: verb-scpecification
* update to use @jambonz/verb-specifications
---------
Co-authored-by: Quan HL <quanluuhoang8@gmail.com >
Co-authored-by: Dave Horton <daveh@beachdognet.com >
2023-02-15 09:56:23 -05:00
Dave Horton
6706992b4b
update to latest @jambonz/realtimedb-helpers
2023-02-14 09:00:00 -05:00
Dave Horton
0fdcb3a6d6
Feature/nvidia speech ( #261 )
...
* initial changes for nvidia speech
* allow nvidia speech credentials to be set at runtime
* update drachtio-fsmrf
* fix handling of nvidia-specific options
* fix nvidia custom config
* fix nvidia word time offsets
* fix nvidia custom configuration
* normalize nvidia transcripts
* update to @jambonz/realtime-dbhelpers with nvidia tts support
v0.8.0-rc15
2023-02-12 14:06:01 -05:00
Snyk bot
50057deca9
fix: Dockerfile to reduce vulnerabilities ( #260 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314623
- https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314624
- https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314624
- https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314641
- https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314643
v0.8.0-rc14
2023-02-12 12:43:38 -05:00
Dave Horton
c7eacdd0f8
bugfix: switching to http webhook during a ws session
2023-02-11 21:09:48 -05:00
Dave Horton
e990b5dbf9
proper shut down in K8S ( #253 )
v0.8.0-rc12
2023-02-07 19:54:34 -05:00
Dave Horton
7ae37b1e60
#251 - unhandled exception in Session#_notifyCallStatusChange
v0.8.0-rc11
2023-02-07 14:51:54 -05:00
Dave Horton
ed284c367d
update db-helpers
2023-02-07 13:34:11 -05:00
Dave Horton
272380dc62
fix vulnerability
2023-02-07 08:31:36 -05:00
Dave Horton
61dbb659b3
fix lint errors
2023-02-07 08:29:32 -05:00
Vinod Dharashive
fbae7c0eab
notifyError object jambonz:error ( #247 )
...
Consist notifyerror for jambonz:error for asr
2023-02-07 08:21:25 -05:00
Dave Horton
4894a85569
bugfix: recognizer.punctuation not working on nuance
v0.8.0-rc10
2023-02-06 12:07:28 -05:00
Hoan Luu Huu
0e5bb876ce
ws-requestor unit test ( #244 )
...
* ws-requestor unit test
* ws-requestor unit test
* ws-requestor unit test
* handle special case of reconnecting during the initial session:new - ack transaction
* fix: add more wsrequestor unit test
* fix: add more wsrequestor unit test
---------
Co-authored-by: Quan HL <quanluuhoang8@gmail.com >
Co-authored-by: Dave Horton <daveh@beachdognet.com >
2023-02-06 08:06:41 -05:00
Dave Horton
8658d03f1f
add mixType to config.listen
2023-02-04 16:08:56 -05:00
Dave Horton
f2ff5250b0
reset variables like hints so that previous hints do not automatically carry over ( #243 )
2023-02-03 13:36:14 -05:00
Dave Horton
c37fba541f
for backwards compatibility in gather/transcribe return only 1 alternative at top level ( #240 )
v0.8.0-rc8
2023-02-02 12:58:22 -05:00
Dave Horton
f9921cf4e9
#238 - add 'listen' option to config verb ( #239 )
2023-01-31 14:39:55 -05:00
Dave Horton
86fed4ec90
gather: fix bug referencing this.hints which does not exist (hints are part of recognizer object)
v0.8.0-rc7
2023-01-30 18:21:36 -05:00
Hoan Luu Huu
9d07a1354c
feat: support app_json in application ( #236 )
...
* feat: support app_json in application
* feat: support app_json in application
* update db schema to latest
---------
Co-authored-by: Quan HL <quanluuhoang8@gmail.com >
Co-authored-by: Dave Horton <daveh@beachdognet.com >
2023-01-29 14:35:29 -05:00
Dave Horton
2775c7ddd1
update drachtio-srf
2023-01-29 13:59:33 -05:00
Dave Horton
70822cb278
test fix: ACK to 487 response must have same branch in via as invite
2023-01-29 13:23:11 -05:00
Hoan Luu Huu
14a02735be
fix: uncomment testsuite ( #234 )
...
* fix: uncomment testsuite
* fix: uncomment testsuite
* fix: unstable testcases
* fix: uncomment testsuite
* fix: uncomment testsuite
* fix: uncomment testsuite
* fix: uncomment testsuite
* fix: uncomment testsuite
* fix: uncomment testsuite
* fix: unstable testcase
* fix: uncomment testsuite
* wip: test
* wip: test
* wip: test
Co-authored-by: Quan HL <quanluuhoang8@gmail.com >
2023-01-27 07:27:53 -05:00
Hoan Luu Huu
4b3ebe37ac
fix: add early media testcase ( #233 )
...
* fix: add early media testcase
* fix: add early media testcase
* fix: add early media testcase
Co-authored-by: Quan HL <quanluuhoang8@gmail.com >
2023-01-26 13:29:31 -05:00
Hoan Luu Huu
f4fbd07f8e
feat: add dial verb testcases ( #231 )
...
* feat: add dial verb testcases
* feat: add dial verb testcases
* feat: add dial verb testcases
* feat: add dial verb testcases
Co-authored-by: Quan HL <quanluuhoang8@gmail.com >
2023-01-25 10:39:01 -05:00
Hoan Luu Huu
6ebba8673f
feat: listen verb testsuite ( #222 )
...
* first draft
* first draft
* listen should connect to port 3000 on webhook scaffold
* revamp webhook scaffold for listen ws support
* fix: finished listen test
* fix: add playbeep test listen
* fix: add playbeep test listen
* fixed: listen on 10% loss
* feat: add test case for listen pause resume and complete the call
Co-authored-by: Quan HL <quanluuhoang8@gmail.com >
Co-authored-by: Dave Horton <daveh@beachdognet.com >
2023-01-24 22:20:31 -05:00
dependabot[bot]
2b06177dc5
Bump jsonwebtoken and ibm-cloud-sdk-core ( #227 )
...
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken ) and [ibm-cloud-sdk-core](https://github.com/IBM/node-sdk-core ). These dependencies needed to be updated together.
Updates `jsonwebtoken` from 8.5.1 to 9.0.0
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases )
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md )
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.5.1...v9.0.0 )
Updates `ibm-cloud-sdk-core` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/IBM/node-sdk-core/releases )
- [Changelog](https://github.com/IBM/node-sdk-core/blob/main/CHANGELOG.md )
- [Commits](https://github.com/IBM/node-sdk-core/commits )
---
updated-dependencies:
- dependency-name: jsonwebtoken
dependency-type: indirect
- dependency-name: ibm-cloud-sdk-core
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-24 10:03:39 -05:00
Hoan Luu Huu
088316d266
fix: split ssml to correct chunks ( #225 )
...
* fix: split ssml to correct chunks
* fix: split ssml to correct chunks
* fixed: eslint
* fixed: eslint
* fixed: add comment to testcase
* fixed: review comments
* fixed: review comments
* fixed: review comments
* fixed: review comments
* fixed: review comments
Co-authored-by: Quan HL <quanluuhoang8@gmail.com >
2023-01-24 09:48:31 -05:00
Hoan Luu Huu
8c0044a378
Weebhook app test support ws ( #226 )
...
* feat: webhook test app support ws
* feat: webhook test app support ws
* feat: webhook test app support ws
* feat: webhook test app support ws
Co-authored-by: Quan HL <quanluuhoang8@gmail.com >
2023-01-24 09:04:37 -05:00
Dave Horton
dae307d71f
when closing websocket at end of call send ws code 1000
v0.8.0-rc5
v0.8.0-rc6
2023-01-22 12:46:20 -05:00
Dave Horton
1b5b37184b
bugfix #223 : early hints should not be enabled with continuous asr is used in gather
2023-01-19 09:48:12 -05:00
Dave Horton
2f8efb80d0
bugfix #220 (config w/ bargein enable followed later in flow w bargein disable)
2023-01-19 09:31:23 -05:00
Dave Horton
c57e88b496
update .gitignore
2023-01-17 08:01:50 -05:00
Dave Horton
7122d955fe
fix for #217 - refer blocks if notify nor bye received
2023-01-17 08:01:50 -05:00
Hoan Luu Huu
028aeea856
fix: wrong stt vendor will raise ws notification ( #219 )
...
* fix: wrong stt vendor will raise ws notification
* fix: wrong stt vendor will raise ws notification
Co-authored-by: Quan HL <quan.luuhoan8@gmail.com >
2023-01-17 07:52:05 -05:00
Dave Horton
567b03fd36
bugfix: transcribe/gather using default as vendor
2023-01-11 15:31:24 -05:00
Dave Horton
d5c04d2133
transcribe and gather: silently discard listening events from ibm stt
2023-01-11 14:59:15 -05:00
Dave Horton
a2e909b057
fix analysis of play test
2023-01-10 13:50:58 -05:00
Dave Horton
c3627cecb8
avoid hanging up on websocket apps after initial set of commands have completed
v0.8.0-rc4
2023-01-10 08:28:59 -05:00
Dave Horton
6753fdc2b4
linting error
2023-01-09 09:30:29 -05:00
two56
740d996739
Fix/play timeout ( #183 )
...
* Move play timeout into jambonz
* Unnecessary await on kill + eslint
* Change call status test to be consistent
Co-authored-by: Matt Preskett <matt.preskett@netcall.com >
2023-01-09 09:27:20 -05:00
two56
714d06a600
Fix/conference wait hook ( #213 )
...
* Deref old wait_hook on change
* Kill running playSession on conference exit
Co-authored-by: Matt Preskett <matt.preskett@netcall.com >
2023-01-09 08:13:34 -05:00
Dave Horton
0c52324915
Bugfix/http redirect to ws ( #211 )
...
* allow redirect to ws(s) url after starting with http(s) #210
* further fixes for #210
2023-01-07 15:00:18 -05:00
Dave Horton
2e3fb60e72
support google hints as an array of objects containing both hint phra… ( #209 )
...
* support google hints as an array of objects containing both hint phrase and boost value
* handle structured hints for non-google STT (#205 )
v0.8.0-rc2
2023-01-06 08:00:17 -05:00
Dave Horton
05a4665f87
Feature/force tts generation ( #208 )
...
* Feature: add option synthesizer.forceTtsGeneration #198
* Feature: add option synthesizer.forceTtsGeneration #198
* minor cleanup
* minor
Co-authored-by: Michal Tesar <michal@irevolution.group >
2023-01-04 15:42:48 -05:00