CTI model makeCall method omits special characters for phone numbers

Hi community,

[FreedomUI]

Is there any possibility to override or omit the formatting implementation for phone number inputs in communication options. Instead of getting ex. +48111222333, some fragment of the code before makeCall method in CTI model omits special characters like ''+''. I want the whole input in order to make queries to find Contact with the specific phone number. Images below should perfectly explain the issue.

Thanks in advance.

Like 0

Like

1 comments

My current approach is to manually add the '+' character, which might seem a bit simplistic, but it’s probably the only solution. I’m just wondering if there’s a more elegant alternative.

Show all comments