Dave Horton
68992bccf6
fix #866 ( #867 )
2024-08-16 14:54:22 -04:00
Anton Voylenko
c131fceea7
fix: misleading log on call creation ( #865 )
2024-08-15 09:15:08 -04:00
Hoan Luu Huu
12174359f2
fix support precache audio with tts stream ( #855 )
...
* fix support precache audio with tts stream
* update speech util
2024-08-15 08:22:00 -04:00
Hoan Luu Huu
020c84d2df
rest call session does not handle for RE-INVITE ( #863 )
2024-08-14 07:19:00 -04:00
Hoan Luu Huu
62d71d2504
fix conference in cluster have correct direction in callInfo ( #842 )
...
* fix conference in cluster have correct direction
* update github action
2024-08-13 20:02:50 -04:00
Anton Voylenko
c594797cb0
fix: support _lccMuteStatus for conference ( #853 )
2024-08-13 09:57:26 -04:00
Anton Voylenko
bae96a6752
fix: do not run snake case for customer data ( #861 )
2024-08-13 09:45:58 -04:00
rammohan-kore
ee68575ea4
Feat/844 Sending callSid in the custom-stt start message ( #848 )
...
* https://github.com/jambonz/jambonz-feature-server/issues/844
sending callSid in options, so that the callSid is sent to stt websocket in case of custom websocket
* feat/844: checking for existance of task.cs.callSid
* feat/844: changed the condition to task.cs?.callSid
2024-08-13 09:28:19 -04:00
rammohan-kore
6d0aeff6e2
feat/859: updated verb-specifications to 0.0.76 ( #860 )
2024-08-13 08:56:56 -04:00
rammohan-kore
d2a5d483d0
feat/856: sending DEEPGRAM_SPEECH_MODEL_VERSION to deepgram ( #858 )
2024-08-12 09:34:23 -04:00
Hoan Luu Huu
d3eb106d5d
clear gather timeout if imterim result received ( #800 )
...
* clear gather timeout if imterim result received
* fix to reset timeout timer if receive interrim result
* fix to reset timeout timer if receive interrim result
2024-08-08 07:50:46 -04:00
Hoan Luu Huu
689e55bdf0
support wait hook for conf:participant-action hold ( #851 )
2024-08-08 07:42:11 -04:00
Hoan Luu Huu
ed7e036890
support jambonz transcribe sampling rate ( #847 )
...
* support jambonz transcribe sampling rate
* fix review comment
* update verb specification version
2024-08-07 10:39:58 -04:00
Hoan Luu Huu
f90fcdf57b
Feat/deepgrap tts onprem ( #846 )
...
* support deepgram tts onprem
* upodate speech utils version
2024-08-07 07:25:28 -04:00
rammohan-kore
c2a1819cbb
feat/813 - notify speech-bargein-detected and dtmf-bargein-detected events ( #823 )
...
* feat/813 - notify speech-bargein-detected and dtmf-bargein-detected events
* fix for #826 race condition in say (#827 )
* fix for #826 race condition in say
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update transcription-utils.js (#802 )
* Check the confidence levels of a transcript with minConfidence (#808 )
* https://github.com/jambonz/jambonz-feature-server/issues/807
* feat/807: Using minConfidence from recognizer settings
* feat/807: new reason stt-min-confidence-error
* feat/807: sending stt-min-confidence instead of stt-min-confidence-error
* feat/807: sending stt-low-confidence instead of stt-min-confidence-error
* feat/807 - removed ? for this.data
* fix conference end is not sent when moderator leave conference (#825 )
* fix conference end is not sent when moderator leave conference
* wip
* fix review comment
* feat/813: checking for playComplete before sending dtmf-bargein-detected event
* feat/813: added this.playComplete=true at the end of _killAudio method
* feat/813: removed empty line
* feat/813: removed nested if and added condition to main if
* feat/813: notifyStatus called when not playComplete
* feat/813: referring to time-series 0.2.9 version
* feat/813: generated package-lock.json
---------
Co-authored-by: Dave Horton <daveh@beachdognet.com >
Co-authored-by: Vinod Dharashive <vdharashive@gmail.com >
Co-authored-by: Hoan Luu Huu <110280845+xquanluu@users.noreply.github.com >
2024-08-06 09:34:15 -04:00
rammohan-kore
4259a24fa0
feat/758: for google getting the language_code from evt ( #843 )
2024-08-06 07:45:08 -04:00
rammohan-kore
e4e37d5697
feat/836: capturing callSid for STT and TTS alerts ( #838 )
...
* feat/836: capturing callSid for STT and TTS alerts
* feat/836: corrected assignment of callSid and added target_sid at few more alerts
* update github action
---------
Co-authored-by: Quan HL <quan.luuhoang8@gmail.com >
2024-08-05 12:14:08 -04:00
Markus Frindt
b7a3c2970a
Bug/fix missing arg reconnect alert ( #835 )
...
* Add url as argument to a webhook connection failure alert after reconnect error
* npm audit fix to remove 15 high vulnerabilities
---------
Co-authored-by: Markus Frindt <m.frindt@cognigy.com >
2024-07-31 09:25:31 -04:00
Hoan Luu Huu
cc33ac1d51
fix conference end is not sent when moderator leave conference ( #825 )
...
* fix conference end is not sent when moderator leave conference
* wip
* fix review comment
2024-07-30 07:32:07 -04:00
rammohan-kore
4b4807e4cf
Check the confidence levels of a transcript with minConfidence ( #808 )
...
* https://github.com/jambonz/jambonz-feature-server/issues/807
* feat/807: Using minConfidence from recognizer settings
* feat/807: new reason stt-min-confidence-error
* feat/807: sending stt-min-confidence instead of stt-min-confidence-error
* feat/807: sending stt-low-confidence instead of stt-min-confidence-error
* feat/807 - removed ? for this.data
2024-07-25 12:22:42 -04:00
Vinod Dharashive
9a3c731389
Update transcription-utils.js ( #802 )
2024-07-24 15:20:26 -04:00
Dave Horton
edd8f20642
fix for #826 race condition in say ( #827 )
...
* fix for #826 race condition in say
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
2024-07-24 12:56:03 -04:00
Hoan Luu Huu
ee24041cba
Allow joining conference as muted ( #821 )
...
* allow entering conference as muted
* allow entering conference as muted
v0.9.1
2024-07-20 12:31:25 -04:00
Hoan Luu Huu
83f7abcd89
Kick member out conference ( #820 )
2024-07-20 12:11:36 -04:00
Hoan Luu Huu
c9194168d2
support restDial.referhook ( #812 )
...
* support restDial.referhook
* support restDial.referhook
* wip
v0.9.1-rc6
2024-07-19 10:22:29 -04:00
Hoan Luu Huu
83191487cf
fix config.transcribe should not override config.transcribe.recognizer ( #817 )
2024-07-19 07:26:49 -04:00
Hoan Luu Huu
65ef4e6d64
fix conference in feature server cluster join, leave, end events are … ( #803 )
...
* fix conference in feature server cluster join, leave, end events are missing original data
* wip
v0.9.1-rc5
2024-07-12 08:36:43 -06:00
Hoan Luu Huu
ddb4719220
Merge pull request #806 from jambonz/feat/fd_269
...
support disable/enable listen DTMF in prompt
2024-07-11 20:09:40 +07:00
Quan HL
f514a65f63
support disable/enable listen DTMF in prompt
2024-07-10 08:37:02 -06:00
Hoan Luu Huu
5ccea65b7f
stt/tts label can be empty, should not assign application level label… ( #804 )
...
* stt/tts label can be empty, should not assign application level label as default value
* wip
2024-07-10 08:36:00 -06:00
Dave Horton
8672152873
fix for #765 ( #785 )
2024-06-28 09:05:05 -04:00
Dave Horton
425b88f930
fix: package.json & package-lock.json to reduce vulnerabilities ( #792 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-UNDICI-7361667
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2024-06-28 09:04:25 -04:00
Dave Horton
111976bea5
bug: clear asr timer when gather resolves with timeout ( #788 )
2024-06-28 08:54:36 -04:00
Dave Horton
ec6d7b3f42
persistent connection for custom stt vendors in transcribe ( #794 )
2024-06-28 08:33:10 -04:00
Vinod Dharashive
5e1b826da4
Aws polly engine fix ( #789 )
...
* Aws polly engine fix
engine parameter was not able to change using synthesizer
* WIP
code correction and set default engine to Neural
* WIP
* WIP
Updated tts-task.js
* WIP
v0.9.1-rc4
2024-06-25 13:29:28 -04:00
Dave Horton
be9c3406c1
fix bug where play incorrectly plays again after response received ( #786 )
...
* fix bug where play incorrectly plays again after response received
* wip
* fix race condition where bot delay audio kcks off same instant we receive commands
2024-06-25 12:25:55 -04:00
Dave Horton
2f3ef1654a
fix: package.json & package-lock.json to reduce vulnerabilities ( #787 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-WS-7266574
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2024-06-24 15:07:55 -04:00
Hoan Luu Huu
0baa080a1e
update getAwsAuthToken use parameters in an object ( #784 )
...
* update getAwsAuthToken use parameters in an object
* wip
* update speech utils
2024-06-15 08:11:31 -04:00
Dave Horton
f5cbd26c9f
update to speech-utils with support for JAMBONES_DISABLE_AZURE_TTS_STREAMING ( #776 )
2024-06-14 09:31:28 -04:00
Dave Horton
d9fd82fa60
major refactor and simplification of actionHookDelay feature ( #771 )
...
* major refactor and simplification of actionHookDelay feature
* wip for #765
* wip
* testing
* wip
* added validity checks for actionHookDelay properties
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* fix bug where config happens before endpoint is established
* wip
* hangup and clear ws connection if nogiveuptimer expires
* wip
* wip
* wip
2024-06-14 09:24:26 -04:00
Dave Horton
76a3aa7f42
send end of utterance events if using deepgram, interim events are enabled, and utterance_end_ms option is set ( #772 ) ( #782 )
2024-06-13 13:18:32 -04:00
Hoan Luu Huu
cafe149bdf
fix wrong vad notification to background bargin ( #781 )
...
* fix wrong vad notification to background bargin
* wip
* wip
* reset bargeinHandled every on reset
2024-06-12 10:52:53 -04:00
Anton Voylenko
9969e39e7e
set valid terminatedBy for rest call ( #779 )
2024-06-08 17:39:40 -04:00
Hoan Luu Huu
8eea212df2
Fix/verbio stt ( #770 )
...
* fix verbio stt normalization
* wip
2024-06-01 07:38:36 -04:00
Hoan Luu Huu
e8e356ea3a
update speech util version to fix verbio cache ( #766 )
2024-05-31 06:42:22 -04:00
Hoan Luu Huu
c5e19bf775
support verbio speech ( #757 )
...
* support verbio speech
* wip
* wip
* wip
* update speech utils
* update verb specification
v0.9.1-rc1
2024-05-29 07:55:46 -04:00
Hoan Luu Huu
498dd64025
support mod_vad_detect ( #762 )
...
* support mod_vad_detect
* wip
* update verb spec and drachtio fsmrf
* Update example-voicemail-greetings.json (#761 )
Update voicemail english greetings
* wip
* stopvad if playdone
---------
Co-authored-by: Vinod Dharashive <vdharashive@gmail.com >
2024-05-29 07:31:59 -04:00
Dave Horton
24b6d2464b
update speech-utils and fsmrf ( #764 )
2024-05-28 18:24:51 -04:00
Dave Horton
cd5421120f
fix race condition with filler noise and also play filler noise when idle and waiting for commands ( #763 )
2024-05-28 12:45:29 -04:00
Hoan Luu Huu
d7c3a4a632
support mod_custom_tts ( #731 )
2024-05-28 12:30:25 -04:00