BTW, in Australia, the area code is always read back with a leading zero ...
So you can also use ... Append("0",Right(Call.Ani,9))
If Ani = tel:+61401234567
then Result = 0401234567
------------------------------
Thanks and regards,
Malcolm Green (GCP - PureCloud)
Nexon Asia Pacific
------------------------------
Original Message:
Sent: 08-21-2020 13:23
From: Mike Steinke
Subject: How to match ANI to data tables
you can also use the "right" function to get the part of the ANI you care about for your lookup.
For example, if my Call.Ani is tel:+18008675309
Right (Call.Ani,10) would get you 8008675309
Right (Call.Ani,12) would get you +18008675309
------------------------------
Mike Steinke
Inflow Communications
Original Message:
Sent: 07-12-2018 01:21
From: Makoto Nagai
Subject: How to match ANI to data tables
Hi.
Let me talk about "data table search" in Architect.
It is assumed to use such a way that a phone number is registered in the data table
and if the caller number matches the telephone number of the table, it will arrive at
a specific queue.
Currently, the expression: Call.Ani is specified for "input" in "Data table search"
of Architect, but it can not match on the table. To "input" literal: 080XXXXXXXX (number itself)
is specified, the table matches and assumes the operation.
Is it necessary to convert the type to match Call.Ani with the key of the data table?
------------------------------
Makoto Nagai
Itochu Techno-Solutions Corporation(CTC)
------------------------------