I am working with IPCC 3.1(2) and have built a script that is using the Get Call Contact Info. The calling number has a corresponding script variable named "CallingNumber". The ANI that is coming in is 10 digits in length. The script is working and receiving the 10 digits, however I want to change this variable so that the output is only the first 6 digits.
So I need to place the contents of the "CallingNumber" variable into a new variable but which contains only the first 6 digits of the ANI.
What mechanism can I use to accomplish this?
Thanks,