ding-dong icon indicating copy to clipboard operation
ding-dong copied to clipboard

Create AGI server on #Node.js for #Asterisk quickly!

Results 14 ding-dong issues
Sort by recently updated
recently updated
newest added

recordFile: The timeout is the maximum record time in milliseconds, or -1 for no timeout. https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+AGICommand_record+file

In the fastagi java server i can set the max pool size, is there any equivalent option in the ding-dong?

I have dashboard that shows which services are running, my other services expose /alive to check if server is running or not. but how can i do the same with...

On nodejs public folder i have some audio files. that i want to play with streamFile ``` const filePath = `http://host.docker.internal:8081/audio/${voiceFileName}.wav`; return elementApi.environment.variables.context.streamFile(filePath) .then((response) => { console.log("response played", response); return...

IS there a simple way to identify the source ip of the box sending the AGI request

If I download ding-dong via npm manager, it gets old version with errors. That version doesn`t have close and init methods also.

If the AGI socket closes for some reason ding-dong (context.js) will throw an unhandled promise rejection error. See line 117 of context.js in master branch. UnhandledPromiseRejectionWarning: Error [ERR_STREAM_WRITE_AFTER_END]: write after...

Good friends, I have time on this, so I will post it here. I want to send the class in the setmusic, but it always takes the default, this is...

It would be wonderful, if you would update the example in readme.md. It took me more than an hour to find out, that the start-command has changed somehow. I found...