Cisco Cisco IOS Software Release 12.4(11)T

Page de 98
 
Integrated Data, Voice, and Video Services for ISDN Interfaces
  How to Configure Integrated Data, Voice, and Video Services for ISDN Interfaces
7
Integrating Data, Voice, and Video Services for ISDN Interfaces
DETAILED STEPS
Examples
In the following example, the interface is shut down. 
Router(config)# interface Serial4/1:15
Router(config-if)# shutdown
This example shows that integrated mode is enabled. 
Router(config)# interface Serial4/1:15
Router(config-if)# isdn integrate calltype all
% This command line will enable the Serial Interface to "integrated service" mode.
% The "isdn incoming-voice voice" setting will be removed from the interface.
% Continue? [confirm]
When you confirm, the default incoming-voice configuration is removed from the interface, and the 
interface is now in integrated service mode. The interface does not reset back to voice mode if an 
incoming call is originated from the interface. 
This example show the interface being set to active again. 
Router(config)# interface Serial4/1:15
Router(config-if)# no shutdown
Command or Action
Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode. 
Enter your password if prompted.
Step 2
configure
 terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
interface serial 
slot/port:timeslot
Example:
Router(config)# interface serial4/1:15
Specifies a serial interface for ISDN PRI common-channel 
signaling and enters interface configuration mode.
Step 4
shutdown
Example:
Router(config-if)# shutdown
Shuts down the interface.
Step 5
isdn integrate calltype all
Example:
Router(config-if)# isdn integrate calltype all
Enables the serial interface for integrated mode, which 
allows data and voice call traffic to occur simultaneously.
Note
This configuration disables the voice option for the 
isdn incoming-voice command on the interface.
Step 6
no shutdown
Example:
Router(config-if)# no shutdown
Returns the interface to the active state.