Displaying 1 result from an estimated 1 matches for "script8".
Did you mean:
script
2007 Feb 22
1
GotoIf DURATION
...t;>Hi,<br>
<br>
I am trying to branch a call based on it's duration but
${CDR(duration)} is always 0.<br>
(The idea is to keep ringing the operator until a certain amount of
time has lapsed)<br>
<br>
This does not work:<br>
exten => s,4,Background(local/script8)<br>
exten => s,5,Dial(${OPERATOR},30,tr)<br>
exten => s,6,Noop(${CDR(duration)})<br>
exten => s,7,GotoIf($[${CDR(duration)} < 80]?4)<br>
exten => s,8,Playback(local/script7)<br>
<br>
CLI output:<br>
-- Nobody picked up in 30000 ms<br&...