Hi!
How do I do a NOT equal to in a dialplan expression
Normaly in regex I would use the ! character. This doesn't seem to work in FS..
ie
<condition field="${variable}" expression="!^1">
Shouldn't that match when the variable is not starting with one?