nimbleape / asterisk-dialogflow-rtp-audioserver

MIT License
41 stars 18 forks source link

Move config around plus enable disable output audio #13

Closed danjenkins closed 4 years ago

danjenkins commented 4 years ago

also moved auth config for DialogFlow also changed formatting on one file to follow the rules in place everywhere else also moved audioconfig for input/output to actual config files

slice 44 bytes off the wav file, not 42

JorgMuskens commented 4 years ago

I will test hold on for moment

JorgMuskens commented 4 years ago

in index.js row 22 is not correct due to changes in config file please adjust to projectId:config.get('dialogflow.auth.project'),

The rest looks fine for me just dd a test no issue so far. Also the try catch works perfectly From my stand point this can be merged with master

danjenkins commented 4 years ago

ah i moved project back out of auth because its technically not needed for auth, just need to update the default config again