Yes, that's exactly I mean by "speed dial".
On the other hand I already have the Company_Phone_Number_Normalization_Rules.txt file with the following rules:
#
# 661331
#
^\+?(66)(\d{4})$
$1$2
#
# 1331
#
^\+?(\d{4})$
$1
My question would be, do I have to add the 66 prefix in the last rule right before the $1?
Thanks for your help.