Cisco BTS 10200 Softswitch Manual page 28

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

Advertisement

Digit Manipulation
Leading Digits Deletion
The Cisco BTS 10200 Softswitch digit manipulation functions supports the deletion of leading digits per
the following example:
Add digman id=del3; match-string=???; replace-string=none; OR
Add digman id=del3; match-string=^???; replace-string=none;
**************************************************
Enter input string4692551234
Match string???
Replace string none
MATCHED
Output string = 2551234
**************************************************
Specific Leading Digits Deletion
The Cisco BTS 10200 Softswitch digit manipulation function supports the deletion of specific leading
digits per the following example:
Add digman id=del00; match-string=^00; replace-string=none;
**************************************************
Enter input string 0012345
Match string ^00
Replace string none
MATCHED
Output string = 12345
**************************************************
Trailing Digits Deletion
The Cisco BTS 10200 Softswitch digit manipulation function supports the deletion of trailing digits per
the following example:
Add digman id=dellast4; match-string=????$; replace-string=none;
**************************************************
Enter input string 4692551234
Match string ????$
Replace string none
MATCHED
Output string = 469255
**************************************************
Specific Trailing Digits Deletion
The Cisco BTS 10200 Softswitch digit manipulation function supports deletion of specific trailing digits
per the following example:
Add digman id=delx1212; match-string=1212$; replace-string=none;
**************************************************
Enter input string 4695551212
Match string 1212$
Replace string none
MATCHED
Output string = 469555
**************************************************
Cisco BTS 10200 Softswitch Dial Plan Guide, Release 4.5.x
1-12
Chapter 1
Digit Translations
OL-8001-10

Advertisement

Table of Contents
loading

Table of Contents