Announcement not continuing with repeat option

Having an issue using Asterisk 11.5, FreePBX 2.11 and the announcement module. Seems that if I select the option in the announcement to Repeat (and the 1 key) the system will sit there waiting and not proceed to the Destination after playback.

On the CLI, I can see it playing the announcement, and the last thing it does is execute a WaitExten…

– Executing [s@ivr-1:11] ExecIf(“SIP/zzz-rc-sip-5070-00000158”, “1?Background(custom/en-ivrmenu)”) in new stack
– <SIP/zzz-rc-sip-5070-00000158> Playing ‘custom/en-ivrmenu.slin’ (language ‘en’)
– Executing [7@ivr-1:1] Goto(“SIP/zzz-rc-sip-5070-00000158”, “app-announcement-1,s,1”) in new stack
– Goto (app-announcement-1,s,1)
– Executing [s@app-announcement-1:1] GotoIf(“SIP/zzz-rc-sip-5070-00000158”, “1?begin”) in new stack
– Goto (app-announcement-1,s,4)
– Executing [s@app-announcement-1:4] NoOp(“SIP/zzz-rc-sip-5070-00000158”, “Playing announcement en-Directions”) in new stack
– Executing [s@app-announcement-1:5] Set(“SIP/zzz-rc-sip-5070-00000158”, “TIMEOUT(response)=1”) in new stack
– Response timeout set to 1.000
– Executing [s@app-announcement-1:6] BackGround(“SIP/zzz-rc-sip-5070-00000158”, “custom/en-directions,nm”) in new stack
– <SIP/zzz-rc-sip-5070-00000158> Playing ‘custom/en-directions.slin’ (language ‘en’)
– Executing [s@app-announcement-1:7] WaitExten(“SIP/zzz-rc-sip-5070-00000158”, “,”) in new stack

Seems that no value for the WaitExten is passed, so it sits there forever. I only tested for 5 minutes, but I would suppose it would use a “global” timeout value.
TIA,
Carlos