Cisco Systems VR-561 Doll User Manual


 
Cisco IOS Voice, Video, and Fax Commands: R Through Sh
session target (VoFR)
VR-611
Cisco IOS Voice, Video, Fax Command Reference
Command History
Usage Guidelines Use the session target command to specify a network-specific address or domain name for a dial peer.
Whether you select a network-specific address or a domain name depends on the session protocol you
select. The syntax of this command complies with the simple syntax of mailto: as described in RFC 1738.
The session target loopback command is used for testing the voice transmission path of a call. The
loopback point will depend on the call origin and the loopback type selected.
For VoFR dial peers, the cid option is not allowed when the cisco-switched option for the
session protocol command is used.
Examples The following example configures a session target for Voice over Frame Relay on a Cisco MC3810
multiservice concentrator with a session target on serial port1 and a DLCI of 200:
dial-peer voice 11 vofr
destination-pattern 13102221111
session target serial1 200
The following example shows how to configure serial interface 1/0, DLCI 100 as the session target for
VoFR dial peer 200 (an FRF.11 dial peer) on a Cisco 2600 series or 3600 series router, starting from
global configuration mode and using the FRF.11 session protocol:
dial-peer voice 200 vofr
destination-pattern 13102221111
called-number 5552150
session protocol frf11-trunk
session target serial 1/0 100 20
The following example delivers fax-mail to multiple recipients:
dial-peer voice 10 mmoip
session target marketing-information@mailer.example.com
Assuming that mailer.example.com is running sendmail, you can put the following information into its
/etc/aliases file:
marketing-information:
john@example.com,
fax=+14085551212@sj-offramp.example.com
Release Modification
11.3(1)T This command was introduced.
11.3(1)MA Support was added for VoFR, VoHDLC, and POTS dial peers on the
Cisco MC3810 multiservice concentrator.
12.0(3)XG Support was added for VoFR dial peers on the Cisco 2600 series and
3600 series routers. The cid option was added.
12.0(4)T Support was added for VoFR and POTS dial peers on the Cisco
7200 series routers and the support added in Cisco IOS Release
12.0(3)XG was integrated into Cisco IOS Release 12.0(4)T.