Integrating Voice Mail with Cisco Unified SRST
How to Integrate Voice Mail with Cisco Unified SCCP and SIP SRST
242
Cisco Unified SCCP and SIP SRST System Administrator Guide
OL-13143-04
Examples
The following example specifies 1101 as the speed-dial number that is issued when message buttons are
pressed on Cisco Unified IP Phones connected to the Cisco Unified SRST router. All busy and
unanswered calls are configured to be forwarded to the voice-mail number (1101).
call-manager-fallback
voicemail 1101
call-forward busy 1101
call-forward noan 1101 timeout 3
voice register pool 1
call-forward b2bua busy 1101
call-forward b2bua noan 1101 timeout 3
Step 5
exit
Example:
Router(config-cm-fallback)# exit
Exits call-manager-fallback configuration mode.
Step 6
voice register pool
tag
Example:
Router(config)# voice register pool 1
Enters voice register pool configuration mode.
Step 7
call-forward b2bua busy
directory-number
Example:
Router(config-register-pool)# call-forward
b2bua busy 2000
Configures call forwarding to another number when the
Cisco SIP IP phone is busy.
•
directory-number
: Selected directory number
representing a fully qualified E.164 number. This
number can contain “.” wildcard characters that
correspond to the right-justified digits in the directory
number extension.
Step 8
call-forward b2bua noan
directory-number
timeout
seconds
Example:
Router(config-register-pool)# call-forward noan
2000 timeout 10
Configures call forwarding to another number when no
answer is received from the Cisco SIP IP phone.
•
directory-number
: Selected directory number
representing a fully qualified E.164 number. This
number can contain “.” wildcard characters that
correspond to the right-justified digits in the directory
number extension.
•
timeout
seconds
: Sets the waiting time, in seconds,
before the call is forwarded to another phone. The
seconds
range is from 3 to 60000.
Step 9
exit
Example:
Router(config-register-pool)# exit
Exits voice register pool configuration mode.
Command or Action
Purpose