luca pellegrini Joined Sep 14, 2017 Messages 11 Reaction score 0 Oct 2, 2017 #1 I should check the phone number to know if there are more than 9 digits or less Attachments verifynmbr.png 19.3 KB · Views: 20
edossantos Support Team Staff member Joined Jun 27, 2007 Messages 7,804 Reaction score 2,949 Oct 2, 2017 #2 Hi @luca pellegrini, Do you mean the caller ID number? In that case, in order to check if the length is 9, you can use the following expression: EQUAL(LEN(session.ani),9) If you want to check if it has less than 9: LESS_THAN(LEN(session.ani),9) Kind regards.
Hi @luca pellegrini, Do you mean the caller ID number? In that case, in order to check if the length is 9, you can use the following expression: EQUAL(LEN(session.ani),9) If you want to check if it has less than 9: LESS_THAN(LEN(session.ani),9) Kind regards.