The dialplan application is part of the app_playback.so module. The Asterisk project doesn’t maintain the Debian packages, so I’m not certain of what exactly needs to be installed/how they are built.
Yes I know, I can compile it from source, but this might bringt me to the dependancy hell.
Isn’t there a chance to install applications or the app_playback.so module after having compiled asterisk? I mean it should be able to install modules afterwards.
Modules are built when Asterisk is built, unless they are third party external modules. I would expect app_playback.so to be built by the packager as it is part of core. I don’t have any experience using the packages though, and don’t know even what configuration it includes.
Thank you! That was the thing. In modules.conf I had to un-comment the part for playback, thats it.
Sorry for the inconvenience, I am an absolute beginner with asterisk.
Here is the debugging from now:
debian-simon*CLI> console dial 1001
-- Executing [1001@default:1] Answer("Console/default", "") in new stack
--- <("<) --- Call from Console has been Answered --- (>")> ---
-- Executing [1001@default:2] Playback("Console/default", "hello-world") in new stack
-- <Console/default> Playing 'hello-world.gsm' (language 'en')
-- Executing [1001@default:3] Hangup("Console/default", "") in new stack
== Spawn extension (default, 1001, 3) exited non-zero on 'Console/default'
--- <("<) --- Hangup on Console --- (>")> ---
debian-simon*CLI>