<if cond="00==1">
<prompt><audio src="http://127.0.0.1/ivr/audio/en/cent.wav"/></prompt>
<else/>
<prompt><audio src="http://127.0.0.1/ivr/audio/en/cents.wav"/></prompt>
</if>
<prompt><audio src="http://127.0.0.1/ivr/audio/en/break500.wav"/> </prompt>
<prompt><audio src="http://127.0.0.1/ivr/audio/en/Press_3.wav"/> </prompt>
<prompt><audio src="http://127.0.0.1/ivr/audio/en/to_pay_your.wav"/> </prompt>
<prompt><audio src="http://127.0.0.1/ivr/audio/en/curr_stmt_bal_amt.wav"/> </prompt>
above the conditional block in the field tag is executing after all the prompt tags are executed.after "" this prompt it should play either cent.wav or cents.wav then it should play the remaining prompts after conditional block but it is entering into conditional block after all other prompts executed. can anyone suggest how can I resolve this issue.