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:
|
{ |
|
name: 'asyncAGIBreak', |
|
command: 'ASYNCAGI BREAK', |
|
params: 0, |
|
}, |
BTW, I tried changing it to asyncAGIBreak and it's still not returning control to the dialplan.
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
asyncAGIBreakinstead ofasyncagiBreakbased on this:ding-dong/lib/command.js
Lines 350 to 354 in b38ea9b
BTW, I tried changing it to
asyncAGIBreakand it's still not returning control to the dialplan.