As I’m not sure if the end user will dial a number with/without 1+ and with or without the locale area code (needs to be striped off if there) I started using the Set component with the equation CalledNumber=”${EXTEN:1}” and then a Set with EXTEN = “${CalledNumber}” to put it back any time I found a 1+. To see what happened I did a Log with “${EXTEN}”/”${CalledNumber}”. I used CalledNumber just to get an intermediate variable I could observe. The output from the Set’s looks ok but the Log gave “1209XXXYYYY/209XXXYYYY” as though it didn’t replace the value back into EXTEN. Any ideas?