I came across a strange issue with SIPXecs 4.0.4 - if I use the normal
Logical AND operator (&&) in a cond element within a prompt field, the VXML
interpreter seems to fail.
e.g. the below VXML causes the VXML application to stop...
<prompt cond="myvalue > 0 && yourvalue < 10">
...
</prompt>
But replace the AND operator with an OR operator and it works fine:
<prompt cond="myvalue > 0 || yourvalue < 10">
...
</prompt>
I also found the same issue when using cond within an <if> element...
Any ideas on how to get logical AND working?
_______________________________________________
sipx-dev mailing list [email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
sipXecs IP PBX -- http://www.sipfoundry.org/