Voicemail - press * key

We are moving from 1.2.x to 1.4.x. In our standard extension macro, we have a line like this:

.
.
.
exten => a,1,VoicemailMain(${MACRO_EXTEN}@${MACRO_CONTEXT})
exten => a,n,Hangup()

When the * is pressed, the announcement stops and the caller is transfered to their voicemail, where they can check for messages, etc. This works fine in 1.2 but does not work in 1.4. what am I missing?

Hi what version of 1.4 ? not 1.4.19 by any chance ?

As it works fine in 1.4.18

Ian

1.4.13

OK, I upgraded to 1.4.19 but that does not make a difference. Here’s the entire macro:

exten => s,1,Dial(SIP/${MACRO_EXTEN},10,rtT)
exten => s,2,Voicemail(${MACRO_EXTEN},us)
exten => s,102,Voicemail(${MACRO_EXTEN},bs)
exten => s,103,Hangup
exten => a,1,VoicemailMain(${MACRO_EXTEN}@${MACRO_CONTEXT})
exten => a,n,Hangup()

Pressing the * key while listening to the announcement is ignored.