01-30-2021 10:56 PM
Hi everybody! Can you explain me one thing about Calling party transformation mask:
If mask is +XXXXXXXXXX and number is for example 55666 what we get at the output?
Is it true aswer +55666 ?
Solved! Go to Solution.
01-31-2021 12:14 AM
The output will not be +55666.
Here is the scenario tested on my lab.
calling number 24523399
applying mask +XXXXXXXXXX
Debug
Exclusive, Channel 5
Calling Party Number i = 0x0081, N/A
Plan:Unknown, Type:Unknown
Called Party Number i = 0x80, '1234'
Plan:Unknown, Type:Unknown
calling number 24523399
applying mask +XXX
Debug
Exclusive, Channel 6
Calling Party Number i = 0x0081, '+399'
Plan:Unknown, Type:Unknown
Called Party Number i = 0x80, '1234'
Plan:Unknown, Type:Unknown
calling number 24523399
applying mask +XXXXXXXX
Debug
Exclusive, Channel 6
Calling Party Number i = 0x0081, '+24523399'
Plan:Unknown, Type:Unknown
Called Party Number i = 0x80, '1234'
Plan:Unknown, Type:Unknown
if you need +55666, your translation mask should be +XXXXX.
01-31-2021 12:14 AM
The output will not be +55666.
Here is the scenario tested on my lab.
calling number 24523399
applying mask +XXXXXXXXXX
Debug
Exclusive, Channel 5
Calling Party Number i = 0x0081, N/A
Plan:Unknown, Type:Unknown
Called Party Number i = 0x80, '1234'
Plan:Unknown, Type:Unknown
calling number 24523399
applying mask +XXX
Debug
Exclusive, Channel 6
Calling Party Number i = 0x0081, '+399'
Plan:Unknown, Type:Unknown
Called Party Number i = 0x80, '1234'
Plan:Unknown, Type:Unknown
calling number 24523399
applying mask +XXXXXXXX
Debug
Exclusive, Channel 6
Calling Party Number i = 0x0081, '+24523399'
Plan:Unknown, Type:Unknown
Called Party Number i = 0x80, '1234'
Plan:Unknown, Type:Unknown
if you need +55666, your translation mask should be +XXXXX.
01-31-2021 05:31 AM
Thank you ! now understood the application of the mask
01-31-2021 03:03 AM
01-31-2021 03:25 AM
Transform Mask - allowed characters are numeric (0-9),plus (+),asterisk (*),pound (#),X.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide