interface Serial0/2/0:23
isdn map address 011.* plan isdn type unknown
Reference:
http://www.cisco.com/en/US/docs/ios/dial/command/reference/dia_i2.html
isdn map
To override the default ISDN type and plan generated by the router with custom values, use the isdn map command in interface configuration mode. To revert to the default ISDN type and plan, use the no form of this command.
isdn map address {{address | reg-exp} plan plan type type | transparent}
no isdn map address {{address | reg-exp} plan plan type type | transparent}
Syntax Description
Command Default
The default is the ISDN type and plan generated by the router.
Command Modes
Interface configuration
Command History
Usage Guidelines
The default ISDN type and plan can be overridden with custom values on a per-number basis or for numbers that match regular expression patterns.
If you use the isdn map command to configure custom values for the ISDN type and plan, these values take priority over any other ISDN type and plan values. The order of precedence for ISDN type and plan values is as follows, beginning with the highest precedence:
•Type and plan values configured with the isdn map command.
•Type and plan values from voice translation rules specified with the rule (voice translation-rule) command.
•Values received in the H.225 SETUP messages.
•Values received from the ISDN originating gateway in raw messages.
Configuring the isdn map command with the transparent keyword results in raw messages received from the ISDN originating gateway receiving priority over H.225 SETUP messages. When the isdn map command is configured with thetransparent keyword, the order of precedence for ISDN type and plan values is as follows:
•Type and plan values configured with the isdn map command.
•Type and plan values from voice translation rules specified with the rule (voice translation-rule) command.
•Values received from the ISDN originating gateway in raw messages.
•Values received in the H.225 SETUP messages.
Examples
The following example overrides any plan and type used for any ISDN calls with a called or calling number that exactly matches 123:
interface serial1:23
isdn map address 123 plan isdn type unknown
The following example overrides any plan and type used for ISDN calls with a called or calling number that begins with the numerals 12:
interface serial1:23
isdn map address 12.* plan data type subscriber
The following example matches any number that ends with the number 7:
interface serial1:23
isdn map address .*7 plan data type subscriber
The following example reverses the precedence of ISDN type and plan values received from the ISDN originating gateway and from the H.225 SETUP message:
interface serial1:23
isdn map address transparent
No comments:
Post a Comment