how can I check a phone number?

Status
Not open for further replies.

luca pellegrini

Joined
Sep 14, 2017
Messages
11
Reaction score
0
I should check the phone number to know if there are more than 9 digits or less
 

Attachments

  • verifynmbr.png
    verifynmbr.png
    19.3 KB · Views: 20
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.
 
Status
Not open for further replies.

Forum statistics

Threads
111,856
Messages
589,402
Members
164,693
Latest member
FLCC