mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
initial changes for major tts revamp
This commit is contained in:
@@ -105,7 +105,8 @@ function installSrfLocals(srf, logger) {
|
||||
updateCallStatus,
|
||||
retrieveCall,
|
||||
listCalls,
|
||||
deleteCall
|
||||
deleteCall,
|
||||
synthAudio
|
||||
} = require('jambonz-realtimedb-helpers')({
|
||||
host: process.env.JAMBONES_REDIS_HOST,
|
||||
port: process.env.JAMBONES_REDIS_PORT || 6379
|
||||
@@ -119,7 +120,8 @@ function installSrfLocals(srf, logger) {
|
||||
updateCallStatus,
|
||||
retrieveCall,
|
||||
listCalls,
|
||||
deleteCall
|
||||
deleteCall,
|
||||
synthAudio
|
||||
},
|
||||
parentLogger: logger,
|
||||
ipv4: localIp,
|
||||
|
||||
Reference in New Issue
Block a user