Regex Inbound Route

Hi guys.

I need test with inbound call, when I receive a destination number 060011XXXXXXXX and convert to 0415511XXXXXXXX

I configurate in route a regex:
Called → ^060011([0-9]{8})$
Remapped Called → /060011([0-9]{8})/0415511$1/

But, make a Test Call, this don’t work, him don’t find route.

What can is wrong in this rule?

It’s work after configurate regex to:

Called → /060011([0-9]{8})/
Remapped Called → /060011([0-9]{8})/0415511\1/