We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Referring to this: https://github.com/antirek/ding-dong/blob/master/API.md
This doesn't work. Only killing the script allows the dialplan to continue.
I believe it should be asyncAGIBreak instead of asyncagiBreak based on this:
asyncAGIBreak
asyncagiBreak
ding-dong/lib/command.js
Lines 350 to 354 in b38ea9b
BTW, I tried changing it to asyncAGIBreak and it's still not returning control to the dialplan.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Referring to this: https://github.com/antirek/ding-dong/blob/master/API.md
This doesn't work. Only killing the script allows the dialplan to continue.
I believe it should be
asyncAGIBreak
instead ofasyncagiBreak
based on this:ding-dong/lib/command.js
Lines 350 to 354 in b38ea9b
BTW, I tried changing it to
asyncAGIBreak
and it's still not returning control to the dialplan.The text was updated successfully, but these errors were encountered: