cc/td/doc/product/software/ios121/121newft/121t
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

Calling-Number Outbound Command for the Cisco AS5300 Universal Access Server

Calling-Number Outbound Command for the Cisco AS5300 Universal Access Server

This feature module describes the new calling-number outbound command for the Cisco AS5300 universal access server. It includes information on the benefits of the new feature, supported platforms, related documents, and so on.

This document includes the following sections:

Feature Overview

If T1 channel associated signaling (CAS) is configured with the Feature Group-D—Exchange Access North American (FGD-EANA) signaling, the automatic number identification (ANI) can be sent for outgoing calls. This ANI is used for billing purposes by Internet service providers (ISPs). Using the calling-number outbound command generates ANI digits for outgoing calls.

Benefits

Generates ANI digits for billing purposes for ISPs.

Restrictions

This command is effective only for FGD-EANA signaling.

Related Features and Technologies

FGD-EANA

FGD-EANA is a Feature Group-D (FGD) signaling protocol of type Exchange Access North American (EANA). This provides certain call services, such as emergency (USA-911) calls.

Related Documents

Supported Platforms

Cisco AS5300

Supported Standards, MIBs, and RFCs

Standards

No new or modified standards are supported by this feature.

MIBs

No new or modified MIBs are supported by this feature.

RFCs

No new or modified RFCs are supported by this feature.

Configuration Tasks

See the following sections for configuration tasks for the calling-number outbound command feature. Each task in the list is identified as either optional or required:

Configuring calling-number outbound range Command

Dial-peer mode
Command Purpose

Step 1 

Router# conf term

Enters global configuration mode. You have entered global configuration mode when the prompt changes to
Router(config)#.

Step 2 

Router(config)# dial-peer voice number {voip | pots}

Enters dial-peer configuration mode.

Step 3 

Router(config-dial-pee)# calling-number outbound range 

Specifies ANI to be sent out when T1-CAS fgd-eana is configured as signalling type.



Voice-port mode
Command Purpose

Step 1 

Router# conf term

Enters global configuration mode. You have entered global configuration mode when the prompt changes to
Router(config)#.

Step 2 

Router(config)# voice-port slot/port

Enters voice-port configuration mode.

Step 3 

Router(config-voicepor)# calling-number outbound range

Specifies ANI to be sent out when T1-CAS fgd-eana is configured as signalling type.



Configuring calling-number outbound sequence Command

Dial-peer mode
Command Purpose

Step 1 

Router# conf term

Enters global configuration mode. You have entered global configuration mode when the prompt changes to
Router(config)#.

Step 2 

Router(config)# dial-peer voice number {voip | pots}

Enters dial-peer configuration mode.

Step 3 

Router(config-dial-pee)# calling-number outbound 
sequence

Specifies ANI to be sent out when T1-CAS fgd-eana is configured as signalling type.



Voice-port mode
Command Purpose

Step 1 

Router# conf term

Enters global configuration mode. You have entered global configuration mode when the prompt changes to
Router(config)#.

Step 2 

Router(config)# voice-port slot/port

Enters voice-port configuration mode.

Step 3 

Router(config-voicepor)# calling-number outbound 
sequence

Specifies ANI to be sent out when T1-CAS fgd-eana is configured as signalling type.



Configuring calling-number outbound null Command

Dial-peer mode
Command Purpose

Step 1 

Router# conf term

Enters global configuration mode. You have entered global configuration mode when the prompt changes to
Router(config)#.

Step 2 

Router(config)# dial-peer voice number {voip | pots}

Enters dial-peer configuration mode.

Step 3 

Router(config-dial-pee)# calling-number outbound null

Suppressess ANI.



Voice-port mode
Command Purpose

Step 1 

Router# conf term

Enters global configuration mode. You have entered global configuration mode when the prompt changes to
Router(config)#.

Step 2 

Router(config)# voice-port slot/port

Enters voice-port configuration mode.

Step 3 

Router(config-voicepor)# calling-number outbound null

Suppressess ANI.



Verifying calling-number outbound Configuration

Command Purpose

Step 1 

Router# show running-config

Displays the configuration information currently running on the terminal.

Configuration Examples

Dial-peer mode and Voice-port mode syntaxes for this command are the same. The following examples are shown in Dial-peer mode.

  ANI is generated using 408555 prefix and rotating through 6000 to 6001 for each call using this peer. Last four (4) digits specify the range and generate the sequence of ANI by rotating through the range until 4085556001 is reached and then starting from 4085556000 again.
    Router(config)# dial-peer voice 1 pots
    Router(config-dial-pee)# calling-number outbound range 4085556000 4085556001
     Calling Number Outbound is effective only for fgd_eana signaling
    !
    Router# show running-config
    !
    dial-peer voice 1 pots
     calling-number outbound range 4085556000 4085556001
    ! 
    end
     
    
  This option configures a sequence of discrete strings (6000 through 5025) to be passed out as ANI for successive calls using the peer. Limit is five strings. All strings must be valid E.164 numbers, up to 32 digits in length.
    Router(config)# dial-peer voice 1 pots
    router(config-dial-pee)# calling-number outbound sequence 6000 6006 4000 5000 5025
     Calling Number Outbound is effective only for fgd_eana signaling
    !
    Router# show running-config
    !
    dial-peer voice 1 pots
     calling-number outbound sequence 6000 6006 4000 5000 5025
    ! 
    end
     
    
  This suppresses ANI. If used, no ANI is passed when this dial peer is selected.
    Router(config)# dial-peer voice 1 pots
    Router(config-dial-pee)# calling-number outbound null
     Calling Number Outbound is effective only for fgd_eana signaling
    !
    Router# show running-config
    !
    !
    dial-peer voice 1 pots
     calling-number outbound null
    !
     
    

Command Reference

This section documents new and modified commands. All other commands used with these features are documented in the Cisco IOS Release 12.1 command references.

  calling-number outbound

calling-number outbound

To specify ANI to be sent out when T1-CAS fgd-eana is configured as signalling type, use the calling-number outbound dialpeer or voice-port configuration command. To disable the calling-number outbound command, use no form of this command.

calling-number outbound {range string1 string2 | sequence string1up to string5| null}

no calling-number outbound {range string1 string2 | sequence string1 up to string5| null}

Syntax Description

range

Generates the sequence of ANI by rotating through the specified range (string1 to string2).

sequence

Configures a sequence of discrete strings (string1...string5) to be passed out as ANI for successive calls using the peer.

null

Suppresses ANI. If used, no ANI will be passed when this dial peer is selected.

string# ...

Valid E.164 telephone number strings. Strings must be of the same length and cannot be more than 32-digits long.

Defaults

No outbound calling number is specified.

Command Modes

Dial-peer configuration or Voice-port configuration

Command History
Release Modification

12.1(3)T

This command was first introduced for the Cisco AS5300.

Usage Guidelines

This command is effective only for Feature Group-D—Exchange Access North American (FGD-EANA) signaling.

Examples

Use the command calling-number outbound to enable or disable the passing of ANI on T1-CAS fgd-eana configured T1 interface for outgoing calls. Voice-port mode and Dial-peer mode syntaxes for this command are the same. Examples are given for both modes.

calling-number outbound range
Router(config-dial-pee)# calling-number outbound range string1 string2 
 

The values string1 and string2 are valid E.164 telephone number strings. Both strings must be of the same length and cannot be more than 32-digits long. Only last four (4) digits are used for specifying the range (string1 to string2) and generating the sequence of ANI by rotating through the range until string2 is reached and then starting from string1 again. If strings are less than four digits in length, then entire strings will be used.

ANI will be generated by using 408555 prefix and rotating through 6000 to 6001 for each call using this peer.

Dial-peer mode

Router(config)# dial-peer voice 1 pots
Router(config-dial-pee)# calling-number outbound range 4085556000 4085556001
 Calling Number Outbound is effective only for fgd_eana signaling
 

Voice-port mode

Router(config)# voice-port 1:D
Router(config-voicepor)# calling-number outbound range 4085556000 4085556005
 Calling Number Outbound is effective only for fgd_eana signaling
 
calling-number outbound sequence
Router(config-dial-pee)# calling-number outbound sequence string1 string2 string3
string4 string5

This option configures a sequence of discrete strings (string1...string5) to be passed out as ANI for successive calls using the peer. Limit is five (5) strings. All strings must be valid E.164 numbers, up to 32 digits in length.

Dial-peer mode

Router(config)# dial-peer voice 1 pots
router(config-dial-pee)# calling-number outbound sequence 6000 6006 4000 5000 5025
 Calling Number Outbound is effective only for fgd_eana signaling
 

Voice-port mode

Router(config)# voice-port 1:D
Router(config-voicepor)# calling-number outbound sequence 6000 6006 4000 5000 5025
 Calling Number Outbound is effective only for fgd_eana signaling
 
calling-number out bound null
Router(config-dial-pee)# calling-number outbound null
 

This option suppresses ANI. If used, no ANI will be passed when this dial peer is selected.

Dial-peer mode

Router(config)# dial-peer voice 1 pots
Router(config-dial-pee)# calling-number outbound null
 Calling Number Outbound is effective only for fgd_eana signaling

Voice-port mode

Router(config)# voice-port 1:D
Router(config-voicepor)# calling-number outbound null
 Calling Number Outbound is effective only for fgd_eana signaling

Related Commands
Command Description

info-digits string1

Configures two information digits to be prepended to the ANI string.

Glossary

ANI—automatic number identification. SS7 (signaling system 7) feature in which a series of digits, either analog or digital, are included in the call, identifying the telephone number of the calling device. In other words, ANI identifies the number of the calling party.

CAS—channel associated signaling.

Dial peer—An addressable call endpoint that contains configuration information including voice protocol, a CODEC type, and a telephone number associated with the call endpoint. There are five kinds of dial peers: POTS, VoIP, VoFR, VoATM, and VoHDLC.

E&M—Stands for recEive and transMit (or Ear and Mouth). E&M is a trunking arrangement generally used for two-way switch-to-switch or switch-to-network connections. Cisco's analog E&M interface is an RJ-48 connector that allows connections to PBX trunk lines (tie lines). E&M is also available on E1 and T1 digital interfaces.

EANA—Exchange Access North American.

FGD—Feature Group-D. Identifies a standardized service available to carriers delivered on a channelized T1 line.

T1—Digital WAN carrier facility. T1 transmits DS-1-formatted data at 1.544 Mbps through the telephone-switching network, using AMI or B8ZS coding.


Note   For a list of other internetworking terms, see Internetworking Terms and Acronyms, available on the Documentation CD-ROM and Cisco Connection Online (CCO) at the following URL: http://www.cisco.com/univercd/cc/td/doc/cisintwk/ita/index.htm.


hometocprevnextglossaryfeedbacksearchhelp
Posted: Tue Sep 19 17:58:51 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.