|
|
This section documents new or modified commands A though L. All other commands beginning with the letter A through L used with this feature are documented in the Cisco IOS Release 12.0 command references.
string | Series of digits that specify the E.164 or private dialing plan telephone number. Valid entries are the digits 0 through 9 and the letters A through D and the following special characters: · Plus sign (+), which is optionally used as the first digit to indicate a fully qualified E.164 standard number.
· Comma (,), which inserts a pause between digits.
|
Enabled with a null string.
Dial-peer configuration
| Release | Modification |
|---|---|
11.3(1)T | This command was introduced. |
12.0(4)T | This command was modified for Store and Forward Fax. |
Use the destination-pattern command to define the E.164 telephone number for this dial peer.
This pattern is used to match dialed digits to a dial peer. The dial peer is then used to complete the call. When a router receives voice data, it compares the called number (the full E.164 telephone number) in the packet header with the number configured as the destination pattern for the voice-telephony peer. The router then strips out the left-justified numbers corresponding to the destination pattern. If you have configured a prefix, the prefix will be appended to the front of the remaining numbers, creating a dial string, which the router will then dial. If all numbers in the destination pattern are stripped-out, the user will receive a dial tone.
This command applies to both on-ramp and off-ramp Store and Forward Fax functions.
The following example configures the E.164 telephone number "555-1234" for a dial peer:
dial-peer voice 10 pots destination-pattern +5551234
number | Digit(s) that define a particular dial peer. Valid entries are 1 to 2147483647. |
pots | Indicates that this is a POTS peer using Voice over IP encapsulation on the IP backbone. |
mmoip | Indicates that this is a Multimedia Mail peer using IP encapsulation on the IP backbone. |
voip | Indicates that this is a VoIP peer using voice encapsulation on the POTS network. |
No default behavior or values.
Global configuration
| Release | Modification |
|---|---|
11.3(1)T | This command was introduced. |
12.0(4)T | This command was modified for Store and Forward Fax. |
Use the dial-peer voice global configuration command to switch to dial-peer configuration mode from global configuration mode and to define a particular dial peer. Use the exit command to exit dial-peer configuration mode and return to global configuration mode.
In Store and Forward Fax on the Cisco AS5300, the POTS dial peer defines the inbound faxing line characteristics from the sending fax device to the receiving Cisco AS5300 and the outbound line characteristics from the sending Cisco AS5300 to the receiving fax device. The MMoIP dial peer defines the inbound faxing line characteristics from the Cisco AS5300 to the receiving SMTP mail server.
After you have created a dial peer, that dial peer remains defined and active until you disable that particular dial peer. To disable a dial peer, use the no form of this command.
This command applies to both on-ramp and off-ramp Store and Forward Fax functions.
The following example accesses dial-peer configuration mode and configures a POTS peer identified as dial peer 10 and an MMoIP dial peer identified as dial peer 20:
configure terminal dial-peer voice 10 pots dial-peer voice 20 mmoip
The following example disables the MMoIP peer identified as dial peer 20:
configure terminal no dial-peer voice 20
This command has no arguments or keywords.
Disabled
Dial-peer configuration
| Release | Modification |
|---|---|
11.3(1)NA | This command was introduced. |
12.0(4)T | This command was modified for Store and Forward Fax. |
Use the direct-inward-dial command to enable the DID call treatment for the incoming called numbers. When this feature is enabled, the incoming call is treated as if the digits are received from the DID trunk. The called number is used to select the outgoing dial peer. No dial tone will be presented to the caller.
Use the no form of this command to disable DID. When disabled, the called number is used to select the outgoing dial peer. The caller will be prompted for a called number via dial tone.
This command is only applicable to POTS dial peers. This command applies to on-ramp Store and Forward Fax functions.
The following example enables DID call treatment for incoming called numbers:
dial peer voice 10 pots direct-inward-dial
To specify that a delivery status notice be delivered to the sender, use the dsn MMoIP dial-peer configuration command. Use the no form of this command to cancel a specific delay status notice option.
dsn {delay | failure | success}
delay | Indicates that when the mail is sent, the next-hop mailer is requested to send an indication to the FROM address if the mail message is delayed. The definition of delay is made by each mailer and is not controllable by the sender (the AS5300). Each mailer in the path to the recipient that supports the DSN extension receives the same request. |
failure | Indicates that when the mail is sent, the next-hop mailer is requested to send a message to the FROM address if the mail message failed to be delivered. Each mailer in the path to the recipient that supports the DSN extension receives the same request. |
success | Indicates that when the mail is sent, the next-hop mailer is requested to send a message to the FROM address if the mail message is successfully delivered to the recipient. Each mailer in the path to the recipient that supports the DSN extension receives the same request. |
The default is success and failure.
Dial-peer configuration
| Release | Modification |
|---|---|
12.0(4)T | This command was introduced. |
Delivery status notifications (DSNs) are messages or responses that are automatically generated and sent to the sender or originator of an e-mail message by the SMTP server, notifying the sender of the status of the e-mail message. Specifications for DSN are described in RFC 1891, RFC 1892, RFC 1893, and RFC 1894.
The on-ramp DSN request is included as part of the fax-mail message sent by the on-ramp gateway when the matching MMoIP dial peer has been configured. The on-ramp DSN response is generated by the SMTP server when the fax-mail message is accepted. The DSN is sent back to the user defined in using the mta send mail-from command. The off-ramp DSN is requested by the e-mail client. The DSN response is generated by the SMTP server when it receives a request as part of the fax-mail message.
Because the SMTP server generates the DSNs, you need to configure both the mail from: and rcpt to: commands for the DSN feature to be operational. For example:
mail from: <user@mail-server.company.com> rcpt to: <fax=555-1212@company.com> NOTIFY=SUCCESS,FAILURE,DELAY
There are three different states that can be reported back to the sender:
Because these delivery states are not mutually exclusive, you can configure Store and Forward Fax to generate these messages for all or any combination of these events.
DSN messages notify the sender of the status of a particular e-mail message containing a fax TIFF image. Use the dsn command to specify which notification messages will be sent to the user.
The dsn command allows you to select more than one notification option by reissuing the command, specifying a different notification option each time. To discontinue a specific notification option, use the no form of the command for that specific keyword.
This command applies to on-ramp Store and Forward Fax functions.
The following example specifies that a DSN message be returned to the sender when the e-mail message containing the fax has been successfully delivered to the recipient or if the message containing the fax has failed, for whatever reason, to be delivered:
dial-peer voice 10 mmoip dsn success dsn failure
The following example specifies that a DSN message be returned to the sender either when the e-mail message containing the fax has been successfully delivered to the recipient or when the message has been delayed:
dial-peer voice 10 mmoip dsn success dsn delayed
| Command | Description |
mta send mail-from hostname | Specifies the originator (hostname portion) of the e-mail fax message. |
mta send mail-from username | Specifies the originator (username portion) of the e-mail fax message. |
To define the called subscriber identifier (CSI), use the fax receive called-subscriber global configuration command. Use the no form of this command to disable the configured number.
fax receive called-subscriber {$d$ | string}
$d$ | Wildcard specifies that the information displayed is captured from the configured destination pattern. |
string | Specifies the destination telephone number. Valid entries are the plus sign (+), numbers 0 through 9, and the space character. This string can specify an E.164 telephone number; if you choose to configure an E.164 telephone number, you must use the plus sign as the first character. |
Enabled with a null string.
Global configuration
| Release | Modification |
|---|---|
12.0(4)T | This command was introduced. |
Use the fax receive called-subscriber command to define the number displayed in the LCD of the sending fax device when you are sending a fax to a recipient. Typically, with a standard Group 3 fax device, this is the telephone number associated with the receiving fax device. The command defines the CSI.
This command applies to on-ramp Store and Forward Fax functions.
The following example configures the number "555-1234" as the called-subscriber number:
configure terminal fax receive called-subscriber 5551234
To specify the data that will appear in the center position of the fax header information, use the fax send center-header global configuration command. Use the no form of this command to disable the selected options.
fax send center-header {$a$ | $d$ | $p$ | $s$ | $t$ | string}
$a$ | Wildcard that inserts the date in the selected position. |
$d$ | Wildcard that inserts the destination address in the selected position. |
$p$ | Wildcard that inserts the page count in the selected position. |
$s$ | Wildcard that inserts the sender's address in the selected position. |
$t$ | Wildcard that inserts the transmission time in the selected position. |
string | Text string that provides personalized information. Valid characters are any text plus wildcards---for example, Time:$t$. |
Disabled
Global configuration
| Release | Modification |
|---|---|
12.0(4)T | This command was introduced. |
Mail messages that contain only text or contain text attachments (MIME media type of text) can be converted by the off-ramp AS5300 into a format understood by fax machines using the Cisco AS5300's text-to-fax converter. When this conversion is performed, this fax send center-header command is used to indicate what header information should be added to the center top those pages.
Mail messages with TIFF attachments (MIME media type of image and subtype of TIFF) are expected to include their own per-page headers, and the Cisco AS5300's software does not modify TIFF attachments.
This command lets you configure multiple options at once---meaning that you can combine one or more wild cards with text string information to personalize your fax header information.
This command applies to off-ramp Store and Forward Fax functions.
The following example selects the transmission time of the fax as the center fax header information:
configure terminal fax send center-header $t$
The following example configures the company name "Widget" and its address as the center fax header information:
configure terminal fax send center-header widget $s$
| Command | Description |
fax send left-header | Specifies the data that will appear on the left in the fax header. |
fax send right-header | Specifies the data that will appear on the right in the fax header. |
To define personalized text for the title field of a fax cover sheet, use the fax send coverpage comment global configuration command. Use the no form of this command to disable the defined comment.
fax send coverpage comment string
string | Text string that adds personalized text in the title field of the fax cover sheet. Valid characters are any ASCII characters. |
Disabled
Global configuration
| Release | Modification |
|---|---|
12.0(4)T | This command was introduced. |
The fax send coverpage comment command can be overridden by the fax send coverpage e-mail controllable command.
This command applies to off-ramp Store and Forward Fax functions.
The following example configures an individualized title comment of "Acme Fax Services" for generated fax cover sheets:
configure terminal fax send coverpage enable fax send coverpage comment Acme Fax Services
| Command | Description |
fax send coverpage e-mail-controllable | Controls the cover page generation on a per-recipient basis, based on the information contained in the destination address of the e-mail message. |
fax send coverpage enable | Enables the Cisco AS5300 to generate fax cover sheets. |
fax send coverpage show-detail | Prints all of the e-mail header information as part of the fax cover sheet. |
To defer to the cover page setting in the e-mail header to generate a standard fax cover sheet, use the fax send coverpage e-mail-controllable global configuration command. Use the no form of this command to disable standard fax sheet generation.
fax send coverpage e-mail-controllableThis command has no arguments or keywords.
Disabled
Global configuration
| Release | Modification |
|---|---|
12.0(4)T | This command was introduced. |
You can also use the destination address of an e-mail message to control the cover page generation on a per-recipient basis. Use the fax send coverpage e-mail-controllable command to configure the router to defer to the cover page setting in the e-mail header.
In essence, the off-ramp router defers to the setting configured in the e-mail address itself. For example, if the address has a parameter set to cover=no, this parameter will override the setting for the fax send coverpage enable command and the off-ramp gateway will not generate and send a fax cover page. If the address has a parameter set to cover=yes, the off-ramp gateway will defer to this and generate and send a fax cover page.
Table 3 shows examples of what the user would enter in the To: field of the e-mail message.
| Example for To: Field Entries | Description |
|---|---|
FAX=+1-312-555-3260@fax.com | Fax sent to an E.164-compliant long distance telephone number in the United States. If the fax coverpage enable command has been configured, Store and Forward Fax will generate a fax cover page. |
FAX=+1-312-555-3260/cover=no@fax.com | Fax sent to an E.164-compliant long distance telephone number in the United States. In this example, the fax coverpage enable command is superseded by the cover=no statement. No cover page will be generated. |
FAX=+1-312-555-3260/cover=yes@fax.com | Fax sent to an E.164-compliant long distance telephone number in the United States. In this example, the fax coverpage enable command is superseded by the cover=yes statement. Store and Forward Fax will generate a fax coverpage. |
FAX=+1-312-555-3260/T33S=123456@fax.com | Need description |
FAX=+49-515-555-5637@faxgateway.com | Need description |
FAX=+61-2-555-8765@fax.host.com | Need description |
FAX=+33-65-555-5555@fax.com | Need description |
This command applies to off-ramp Store and Forward Fax functions.
The following example enables standard generated fax cover sheets:
configure terminal fax send coverpage enable fax send coverpage e-mail-controllable
| Command | Description |
fax send coverpage comment | Defines personalize text for the title field of a fax cover sheet. |
fax send coverpage enable | Enables the Cisco AS5300 to generate fax cover sheets. |
fax send coverpage show-detail | Prints all of the e-mail header information as part of the fax cover sheet. |
To enable the Cisco AS5300 to generate fax cover sheets for faxes that originate from e-mail messages, use the fax send coverpage enable global configuration command. Use the no form of this command to disable fax cover sheet generation functionality.
fax send coverpage enableThis command has no arguments or keywords.
Disabled
Global configuration
| Release | Modification |
|---|---|
12.0(4)T | This command was introduced. |
This command applies to off-ramp Store and Forward Fax functions.
The following example enables Cisco AS5300-generated fax cover sheets:
configure terminal fax send coverpage enable
| Command | Description |
fax send coverpage comment | Defines personalized text for the title field of a fax cover sheet. |
fax send coverpage e-mail-controllable | Controls the cover page generation on a per-recipient basis, based on the information contained in the destination address of the e-mail message. |
fax send coverpage show-detail | Prints all of the e-mail header information as part of the fax cover sheet. |
To print all of the e-mail header information as part of the fax cover sheet, use the fax send coverpage show-detail global configuration command. Use the no form of this command to disable the e-mail header information being displayed.
fax send coverpage show-detailThis command has no arguments or keywords.
Disabled
Global configuration
| Release | Modification |
|---|---|
12.0(4)T | This command was introduced. |
This command applies to off-ramp Store and Forward Fax functions.
The following example configures an individualized generated fax cover sheet that contains the e-mail header text:
configure terminal fax send coverpage enable no fax send coverpage e-mail-controllable fax send coverpage show-detail
| Command | Description |
fax send coverpage comment | Defines personalized text for the title field of a fax cover sheet. |
fax send coverpage e-mail-controllable | Controls the cover page generation on a per-recipient basis, based on the information contained in the destination address of the e-mail message. |
fax send coverpage enable | Enables the Cisco AS5300 to generate fax cover sheets. |
To specify the data that will appear on the left in the fax header, use the fax send left-header global configuration command. Use the no form of this command to disable the selected options.
fax send left-header {$a$ | $d$ | $p$ | $s$ | $t$ | string}
$a$ | Wildcard that inserts the date in the selected position. |
$d$ | Wildcard that inserts the destination address in the selected position. |
$p$ | Wildcard that inserts the page count in the selected position. |
$s$ | Wildcard that inserts the sender's address in the selected position. |
$t$ | Wildcard that inserts the transmission time in the selected position. |
string | Text string that provides personalized information. Valid characters are any combination of ASCII characters and the wildcards listed above. |
Disabled
Global configuration
| Release | Modification |
|---|---|
12.0(4)T | This command was introduced. |
Mail messages that contain only text or contain text attachments (MIME media type of text) can be converted by the off-ramp AS5300 into a format understood by fax machines using the AS5300's text-to-fax converter. When this conversion is performed, this fax send left-header command is used to indicate what header information should be added to the left top of those pages.
Mail messages with TIFF attachments (MIME media type of image and subtype of TIFF) are expected to include their own per-page headers and the AS5300's software does not modify TIFF attachments.
This command lets you configure multiple options at once---meaning that you can combine one or more wild cards with text string information to personalize your fax header information.
This command applies to off-ramp Store and Forward Fax functions.
The following example selects the transmission time of the fax as the left fax header information:
configure terminal fax send left-header $t$
The following example configures the company name "Widget" and its address as the left fax header information:
configure terminal fax send left-header widget $s$
| Command | Description |
fax send center-header | Specifies the data that will appear in the center of the fax header. |
fax send right-header | Specifies the data that will appear on the right in the fax header. |
To specify the maximum speed at which an outbound fax will be transmitted, use the fax send max-speed global configuration command. Use the no form of this command to disable the selected speed.
fax send max-speed {12000 | 14400 | 2400 | 4800 | 7200 | 9600}
12000 | Indicates a transmission speed of 12000 bits per second (bps). |
14400 | Indicates a transmission speed of 14400 bps. |
2400 | Indicates a transmission speed of 2400 bps. |
4800 | Indicates a transmission speed of 4800 bps. |
7200 | Indicates a transmission speed of 7200 bps. |
9600 | Indicates a transmission speed of 9600 bps. |
14400
Global configuration
| Release | Modification |
|---|---|
12.0(4)T | This command was introduced. |
This command applies to off-ramp Store and Forward Fax functions.
The following example sets the outbound fax transmission rate at 2400 bps:
configure terminal fax send max-speed 2400
To specify the data that will appear on the right in the fax header information, use the fax send right-header global configuration command. Use the no form of this command to disable the selected options.
fax send right-header {$a$ | $d$ | $p$ | $s$ | $t$ | string}
$a$ | Wildcard that inserts the date in the selected position. |
$d$ | Wildcard that inserts the destination address in the selected position. |
$p$ | Wildcard that inserts the page count in the selected position. |
$s$ | Wildcard that inserts the sender's address in the selected position. |
$t$ | Wildcard that inserts the transmission time in the selected position. |
string | Text string that provides personalized information. Valid characters are any combination of ASCII characters and the wildcards listed above. |
No connection
Global configuration
| Release | Modification |
|---|---|
12.0(4)T | This command was introduced. |
Mail messages that contain only text or contain text attachments (MIME media type of text) can be converted by the off-ramp AS5300 into a format understood by fax machines using the AS5300's text-to-fax converter. When this conversion is performed, this fax send right-header command is used to indicate what header information should be added to right top of those pages.
Mail messages with TIFF attachments (MIME media type of image and subtype of TIFF) are expected to include their own per-page headers and the AS5300's software does not modify TIFF attachments.
This command lets you configure multiple options at once---meaning that you can combine one or more wildcards with text string information to personalize your fax header information.
This command applies to off-ramp Store and Forward Fax functions.
The following example selects the date of the fax as the right fax header information:
configure terminal fax send right-header $a$
The following example configures the company name "Widget" and its address as the right fax header information:
configure terminal fax send right-header widget $s$
| Command | Description |
fax send center-header | Specifies the data that will appear in the center in the fax header. |
fax send left-header | Specifies the data that will appear on the left in the fax header. |
To define the transmitting subscriber identifier (TSI), use the fax send transmitting-subscriber global configuration command. Use the no form of this command to disable the configured value.
fax send transmitting-subscriber {$s$ | string}
$s$ | Wildcard that inserts the sender's name from the RFC 822 header (captured by the on-ramp from the sending fax machine) in the selected position. |
string | Specifies the destination telephone number. Valid entries are the plus sign (+), numbers 0 through 9, and the space character. This string can specify an E.164 telephone number; if you choose to configure an E.164 telephone number, you must use the plus sign as the first character. |
Disabled
Global configuration
| Release | Modification |
|---|---|
12.0(4)T | This command was introduced. |
The transmitting subscriber number is the number displayed in the LCD of the receiving fax device. Typically, with a standard Group 3 fax device, this is the telephone number associated with the transmitting or sending fax device. This command defines the TSI.
This command applies to off-ramp Store and Forward Fax functions.
The following example configures the company's name (as captured by the on-ramp from the sending fax machine as +18005551234) as the TSI:
configure terminal fax send transmitting-subscriber +14085551234
To select a specific encoding method for fax images associated with an MMoIP dial peer, use the image encoding dial-peer configuration command. Use the no form of this command to restore the default value.
image encoding{mh | mr | mmr | passthrough}
mh | Specifies Modified Huffman image encoding. This is the IETF standard. |
mr | Specifies Modified Read image encoding. |
mmr | Specifies Modified Modified Read image encoding. |
passthrough | Specifies that the image will not be modified by an encoding method. |
Passthrough
Dial-peer configuration
| Release | Modification |
|---|---|
12.0(4)T | This command was introduced. |
Use the image encoding command to specify an encoding method for e-mail fax TIFF images for a specific MMoIP dial peer. This command applies primarily to the on-ramp MMoIP dial peer. Although you can optionally create an off-ramp dial peer and configure a particular image encoding value for that off-ramp call leg, Store and Forward Fax ignores the off-ramp MMoIP setting and transmits the file using Modified Huffman encoding.
There are four available encoding methods:
Modified Huffman (MH)---One-dimensional data compression scheme that compresses data in only one direction (horizontal). Modified Huffman compression does not allow the transmission of redundant data. This encoding method produces the largest image file size.
Modified Read (MR)---Two-dimensional data compression scheme (used by fax devices) that handles the data compression of the vertical line and that concentrates on the space between lines and within given characters.
Modified Modified Read (MMR)---Data compression scheme used by newer Group 3 fax devices. This encoding method produces the smallest possible image file size and is slightly more efficient than Modified Read.
Passthrough---No encoding method will be applied to the image---meaning that the image will be encoded by whatever encoding method is used by the fax device.
The IETF standard for transmitting fax TIFF images is Modified Huffman encoding with fine or standard resolution. RFC 2301 requires compliant receivers support TIFF images with MH encoding and fine or standard resolution. If a receiver supports features beyond this minimal requirement, you might want to configure the Cisco AS5300 to send enhanced-quality documents to that receiver.
The primary reason to use a different encoding scheme from MH is to save network bandwidth. MH ensures interoperability with all Internet fax devices but it is the least efficient of the encoding schemes for transmitting fax TIFF images. For most images, MR is more efficient than MH and MMR is more efficient than MR. If you know the recipient is capable of receiving more efficient encodings than just MH, Store and Forward Fax allows you to send the most efficient encoding the recipient can process. For end-to-end closed networks, you can choose any encoding scheme because the off-ramp gateway can process MH, MR, and MMR.
Another factor to take into account is the viewing software. Many viewing applications (for example, those that come with Windows `95 or Windows NT) are able to display MH, MR, and MMR. Therefore you should decide, based on the viewing application and the available bandwidth, which encoding scheme is right for your network.
This command applies to both on-ramp and off-ramp Store and Forward Fax functions.
The following example selects Modified Modified Read as the encoding method for fax TIFF images sent by MMoIP dial peer 10:
dial-peer voice 10 mmoip image encoding mmr
| Command | Description |
image-resolution | Specifies a particular fax image resolution for a specific MMoIP dial peer. |
To specify a particular fax image resolution for a specific MMoIP dial peer, use the image resolution dial-peer configuration command. Use the no form of this command to restore the default value.
image resolution {fine | standard | superfine | passthrough}
fine | Configures the fax TIFF image resolution to be 204-by-196 pixels per inch. |
standard | Configures the fax TIFF image resolution to be 204-by-98 pixels per inch. |
super-fine | Configures the fax TIFF image resolution to be 204-by-391 pixels per inch. |
passthrough | Indicates that the resolution of the fax TIFF image will not be altered. |
Passthrough
Dial-peer configuration
| Release | Modification |
|---|---|
12.0(4)T | This command was introduced. |
Use the image resolution command to specify a specific resolution (in pixels per inch) for e-mail fax TIFF images sent by the specified MMoIP dial peer. This command applies primarily to the on-ramp MMoIP dial peer. Although you can optionally create an off-ramp dial peer and configure a particular image resolution value for that off-ramp call leg, Store and Forward Fax ignores the off-ramp MMoIP setting and transmits the file using fine resolution.
This command enables you to increase or decrease the resolution of a fax TIFF image, thereby changing not only the resolution but the size of the fax TIFF file. The IETF standard for transmitting fax TIFF images is Modified Huffman encoding with fine or standard resolution. The primary reason to configure a different resolution is to save network bandwidth.
This command applies to both on-ramp and off-ramp Store and Forward Fax functions.
The following example selects the resolution fine (meaning 204-by-196 pixels per inch) for e-mail fax TIFF images associated with MMoIP dial peer 10:
dial-peer voice 10 mmoip image encoding mh image resolution fine
| Command | Description |
image encoding | Specifies a specific encoding method for e-mail TIFF images for a specific MMoIP dial peer. |
To specify an incoming called number of an MMoIP or POTS dial peer, use the incoming called-number dial-peer configuration command. Use the no form of this command to reset the default value for this command.
incoming called-number string
string | Specifies the incoming called telephone number. Valid entries are any series of digits that specify the E.164 telephone number. |
No incoming called number is defined.
Dial-peer configuration
| Release | Modification |
|---|---|
11.3(1)T | This command was introduced. |
12.0(4)T | This command was modified for Store and Forward Fax. |
Use the incoming-called number command to define the destination telephone number for a particular dial peer. For the on-ramp POTS dial peer, this telephone number is the DNIS number of the incoming fax call. For the off-ramp MMoIP dial peer, this telephone number is the destination fax machine telephone number.
This command applies to both on-ramp and off-ramp Store and Forward Fax functions.
The following example configures the number (310)555-9261 as the incoming called number for MMoIP dial peer 10:
dial-peer voice 10 mmoip incoming 3105559261
To select a particular information type for either an MMoIP or a POTS dial peer, use the information-type dial-peer configuration command. Use the no form of this command to reset the default value for this command.
information type {fax | voice}
fax | Indicates that the information type has been set to store and forward fax. |
voice | Indicates that the information type has been set to voice. |
Voice
Dial-peer configuration
| Release | Modification |
|---|---|
11.3(1)T | This command was introduced. |
12.0(4)T | This command was modified for Store and Forward Fax. |
This command applies to both on-ramp and off-ramp Store and Forward Fax functions.
The following example sets the information type for MMoIP dial peer 10 to fax:
dial-peer voice 10 mmoip information-type fax
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Tue Jul 18 14:56:55 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.