On a new Debian Bookworm instance, l installed Asterisk using unstable repo.
Pinning is done so that stable version of any package is preferred over unstable version.
After running apt install asterisk, VoiceMail and VoiceMailMain are missing from ‘core show applications’ output.
Did I miss something ?
How can I add both VoiceMail and VoiceMailMain without compiling from source (which is perfectly fine in general but I would like to understand first why those app were missing).
`apt -s install asterisk-modules
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
asterisk-modules is already the newest version (1:20.3.0~dfsg+~cs6.13.40431413-1).
asterisk-modules set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
`
Also:
apt -s install asterisk-voicemail
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package asterisk-voicemail is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
asterisk-modules
E: Package 'asterisk-voicemail' has no installation candidate
It seems to me that asterisk used to recommend asterisk-voicemail (in Bullseye) but it doesn’t recommend it in Bookworm anymore and this package is not available in unstable.