cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
383
Views
0
Helpful
2
Replies

Terminating a single data call on a PRI

n.oneill
Level 1
Level 1

Is there a command that will terminate a call that is active on a PRI?. For example dialer 29 may be bound to an individual PRI channel becuase it is active and I would like to terminate it without bringing down any other active calls.

I am aware of "isdn disconnect" introduced in 12.0(3)T but I think this is only for BRI's and I am only running 12.0(23) anyway

Thanks in advance.

1 Accepted Solution

Accepted Solutions

tepatel
Cisco Employee
Cisco Employee

YES..You can findout the channel/interface on which that user you want to disconnect using " sh users"

Once you have that interface on which that user is connected, you can use "clear interface " command to clear that user.

View solution in original post

2 Replies 2

tepatel
Cisco Employee
Cisco Employee

YES..You can findout the channel/interface on which that user you want to disconnect using " sh users"

Once you have that interface on which that user is connected, you can use "clear interface " command to clear that user.

Thanks very much for the info.