search for: arstandard

Displaying 1 result from an estimated 1 matches for "arstandard".

Did you mean: rstandard
2009 Oct 14
0
WaitForSilence doesn't work unless Background is called?
...that WaitForSilence (WFS for short) does not work until Background is called. Note that the lenghts of the sounds are approximately 5 seconds for bring, and 10 for presses. [Testing] exten => s,1,Answer() exten => s,n,Wait(10) exten => s,n,WaitForSilence(5000) exten => s,n,Background(arstandard/bring) exten => s,n,WaitForSilence(5000) exten => s,n,Background(arstandard/presses) I am making constant noise during this dialplan. "bring" plays, despite the constant noise, indicating that the first WaitForSilence call doesn't work, but the second does work because "p...