Displaying 1 result from an estimated 1 matches for "m202fc48e".
2009 Oct 14
0
WaitForSilence doesn't work unless Background is called?
...s)
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 "presses" never
plays. The Asterisk CLI output can be found here
http://pastebin.com/m202fc48e , for this particular dial plan. Other
dialplans demonstrate similar behavior.
[Testing]
;exten => s,1,Answer()
;exten => s,n,Wait(10)
;exten => s,n,WaitForSilence(5000)
exten => s,1,Background(arstandard/bring)
exten => s,n,WaitForSilence(5000)
exten => s,n,Background(arstandar...