FPBX 14.0.5.25/core 14.0.18.46 no voicemail BLF hints

In advanced settings, the Create Voicemail Hints is already set to yes.

Is res_mwi_blf.so still being used for this?

freepbx*CLI> module show like res_mwi_blf.so
Module Description Use Count Status Support Level
0 modules loaded

freepbx*CLI> module load res_mwi_blf.so
Unable to load module res_mwi_blf.so
Command ‘module load res_mwi_blf.so’ failed.

This is all the hints I see

> freepbx*CLI> core show hints
> 
>     -= Registered Asterisk Dial Plan Hints =-
> 107@ext-local       : PJSIP/107&Custom:DND  State:Idle            Presence:not_set         Watchers  4
> 103@ext-local       : PJSIP/103&Custom:DND  State:Idle            Presence:not_set         Watchers  0
> 108@ext-local       : PJSIP/108&Custom:DND  State:Idle            Presence:not_set         Watchers  4
> 109@ext-local       : PJSIP/109&Custom:DND  State:Idle            Presence:not_set         Watchers  1
> *8575@park-hints    : park:75@parkedcalls   State:Idle            Presence:not_set         Watchers  0
> *8574@park-hints    : park:74@parkedcalls   State:Idle            Presence:not_set         Watchers  0
> *8577@park-hints    : park:77@parkedcalls   State:Idle            Presence:not_set         Watchers  0
> *8576@park-hints    : park:76@parkedcalls   State:Idle            Presence:not_set         Watchers  0
> *8571@park-hints    : park:71@parkedcalls   State:Idle            Presence:not_set         Watchers  0
> *8573@park-hints    : park:73@parkedcalls   State:Idle            Presence:not_set         Watchers  0
> *8572@park-hints    : park:72@parkedcalls   State:Idle            Presence:not_set         Watchers  0
> *8578@park-hints    : park:78@parkedcalls   State:Idle            Presence:not_set         Watchers  0
> 111@ext-local       : PJSIP/111&Custom:DND  State:Unavailable     Presence:not_set         Watchers  4
> 110@ext-local       : PJSIP/110&Custom:DND  State:Unavailable     Presence:not_set         Watchers  4
> 72@park-hints       : park:72@parkedcalls   State:Idle            Presence:not_set         Watchers  0
> 73@park-hints       : park:73@parkedcalls   State:Idle            Presence:not_set         Watchers  0
> 70@park-hints       : park:71@parkedcalls&  State:Idle            Presence:not_set         Watchers  0
> 71@park-hints       : park:71@parkedcalls   State:Idle            Presence:not_set         Watchers  0
> 76@park-hints       : park:76@parkedcalls   State:Idle            Presence:not_set         Watchers  0
> 77@park-hints       : park:77@parkedcalls   State:Idle            Presence:not_set         Watchers  0
> 74@park-hints       : park:74@parkedcalls   State:Idle            Presence:not_set         Watchers  0
> 75@park-hints       : park:75@parkedcalls   State:Idle            Presence:not_set         Watchers  0
> 78@park-hints       : park:78@parkedcalls   State:Idle            Presence:not_set         Watchers  0
> _*96X.@ext-cf-hints : Custom:DEVCF${EXTEN:  State:Unavailable     Presence:                Watchers  0
> 299@ext-local       : PJSIP/299&Custom:DND  State:Unavailable     Presence:not_set         Watchers  0
> _*76X.@ext-dnd-hints: Custom:DEVDND${EXTEN  State:Unavailable     Presence:                Watchers  0
> _*80X.@ext-local    : ${DB(AMPUSER/${EXTEN  State:Unavailable     Presence:                Watchers  0
> _*21X.@ext-findmefol: Custom:FOLLOWME${EXT  State:Unavailable     Presence:                Watchers  0
> _*98X.@app-dialvm   : MWI:${EXTEN:3}@${DB(  State:Unavailable     Presence:                Watchers  0
> ----------------
> - 29 hints registered

Ideas on this one?

Hints are dynamic, so they are not generated unless you have a subscriber. Do you have a BLF button programmed for a VM hint?

Three extensions have BLF for one voicemail box:

[2019-01-22 12:36:26] NOTICE[17401] res_pjsip_exten_state.c: Endpoint ‘103’ state subscription failed: Extension ‘97109’ does not exist in context ‘from-internal’ or has no associated hint
[2019-01-22 12:36:27] NOTICE[17401] res_pjsip_exten_state.c: Endpoint ‘109’ state subscription failed: Extension ‘97109’ does not exist in context ‘from-internal’ or has no associated hint
[2019-01-22 12:36:27] NOTICE[10052] res_pjsip_exten_state.c: Endpoint ‘107’ state subscription failed: Extension ‘97109’ does not exist in context ‘from-internal’ or has no associated hint

97XXXX is till the way to do it? That is how I have done it for a long time

Nope.

*98109
1 Like

Ahh. That explains things.

You all killing me with all these changes. ha-ha.

Thanks a bunch!

It’s the same feature default code I remember from 10 years ago.

Well, before we could see the 97XXX hints in Asterisk and would use those for the BLF and worked fine.

97 has never been a default prefix for anything in FreePBX. If it has worked for you in the past, that could only be if you had changed the default feature codes or perhaps with some custom dialplan.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.