<div dir="ltr"><div>Hello,</div><div><br></div><div>On a Debian Buster instance, I compiled Asterisk 17.3.0 from source.</div><div><br></div><div>I enables all 3 File, IMAP and ODBC voicemail modules but I'm still using classical File module (in modules;conf and voicemail.conf):</div><div>cd asterisk-17.3.0</div><div>...</div><div>make menuselect.makeopts</div>menuselect/menuselect  --enable app_voicemail_imap menuselect.makeopts; done<div>menuselect/menuselect  --enable app_voicemail_odbc menuselect.makeopts; done</div><div>...<br></div><div><br></div><div>I've got this:</div><div><br></div><div>CLI> core show application VoiceMailMain<br>Your application(s) is (are) not registered<br>Command 'core show application VoiceMailMain' failed.</div><div><br></div><div>CLI> module reload app_voicemail.so<br>Module 'app_voicemail.so' reloaded successfully.<br>    -- Reloading module 'app_voicemail.so' (Comedian Mail (Voicemail System))</div><div><br></div><div>CLI> module show like app_voicemail.so<br>Module                         Description                              Use Count  Status      Support Level<br>app_voicemail.so               Comedian Mail (Voicemail System)         0          Running              core<br>1 modules loaded<br></div><div><br></div><div><br></div><div>Then I re-compiled from source removing both app_voicemail_imap and app_voicemail_odbc menuselect options and I could successfully get :</div><div><br></div><div>CLI> core show application VoiceMailMain<br><br>  -= Info about application 'VoiceMailMain' =- <br></div><div>...</div><div><br></div><div><br></div><div>What are the necessary steps to have  app_voicemail,  app_voicemail_imap and app_voicemail_odbc available along with VoiceMailMain when still using app_voicemail as preferred Voicemail module ?</div><div><br></div><div>Best regards<br></div><div><br></div></div>