Trailing Digits Replacement; Specific Digits Replacement; Leading Digits Replacement If Length Matches - Cisco BTS 10200 Softswitch Manual

Cisco systems softswitch dial plan guide
Hide thumbs Also See for BTS 10200 Softswitch:
Table of Contents

Advertisement

Chapter 1
Digit Translations

Trailing Digits Replacement

The Cisco BTS 10200 Softswitch digit manipulation function supports the replacing trailing digits per
the following example:
Add digman id=del4rep0000; match-string=????$; replace-string=0000;
**************************************************
Enter input string 4692551234
Match string ????$
Replace string 0000
MATCHED
Output string = 4692550000
**************************************************

Specific Digits Replacement

The Cisco BTS 10200 Softswitch digit manipulation function supports specific digits replacement only
if the input string matches specific digits per the following example:
Add digman id=del469255pfx5; match-string=469255; replace-string=5;
**************************************************
Enter input string 4692551234
Match string 469255
Replace string 5
MATCHED
Output string = 51234
**************************************************

Leading Digits Replacement if Length Matches

The Cisco BTS 10200 Softswitch digit manipulation function supports leading digits replacement only
if the length matches per the following examples:
Add digman id=del6pfx5; match-string=469255....; replace-string=5;
**************************************************
Enter input string 4692551234
Match string 469255....
Replace string 5
MATCHED
Output string = 51234
**************************************************
Enter input string 4692550
Match string 469255....
Replace string 5
Not MATCHED
Output string = 4692550
**************************************************
OL-8001-10
Cisco BTS 10200 Softswitch Dial Plan Guide, Release 4.5.x
Digit Manipulation
1-15

Advertisement

Table of Contents
loading

Table of Contents