Specifications

5-20
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 5 Configuring System Components
Configuring SIP Call Control Parameters
DETAILED STEPS
Examples
The following example configures the inbound fax gateway IP address:
se-10-0-0-0# config t
se-10-0-0-0(config)# fax gateway inbound address 172.16.20.50
se-10-0-0-0(config)# end
The following example sets the site’s fax number to 555-0112:
se-10-0-0-0# config t
se-10-0-0-0(config)# fax print 5550112 site site8
se-10-0-0-0(config)# end
The following is sample output for the show fax configuration command if only one site is configured:
se-10-0-0-0# show fax configuration
Outbound Fax Gateway: 172.16.50.38
Inbound Fax Gateway: aesopits.aesop.com
Fax Printing Number: 1111
The following is sample output for the show fax configuration command if more than one site is
configured:
se-10-0-0-0# show fax configuration
Command or Action Purpose
Step 1
config t
Example:
se-10-0-0-0# config t
Enters configuration mode.
Step 2
fax gateway inbound address {ip-address | hostname}
Example:
se-10-0-0-0(config)# fax gateway inbound address
site8
Configures an inbound fax gateway:
ip-address—IP address of the inbound fax gateway.
hostname—DNS hostname of the inbound fax
gateway.
Step 3
fax print E164-number site sitename
Example:
se-10-0-0-0(config)# fax print 555-0100 site site8
Configures the site’s fax number used to print faxes:
E164-number—Site’s fax number.
sitename—(Optional)Hostname of the site for which
to configure fax printing. If no sitename is provided,
the local site is configured.
Step 4
end
Example:
se-10-0-0-0(config)# end
Returns to privileged EXEC mode.
Step 5
show fax configuration
Example:
se-10-0-0-0# show fax configuration
(Optional) Displays the fax configuration.