I have upgraded from AskoziaPBX 1.0.2 to 2.0.rc1 (embedded) and the following Application doesn't work anymore:
1,Answer()
2,Wait(1)
3,DISA(no-password|internal)
Askozia defaults to load only a small subset of essential asterisk modules. You can load needed additional modules appending directives to modules.conf.
Press ESC in the web configurator, select the
files tab then choose
/etc/asterisk/modules.conf from the drop-down list and click
edit.
Now select the
Append radio button then add this line in the text area:
load => app_disa.soReboot and try again your disa application.