We experience a strange behavior of the background cmd in our dialplan. the background application is playing a choice menu. When we make a choice the background waits a fixed amount of time (like the playback cmd) before the choice is executed. We have a Waitexten after the background but even we comment out the Waitexten we have to wait the same time before the choice is executed. In the mean time the caller thinks the line is dead.
This is the part of the dialplan we’re talking about
exten => s,1,GotoIfTime(08:00-17:30,mon-fri,,?open)
same => n,Goto(geslotenttiba,s,1)
same => n(open),Ringing()
same => n,Wait(3)
same => n,Playback(welkomttiba)
same => n(menu),Background(menuttiba)
same => n,Waitexten()
Any suggestion of which can cause this issue?