hello every one : <br> I want to match the # in XML dialplan , how to do ? <br> example : <br> 1#5555#6666 . how to do ? <br> I do this : <br> <condition field="destination_number" expression="^1#(d+)#(d+)$"/><br>
but it's not work <br>