cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1268
Views
20
Helpful
4
Replies

Calling party transformation mask

alex_sakharov
Level 1
Level 1

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 ?

1 Accepted Solution

Accepted Solutions

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.

 

 

 



Response Signature


View solution in original post

4 Replies 4

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.

 

 

 



Response Signature


Thank you ! now understood the application of the mask

Hi,

As @Nithin Eluvathingal mentioned. Your pattern will not be matched. To be
matched the number of digits need to match the number of variables in the
mask (X's). Otherwise, you use wildcard such as X!.

****** please remember to rate useful posts

Transform Mask - allowed characters are numeric (0-9),plus (+),asterisk (*),pound (#),X.



Response Signature