Specifications
Integrating Voice Mail with Cisco Unified SRST
How to Integrate Voice Mail with Cisco Unified SRST
151
Cisco Unified Survivable Remote Site Telephony Version 4.0 System Administrator Guide
Step 4
forward-digits {
num-digit
| all | extra}
Example:
Router(config-dial-peer)# forward-digits all
(Optional for FXO or FXS) Specifies which digits to forward
for voice calls.
• num-digit—The number of digits to be forwarded. If the
number of digits is greater than the length of a destination
phone number, the length of the destination number is used.
Range is 0 to 32. Setting the value to 0 is equivalent to
entering the no forward-digits command.
• all—Forwards all digits. If all is entered, the full length of
the destination pattern is used.
• extra—If the length of the dialed digit string is greater than
the length of the dial-peer destination pattern, the extra
right-justified digits are forwarded. However, if the
dial-peer destination pattern is variable length and ends
with the character “T” (for example: T, 123T, 123...T),
extra digits are not forwarded.
Step 5
exit
Example:
Router(config-dial-peer)# exit
(FXO or FXS and BRI or PRI) Exits dial-peer configuration
mode.
Table 10 Valid Entries for the string Argument in the destination-pattern Command
Entry Description
Digits 0 through 9 —
Letters A through D —
Asterisk (*) and pound sign (#) These appear on standard touch-tone dial pads.
Comma (,) Inserts a pause between digits.
Period (.) Matches any entered digit (this character is used as a wildcard).
Percent sign (%) Indicates that the preceding digit occurred zero or more times; similar to the wildcard
usage.
Plus sign (+) Indicates that the preceding digit occurred one or more times.
Note The plus sign used as part of a digit string is different from the plus sign that
can be used in front of a digit string to indicate that the string is an E.164
standard number.
Circumflex (^) Indicates a match to the beginning of the string.
Parentheses ( ( ) ), which indicate a pattern and are the same as the regular expression
rule.
Dollar sign ($) Matches the null string at the end of the input string.
Backslash symbol (\) Is followed by a single character and matches that character. Can be used with a single
character with no other significance (matching that character).
Question mark (?) Indicates that the preceding digit occurred zero or one time.
Brackets ( [ ] ) Indicates a range. A range is a sequence of characters enclosed in the brackets; only
numeric characters from 0 to 9 are allowed in the range.
Command or Action Purpose