Fayo Report post Posted 10/01/2003 02:23 PM Hello, In a Evaluate Expression module I have in the Expression details section the number zero: 0 And in the Assign result ... I have Counter1 It does not work I mean it hang up but I notice that if I change the zero 0 for a 1 than it works. Why isn't it possible to initialize a counter at 0? The example in the Help under Evaluate Expression show that it is possible. This is what I get in the trace: 30968 5 [init Retries Counter1] Evaluate 0 30984 5 Eval Expr result:[0] 30984 5 Hanging up call... 30984 5 TimeoutSet 2 EV_TIMEOUT_WAITFORIDLEAFTERLINEDROP Thank you Share this post Link to post
SupportTeam Report post Posted 10/01/2003 10:49 PM When an assignment of a value of 0 is made then VoiceGuide will branch down the "False" path (or "Fail" path) - and if the "False" path is not defined it will then hangup the call. Defining the "False" path in [init Retries Counter1] module should fix the problem... Share this post Link to post