So, phone numbers are always ltr (left to right).
Working on a multilingual website I need to insert a phone number (with a \'+\' prefix and numbers separated by \'-\')
Another option could be to use dir='ltr' attribute, in your inline element:
dir='ltr'
Please call to +44-123-321 for some help
Please note that including in your HTML is as bad as using dir='ltr' attribute.